summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-10-09 18:22:26 -0300
committerHisham Muhammad <hisham@gobolinux.org>2012-10-09 18:22:26 -0300
commitcb5ca4e8ebdaf146e86c2b03175c80adf841e792 (patch)
tree31d623b424e1edcd2c055de6577ebefea0c12a1c /doc
parent28578dcf15be9664774cd1f3e556e8727596e437 (diff)
downloadluacov-cb5ca4e8ebdaf146e86c2b03175c80adf841e792.tar.gz
Add download URLs, more info
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html17
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html
index 08d6505..376bf70 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -173,19 +173,22 @@ just modify the first line of <tt>xavante_start.lua</tt> so it reads:
<h2><a name="history"></a>History</h2>
<dl>
- <dt><strong>0.3</strong> [October, 2012]</dt>
+ <dt><strong><a href="http://keplerproject.github.com/luacov/downloads/luacov-0.3.tar.gz">0.3</a></strong> [October 9, 2012]</dt>
<dd>
<ul>
<li>Added configuration options and files</li>
+ <li>Summary in report</li>
+ <li>Improved handling of long strings and comments</li>
+ <li>Support for coroutines and os.exit()</li>
</ul>
</dd>
- <dt><strong>0.2</strong> [?]</dt>
+ <dt><strong><a href="http://keplerproject.github.com/luacov/downloads/luacov-0.2.tar.gz">0.2</a></strong> [April 30, 2009]</dt>
<dd>
<ul>
- <li>???</li>
+ <li>Ignore code loaded from strings.</li>
</ul>
</dd>
- <dt><strong>0.1</strong> [July 16, 2007]</dt>
+ <dt><strong><a href="http://keplerproject.github.com/luacov/downloads/luacov-0.1.tar.gz">0.1</a></strong> [July 16, 2007]</dt>
<dd>
<ul>
<li>Initial release.</li>
@@ -196,8 +199,10 @@ just modify the first line of <tt>xavante_start.lua</tt> so it reads:
<h2><a name="credits"></a>Credits</h2>
<p>
-LuaCov was designed and implemented by Hisham Muhammad as a tool for
-testing <a href="http://luarocks.org">LuaRocks</a>.
+LuaCov was originally designed and implemented by Hisham Muhammad as
+a tool for testing <a href="http://luarocks.org">LuaRocks</a>. A number
+of people have improved it since: see the Git logs for the full list of
+contributors!
</p>
<h2><a name="contact"></a>Contact</h2>