doc/us/index.html

changeset 23
c33ee6e3ef5f
parent 20
1506d4582d44
child 24
0d7de9d0878b
equal deleted inserted replaced
22:dacbae98c3e2 23:c33ee6e3ef5f
69 <p>Current version is 1.3.0. It was developed for both Lua 5.1 and Lua 5.2, and has been tested on 69 <p>Current version is 1.3.0. It was developed for both Lua 5.1 and Lua 5.2, and has been tested on
70 Linux, Windows (XP) and MacOS X with Expat 2.1.0.</p> 70 Linux, Windows (XP) and MacOS X with Expat 2.1.0.</p>
71 71
72 <h2><a name="download"></a>Download</h2> 72 <h2><a name="download"></a>Download</h2>
73 73
74 <p>LuaExpat source can be downloaded from its 74 <p>The latest LuaExpat release is 1.3.0.</p>
75 <a href="http://luaforge.net/projects/luaexpat/files">LuaForge</a> 75
76 page. If you are using <a href="http://luabinaries.luaforge.net">LuaBinaries</a> 76 <ul>
77 a Windows binary version of LuaExpat can be found at the LuaForge page.</p> 77 <li><a href="https://matthewwild.co.uk/projects/luaexpat/luaexpat-1.3.0.tar.gz">luaexpat-1.3.0.tar.gz</a> <a href="https://matthewwild.co.uk/projects/luaexpat/luaexpat-1.3.0.tar.gz.asc">(signature)</a></li>
78 <li><a href="https://matthewwild.co.uk/projects/luaexpat/luaexpat-1.2.0.tar.gz">luaexpat-1.2.0.tar.gz</a> <a href="https://matthewwild.co.uk/projects/luaexpat/luaexpat-1.2.0.tar.gz.asc">(signature)</a></li>
79 </ul>
80
81 <p>Older LuaExpat releases can be downloaded from
82 <a href="http://files.luaforge.net/releases/luaexpat/LuaExpat">LuaForge</a>
83 page.</p>
84
85 <p>Binaries for Windows are bundled with the <a href="https://code.google.com/p/luaforwindows/">Lua
86 for Windows</a> project.</p>
87
88 <p>LuaExpat is also available from the main <a href="http://luarocks.org/">LuaRocks</a> repository, as 'luaexpat'.</p>
78 89
79 <h2><a name="history"></a>History</h2> 90 <h2><a name="history"></a>History</h2>
80 91
81 <dl class="history"> 92 <dl class="history">
82 <dt><strong>Version 1.3.0</strong> [02/Apr/2014]</dt> 93 <dt><strong>Version 1.3.0</strong> [02/Apr/2014]</dt>
88 </ul> 99 </ul>
89 </dd> 100 </dd>
90 101
91 <dt><strong>Version 1.2.0</strong> [02/Jun/2011]</dt> 102 <dt><strong>Version 1.2.0</strong> [02/Jun/2011]</dt>
92 <dd> 103 <dd>
104 <em>New maintainer: Matthew Wild</em>
93 <ul> 105 <ul>
94 <li>support for the StartDoctypeDecl handler</li> 106 <li>support for the StartDoctypeDecl handler</li>
95 <li>add parser:stop() to abort parsing inside a callback</li> 107 <li>add parser:stop() to abort parsing inside a callback</li>
96 </ul> 108 </ul>
97 </dd> 109 </dd>

mercurial