From: blackh <gra...@li...> - 2001-12-05 01:43:38
|
blackh Tue Dec 4 17:43:37 2001 EDT Modified files: /website index.php Log: Index: website/index.php diff -u website/index.php:1.11 website/index.php:1.12 --- website/index.php:1.11 Thu Nov 29 18:09:01 2001 +++ website/index.php Tue Dec 4 17:43:37 2001 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- $Id: index.php,v 1.11 2001/11/30 02:09:01 blackh Exp $ --> +<!-- $Id: index.php,v 1.12 2001/12/05 01:43:37 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -42,6 +42,16 @@ Welcome to the post-Napster era.<br /> <br /> + <hr width="100%" size="1" /> + + <h3>News</h3> + + <p><b>5 Dec 2001 - Significant software milestone: HTTP proxy</b></p> + <p>Our software uses a language of our own called Raisen. We have now got a + working (but rudimentary) HTTP proxy written in this language. While the proxy + itself is not startling, the fact that it is written in Raisen shows that we + have got Raisen working well enough to start writing real code.</p> + <hr width="100%" size="1" /> <h3>Frequently Asked Questions</h3> |