Update index.html for website

Thu, 03 Apr 2014 14:17:41 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 03 Apr 2014 14:17:41 +0100
changeset 23
c33ee6e3ef5f
parent 22
dacbae98c3e2
child 24
0d7de9d0878b

Update index.html for website

doc/us/index.html file | annotate | diff | comparison | revisions
--- a/doc/us/index.html	Thu Apr 03 00:30:37 2014 +0100
+++ b/doc/us/index.html	Thu Apr 03 14:17:41 2014 +0100
@@ -71,10 +71,21 @@
 
 <h2><a name="download"></a>Download</h2>
 
-<p>LuaExpat source can be downloaded from its
-<a href="http://luaforge.net/projects/luaexpat/files">LuaForge</a>
-page. If you are using <a href="http://luabinaries.luaforge.net">LuaBinaries</a>
-a Windows binary version of LuaExpat can be found at the LuaForge page.</p>
+<p>The latest LuaExpat release is 1.3.0.</p>
+
+<ul>
+  <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>
+  <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>
+</ul>
+
+<p>Older LuaExpat releases can be downloaded from 
+<a href="http://files.luaforge.net/releases/luaexpat/LuaExpat">LuaForge</a>
+page.</p>
+
+<p>Binaries for Windows are bundled with the <a href="https://code.google.com/p/luaforwindows/">Lua
+for Windows</a> project.</p>
+
+<p>LuaExpat is also available from the main <a href="http://luarocks.org/">LuaRocks</a> repository, as 'luaexpat'.</p>
 
 <h2><a name="history"></a>History</h2>
 
@@ -90,6 +101,7 @@
 
     <dt><strong>Version 1.2.0</strong> [02/Jun/2011]</dt>
     <dd>
+      <em>New maintainer: Matthew Wild</em>
       <ul>
         <li>support for the StartDoctypeDecl handler</li>
         <li>add parser:stop() to abort parsing inside a callback</li>

mercurial