From: blackh <gra...@li...> - 2001-12-05 01:46:27
|
blackh Tue Dec 4 17:46:25 2001 EDT Modified files: /website index.php Log: Improvement. Index: website/index.php diff -u website/index.php:1.12 website/index.php:1.13 --- website/index.php:1.12 Tue Dec 4 17:43:37 2001 +++ website/index.php Tue Dec 4 17:46:25 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.12 2001/12/05 01:43:37 blackh Exp $ --> +<!-- $Id: index.php,v 1.13 2001/12/05 01:46:25 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -50,7 +50,8 @@ <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> + have got Raisen working well enough to start writing real code. It also + constitutes a major part of what will become the transport layer.</p> <hr width="100%" size="1" /> |