changeset 22:64d6e0a2f030

The web page should be in the repository, and while I'm at it let's see if I can commit a file that lives under a symlink.
author Rob Landley <rob@landley.net>
date Sat, 04 Nov 2006 23:57:18 -0500
parents 6475d6c46066
children a5e1ebc1d6ee
files www/index.html
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/index.html	Sat Nov 04 23:57:18 2006 -0500
@@ -0,0 +1,12 @@
+<html><title>toybox</title>
+<body>
+
+<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>
+
+<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>