diff options
author | Rob Landley <rob@landley.net> | 2006-11-04 23:57:18 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-11-04 23:57:18 -0500 |
commit | 5c63c928689f2ebb7b8d87895c8d4846f7aac6aa (patch) | |
tree | 4e6b492bf61086c1fbf0586031a9342011adf10c /www | |
parent | f2311a42a0751e7c039981857fcf60b40f36b475 (diff) | |
download | toybox-5c63c928689f2ebb7b8d87895c8d4846f7aac6aa.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 00000000..94a9da2c --- /dev/null +++ b/www/index.html @@ -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> |