diff options
-rw-r--r-- | www/index.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index 42720c2f..d643ed91 100644 --- a/www/index.html +++ b/www/index.html @@ -3,7 +3,8 @@ <p>Warning: lots of this page is about what I plan to do, not what I've already done. See <a href="#status>status</a> or <a href="/notes.html>my -development blog</a>.</p> +development blog</a>, or <a href="/hg/toybox">browse the mercurial +archive</a>.</p> <h2><a name="what" />What is ToyBox?</h2> @@ -78,11 +79,14 @@ itoa().</li> <b><h2><a name="download" />Download</h2></b> <p>This project is maintained as a mercurial archive. To get a copy of the -current development version, "hg clone static-http://landley.net/code/toybox", -or check <a href=download>the download directory</a> for release tarballs. -</p> +current development version, either use mercurial (hg clone +http://landley.net/toybox) or click on one of the zip/gz/bz2 links +at the top of the <a href=/hg/toybox>mercurial archive browser</a> page to get +an archive of the appropriate version. Click +<a href="/hg/toybox?cmd=tags">tags</a> to the tagged release versions ("tip" +is the current development version).</p> <p>My <a href=/notes.html>development log</a> is currently the best way to track what's going on with this project. When I get this moved to my new -server, I need to put up a mailing list and repository browser, make this a -real web page, add toybox.landley.net as a virtual domain...</p> +server, I need to put up a mailing list and add toybox.landley.net as a +virtual domain.</p> |