aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-25 02:11:10 -0500
committerRob Landley <rob@landley.net>2006-11-25 02:11:10 -0500
commit8167fd5d543332fec86e87ae8a0d0eafb9eef7de (patch)
tree4778c51e22a101e055db567ffc5c775695262e99 /www/index.html
parentfdb667e1a4201afea95a717ac4af5b038f6f1d9a (diff)
downloadtoybox-8167fd5d543332fec86e87ae8a0d0eafb9eef7de.tar.gz
I got the mercurial web browser thingy set up, note it on the web page.
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html16
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>