From: rossta <gra...@li...> - 2001-10-13 23:33:56
|
rossta Sat Oct 13 16:33:55 2001 EDT Added files: /website index.php Log: Testing to see if SourceForge supports PHP Index: website/index.php +++ website/index.php <?php include("header.inc") ?> <br> by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 29 Sept 2001<br> <br> Once there was a peer-to-peer file-sharing network called Napster. People happily shared music files in flagrant violation of copyright laws. Unfortunately Napster had a fatal weakness: It could be shut down.<br> <br> Free speech is under attack.<sup><a href="http://www.eff.org/Legal/Cases/Felten_v_RIAA/"> 1</a> , <a href="http://ansuz.sooke.bc.ca/cpbfaq.html">2</a> , <a href="http://www.efa.org.au/Issues/Censor/cens1.html">3</a> </sup> The legal system - now corrupted by corporations - is being used increasingly to deter and limit political expression. And without free expression of political ideas, democracy cannot exist.<br> <br> And, there are those among us who believe in the unrestricted right to publish anything.<br> <br> "But musicians have a right to be paid for their work!" I hear you cry.<sup><a href="http://www.wired.com/wired/archive/2.03/economy.ideas_pr.html"> 4</a> </sup> And maybe you are not in favour of the completely free and unimpeded publication of hate speech, pornography, bad jokes, conspiracy theories and sit-coms. Or, perhaps you see these evils as the necessary price of freedom. Whatever you think, one thing is for sure. These arguments are about to be rendered academic by technology. You might as well argue whether the sun should rise and set.<br> <br> Welcome to the post-Napster era.<br> <br> <hr width="100%" size="1" noshade=""> <h3> Frequently Asked Questions</h3> <ol> <li>What does it do?<br> <br> To use Grapevine, a user installs the Grapevine software (currently vapour-ware), making them part of a global data storage network. The goals are:<br> <br> <ul> <li>You can publish anything for free (no matter how popular it gets).</li> <li>You can publish anonymously.</li> <li>You can surf anonymously.<br> </li> <li>It is difficult for any authority to censor the network.</li> <li>It is difficult for any authority to shut the network down.</li> <li>Files are retrieved reliably.</li> <li>A balance is struck between anonymity and efficiency.</li> <li>The network can scale to <i>any</i> size.<br> <br> </li> </ul> </li> <li>Hasn't this been done?<br> <br> Not really. <i>This is a new technology.</i> The idea has been around for about five years, but it has never been successfully executed. (Or, at least it has never been executed to our satisfaction.) This project brings a new approach, though it borrows from other attempts.<br> <br> </li> <li>What is the project status?<br> <br> <i><b>There is no code yet.</b></i><br> <br> We've nearly worked out how it will work, but this is not finalized yet. The next stage will be to build a prototype to help finalize the details. Then, the document will be completed and we will start building the real thing.<br> <br> </li> <li>Grapevine is a <u><i>file storage</i></u> network. How does this differ from <u><i>file-sharing</i></u> networks?<br> <br> With a file-sharing network (such as the old Napster and <a href="http://www.gnutella.wego.com/"> Gnutella</a> ), you store the file. The purpose of the network is to make this fact known to others. With The Grapevine, however, the nodes comprising the network collaborate to actually store the file. So, if you publish something then disconnect, the file stays published.<br> <br> </li> <li>What other projects are related?<br> <br> <ul> <li><a href="http://www.freenetproject.org/">The Free Network Project</a> has very similar goals, but our approach is different and we believe we have solved more of the technical problems.</li> <li><a href="http://oceanstore.cs.berkeley.edu/"> OceanStore</a> is intended to be an efficient global data store.</li> <li><a href="http://www.freehaven.net/">The Free Haven Project</a> is intended to achieve strong anonymous/secure publishing, but with less emphasis on efficiency.<br> </li> </ul> <br> </li> <li>What sort of user interface will it have? <br> <br> It will have an HTTP interface so it looks like the web. You will be able to upload files using FTP.<br> <br> </li> <li>What will be the licence terms? <br> <br> <a href="http://www.gnu.org/licenses/licenses.html#LGPL">The GNU Lesser General Public Licence (LGPL)</a> <br> <br> </li> <li>Where is the technical detail?<br> <br> <ul> <li>The detailed technical explanation is in <a href="grapevine.pdf"> grapevine.pdf</a> (360K - 45 pages). This document is not completed yet.<br> </li> </ul> <br> </li> <li>I want to help out! I have questions! What do I do?<br> <br> Email <a href="mailto:st...@bl...">Stephen Blackheath</a> . I'll be very pleased to hear from you. </li> </ol> <?php include("footer.inc") ?> |
From: blackh <gra...@li...> - 2001-11-30 02:09:02
|
blackh Thu Nov 29 18:09:01 2001 EDT Modified files: /website index.php Log: A better way of saying it. Index: website/index.php diff -u website/index.php:1.10 website/index.php:1.11 --- website/index.php:1.10 Thu Nov 22 13:03:06 2001 +++ website/index.php Thu Nov 29 18:09:01 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.10 2001/11/22 21:03:06 blackh Exp $ --> +<!-- $Id: index.php,v 1.11 2001/11/30 02:09:01 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -171,7 +171,7 @@ <li>What does "The Grapevine" mean?<br /> <br /> - If English is not your first language, you may not know that "I heard it through the grapevine" is an expression meaning + If your first language is not English, you may not know that "I heard it through the grapevine" is an expression meaning "my friends told me". The grapevine is your gossip network. There's a famous song by Marvin Gaye of this name.<br /> <br /> |
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> |
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" /> |
From: blackh <gra...@li...> - 2001-12-10 08:58:30
|
blackh Mon Dec 10 00:58:29 2001 EDT Modified files: /website index.php Log: I'm sorry to say I have to add another 'free speech is under attack' link. Index: website/index.php diff -u website/index.php:1.13 website/index.php:1.14 --- website/index.php:1.13 Tue Dec 4 17:46:25 2001 +++ website/index.php Mon Dec 10 00:58:29 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.13 2001/12/05 01:46:25 blackh Exp $ --> +<!-- $Id: index.php,v 1.14 2001/12/10 08:58:29 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -26,8 +26,11 @@ Once there was a peer-to-peer file-sharing network called Napster. People happily shared music files in flagrant violation of copyright laws. Unfortunately Napster had a fatal weakness: It could be shut down.<br /> <br /> - Free speech is under attack.<sup><a target="_top" href="http://www.eff.org/Legal/Cases/Felten_v_RIAA/">1</a> , <a - target="_top" href="http://ansuz.sooke.bc.ca/cpbfaq.html">2</a> , <a target="_top" href="http://www.efa.org.au/Issues/Censor/cens1.html">3</a></sup> The + Free speech is under attack.<sup><a target="_top" href="http://www.eff.org/Legal/Cases/Felten_v_RIAA/">1</a>, <a + target="_top" href="http://ansuz.sooke.bc.ca/cpbfaq.html">2</a>, <a + target="_top" href="http://www.efa.org.au/Issues/Censor/cens1.html">3</a>, <a + target="_top" href="http://www.onepeoplesproject.com/s11l.htm">4</a> + </sup> The legal system - now corrupted by corporations - is being used increasingly to deter and limit political expression. And without free expression of political ideas, democracy cannot exist.<br /> <br /> |
From: blackh <gra...@li...> - 2001-12-10 08:59:12
|
blackh Mon Dec 10 00:59:11 2001 EDT Modified files: /website index.php Log: Let's try that again. Index: website/index.php diff -u website/index.php:1.14 website/index.php:1.15 --- website/index.php:1.14 Mon Dec 10 00:58:29 2001 +++ website/index.php Mon Dec 10 00:59:11 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.14 2001/12/10 08:58:29 blackh Exp $ --> +<!-- $Id: index.php,v 1.15 2001/12/10 08:59:11 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -37,7 +37,7 @@ And, there are those among us who believe in the unrestricted right to publish anything.<br /> <br /> "But musicians have a right to be paid for their work!" I hear you cry.<sup><a - target="_top" href="http://www.wired.com/wired/archive/2.03/economy.ideas_pr.html">4</a></sup> And maybe you are not in favour of the + target="_top" href="http://www.wired.com/wired/archive/2.03/economy.ideas_pr.html">5</a></sup> And maybe you are not in favour of the completely free and unimpeded publication of hate speech, pornography, bad jokes, conspiracy theories and sit-coms. Or, perhaps you see these evils as the necessary price of freedom. Whatever you think, one thing is for sure. These arguments are about to be rendered academic by technology. You might as well argue whether the sun should rise and set.<br /> |
From: blackh <gra...@li...> - 2002-01-30 18:51:07
|
blackh Wed Jan 30 10:51:06 2002 EDT Modified files: /website index.php Log: Index: website/index.php diff -u website/index.php:1.18 website/index.php:1.19 --- website/index.php:1.18 Wed Jan 30 10:49:31 2002 +++ website/index.php Wed Jan 30 10:51:06 2002 @@ -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.18 2002/01/30 18:49:31 blackh Exp $ --> +<!-- $Id: index.php,v 1.19 2002/01/30 18:51:06 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -21,7 +21,7 @@ <div id="rightCol"> <?php include("title.inc"); ?><br /> - by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 5 Nov 2001<br /> + by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 31 Jan 2002<br /> <br /> Once there was a peer-to-peer file-sharing network called Napster. People happily shared music files in flagrant violation of copyright laws. Unfortunately Napster had a fatal weakness: It could be shut down.<br /> |
From: blackh <gra...@li...> - 2002-02-19 15:14:04
|
blackh Tue Feb 19 07:14:03 2002 EDT Modified files: /website index.php Log: News item regarding GrapeJuice. Index: website/index.php diff -u website/index.php:1.19 website/index.php:1.20 --- website/index.php:1.19 Wed Jan 30 10:51:06 2002 +++ website/index.php Tue Feb 19 07:14:02 2002 @@ -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.19 2002/01/30 18:51:06 blackh Exp $ --> +<!-- $Id: index.php,v 1.20 2002/02/19 15:14:02 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -21,7 +21,7 @@ <div id="rightCol"> <?php include("title.inc"); ?><br /> - by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 31 Jan 2002<br /> + by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 20 Feb 2002<br /> <br /> Once there was a peer-to-peer file-sharing network called Napster. People happily shared music files in flagrant violation of copyright laws. Unfortunately Napster had a fatal weakness: It could be shut down.<br /> @@ -48,6 +48,14 @@ <hr width="100%" size="1" /> <h3>News</h3> + + <p><b>20 Feb 2002 - Plan for GrapeJuice 'media sharing' client</b></p> + <p>The development of Grapevine continues slowly but surely - more on this when there + are things to announce. Meanwhile, + Anthony Jones has hatched a plan for our first application: A Napster/Gnutella/Morpheus-style + file-sharing client (see docs), which will likely be our most important client for some time. + We may be getting some help on this from some chaps by the names of + Mike and Rat. Hopefully this little message will encourage them. <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 |
From: blackh <gra...@li...> - 2002-02-22 01:20:47
|
blackh Thu Feb 21 17:20:44 2002 EDT Modified files: /website index.php Log: Remove Rat's name, since he's not going to be joining us. Index: website/index.php diff -u website/index.php:1.20 website/index.php:1.21 --- website/index.php:1.20 Tue Feb 19 07:14:02 2002 +++ website/index.php Thu Feb 21 17:20:44 2002 @@ -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.20 2002/02/19 15:14:02 blackh Exp $ --> +<!-- $Id: index.php,v 1.21 2002/02/22 01:20:44 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -54,8 +54,7 @@ are things to announce. Meanwhile, Anthony Jones has hatched a plan for our first application: A Napster/Gnutella/Morpheus-style file-sharing client (see docs), which will likely be our most important client for some time. - We may be getting some help on this from some chaps by the names of - Mike and Rat. Hopefully this little message will encourage them. + We will be getting some help on this from Mike Gabriel. Welcome to the team. <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 |
From: blackh <gra...@li...> - 2002-04-25 11:25:45
|
blackh Thu Apr 25 04:25:44 2002 EDT Modified files: /website index.php Log: News. Index: website/index.php diff -u website/index.php:1.23 website/index.php:1.24 --- website/index.php:1.23 Tue Apr 2 16:06:59 2002 +++ website/index.php Thu Apr 25 04:25:44 2002 @@ -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.23 2002/04/03 00:06:59 blackh Exp $ --> +<!-- $Id: index.php,v 1.24 2002/04/25 11:25:44 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -21,7 +21,7 @@ <div id="rightCol"> <?php include("title.inc"); ?><br /> - by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 3 Apr 2002<br /> + by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 25 Apr 2002<br /> <br /> Once there was a peer-to-peer file-sharing network called Napster. People happily shared music files in flagrant violation of copyright laws. Unfortunately Napster had a fatal weakness: It could be shut down.<br /> @@ -49,6 +49,14 @@ <h3>News</h3> + <p><b>25 Apr 2002 - Nodes become aware of their neighbours</b></p> + + <p>I've just spent two weeks working on the project, and I have now got it to + the stage where a new node can issue a join request, the join negotiation and + checking takes place, a node becomes aware of its new neighbour (and vice + versa) and they can then both perform "trusted" communications with each + other. It's all on top of the full encrypted transport. -- Steve</p> + <p><b>3 Apr 2002 - Progress update</b></p> <p>Just to let you know we're still working away slowly. We have a functioning transport layer with encryption thanks to Steve, and persistent storage thanks to Ross. |
From: blackh <gra...@li...> - 2002-04-25 11:37:34
|
blackh Thu Apr 25 04:37:34 2002 EDT Modified files: /website index.php Log: Gallipoli reference. Index: website/index.php diff -u website/index.php:1.24 website/index.php:1.25 --- website/index.php:1.24 Thu Apr 25 04:25:44 2002 +++ website/index.php Thu Apr 25 04:37:33 2002 @@ -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.24 2002/04/25 11:25:44 blackh Exp $ --> +<!-- $Id: index.php,v 1.25 2002/04/25 11:37:33 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -50,6 +50,8 @@ <h3>News</h3> <p><b>25 Apr 2002 - Nodes become aware of their neighbours</b></p> + + <p><i>Today we remember those who died in the <a target="_top" href="http://user.glo.be/~snelders/">Battle of Gallipoli</a>, 1915.</i></p> <p>I've just spent two weeks working on the project, and I have now got it to the stage where a new node can issue a join request, the join negotiation and |
From: blackh <gra...@li...> - 2002-04-25 22:09:18
|
blackh Thu Apr 25 15:09:16 2002 EDT Modified files: /website index.php Log: Index: website/index.php diff -u website/index.php:1.25 website/index.php:1.26 --- website/index.php:1.25 Thu Apr 25 04:37:33 2002 +++ website/index.php Thu Apr 25 15:09:14 2002 @@ -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.25 2002/04/25 11:37:33 blackh Exp $ --> +<!-- $Id: index.php,v 1.26 2002/04/25 22:09:14 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -51,7 +51,7 @@ <p><b>25 Apr 2002 - Nodes become aware of their neighbours</b></p> - <p><i>Today we remember those who died in the <a target="_top" href="http://user.glo.be/~snelders/">Battle of Gallipoli</a>, 1915.</i></p> + <p><i>Today we remember those who died in the <a target="_top" href="http://user.glo.be/~snelders/">Gallipoli campaign</a>, 1915.</i></p> <p>I've just spent two weeks working on the project, and I have now got it to the stage where a new node can issue a join request, the join negotiation and |
From: blackh <gra...@li...> - 2002-05-22 22:03:14
|
blackh Wed May 22 15:03:14 2002 EDT Modified files: /website index.php Log: Index: website/index.php diff -u website/index.php:1.27 website/index.php:1.28 --- website/index.php:1.27 Tue May 7 14:26:37 2002 +++ website/index.php Wed May 22 15:03:13 2002 @@ -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.27 2002/05/07 21:26:37 blackh Exp $ --> +<!-- $Id: index.php,v 1.28 2002/05/22 22:03:13 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -162,7 +162,7 @@ <ul> <li><a target="_top" href="http://www.freenetproject.org/">The Free Network Project</a> has very similar goals, but our approach is - different and we believe we have solved more of the technical problems.</li> + different.</li> <li><a target="_top" href="http://oceanstore.cs.berkeley.edu/">OceanStore</a> is intended to be an efficient global data store.</li> |
From: blackh <gra...@li...> - 2002-06-30 21:09:46
|
blackh Sun Jun 30 14:09:44 2002 EDT Modified files: /website index.php Log: Update message. Index: website/index.php diff -u website/index.php:1.28 website/index.php:1.29 --- website/index.php:1.28 Wed May 22 15:03:13 2002 +++ website/index.php Sun Jun 30 14:09:44 2002 @@ -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.28 2002/05/22 22:03:13 blackh Exp $ --> +<!-- $Id: index.php,v 1.29 2002/06/30 21:09:44 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -48,6 +48,13 @@ <hr width="100%" size="1" /> <h3>News</h3> + + <p><b>1 Jul 2002 - Minor language extensions</b></p> + + <p>The last month has been a bit slow, but I have added sorting to the Raisen language, + and started using DTDs. Nothing useful works just yet, but the code is + improving and we're getting nearer. I expect it'll all come together quite quickly + once the time is right. <i>- Steve</i> <p><b>8 May 2002 - New technical overview</b></p> |
From: rossta <gra...@li...> - 2002-08-15 06:18:21
|
rossta Wed Aug 14 23:18:20 2002 EDT Modified files: /website index.php Log: Let's say it better Index: website/index.php diff -u website/index.php:1.31 website/index.php:1.32 --- website/index.php:1.31 Mon Jul 22 21:05:52 2002 +++ website/index.php Wed Aug 14 23:18:20 2002 @@ -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.31 2002/07/23 04:05:52 blackh Exp $ --> +<!-- $Id: index.php,v 1.32 2002/08/15 06:18:20 rossta Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -153,7 +153,9 @@ <li>What is the project status?<br /> <br /> - <i><b>There is no software to download yet.</b></i><br /> + <i><b>There is no release available yet.</b></i> But you're welcome to check out the code in + <a href="http://sourceforge.net/cvs/?group_id=32439">CVS</a>. + <br /> <br /> We've nearly worked out how it will work, but this is not finalized yet. We're writing the code now.<br /> <br /> |
From: blackh <gra...@li...> - 2002-10-01 00:24:01
|
blackh Mon Sep 30 17:24:00 2002 EDT Modified files: /website index.php Log: Index: website/index.php diff -u website/index.php:1.34 website/index.php:1.35 --- website/index.php:1.34 Mon Sep 30 16:25:54 2002 +++ website/index.php Mon Sep 30 17:23:59 2002 @@ -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.34 2002/09/30 23:25:54 blackh Exp $ --> +<!-- $Id: index.php,v 1.35 2002/10/01 00:23:59 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -55,7 +55,7 @@ <p>We are opposed to Messrs. Bush and Blair's war against Iraq. There is no need to kill more innocent people and undermine the rule of law. PLEASE write to your MP, your Congressperson, etc. It will only take you - a few minutes, and the postage is free. Make sure Bush cannot count on YOUR + a few minutes, and the postage is (probably) free. Make sure Bush cannot count on YOUR country's support!</p> <p><b>23 Jul 2002 - First international Grapevine network</b> |
From: blackh <gra...@li...> - 2002-10-14 05:41:37
|
blackh Sun Oct 13 22:41:36 2002 EDT Modified files: /website index.php Log: New anti-war message. Index: website/index.php diff -u website/index.php:1.35 website/index.php:1.36 --- website/index.php:1.35 Mon Sep 30 17:23:59 2002 +++ website/index.php Sun Oct 13 22:41:36 2002 @@ -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.35 2002/10/01 00:23:59 blackh Exp $ --> +<!-- $Id: index.php,v 1.36 2002/10/14 05:41:36 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -49,14 +49,22 @@ <h3>News</h3> - <p><img src="monkeydog.jpg" width="120" height="110" align="left"/> - <b>1 Oct 2002 - We Declare Peace!</b></p> + <p><b>14 Oct 2002 - We oppose the U.S. war against Iraq!</b></p> - <p>We are opposed to Messrs. Bush and Blair's war against Iraq. There is no - need to kill more innocent people and undermine the rule of law. - PLEASE write to your MP, your Congressperson, etc. It will only take you + <p>Some questions for you to ponder:</p> + <ul> + <li>How many ground troops will be needed on the American side, and where are they coming from?</li> + <li>How many innocent people will be killed in Iraq? (How many were killed in Afghanistan?)</li> + <li>Consider 20th Century history: Can the United States win swiftly?</li> + <li>How many countries might the United States eventually be fighting against?</li> + <li>Is invasion justified, and if not, how will history judge the United States?</li> + <li>Will your country get dragged in on either the American or the Iraqi side?</li> + <li>How much harder will it be to stop the war in six months' time?</li> + <li>Will this action serve to protect Americans from war?</li> + </ul> + <p><i>PLEASE write to your MP, your Congressperson, etc. It will only take you a few minutes, and the postage is (probably) free. Make sure Bush cannot count on YOUR - country's support!</p> + country's support!</i></p> <p><b>23 Jul 2002 - First international Grapevine network</b> |
From: rossta <gra...@li...> - 2002-12-23 08:50:50
|
rossta Mon Dec 23 00:50:48 2002 EDT Modified files: /website index.php Log: Added cygwin reference Index: website/index.php diff -u website/index.php:1.37 website/index.php:1.38 --- website/index.php:1.37 Mon Nov 25 01:46:37 2002 +++ website/index.php Mon Dec 23 00:50:47 2002 @@ -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.37 2002/11/25 09:46:37 blackh Exp $ --> +<!-- $Id: index.php,v 1.38 2002/12/23 08:50:47 rossta Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -48,6 +48,11 @@ <hr width="100%" size="1" /> <h3>News</h3> + + <p><b>23 Dec 2002 - Grapevine now builds under <a target="_top" href="http://cygwin.com">Cygwin</a></b></p> + + <p>For those of you want to run Grapevine under Windows, but don't want to use MSVC, Grapevine will now compile and + run under Cygwin. Enjoy.</p> <p><b>25 Nov 2002 - We can plot simple networks</b></p> |
From: rossta <gra...@li...> - 2002-12-25 02:49:03
|
rossta Tue Dec 24 18:49:02 2002 EDT Modified files: /website index.php Log: Fixed typo Index: website/index.php diff -u website/index.php:1.38 website/index.php:1.39 --- website/index.php:1.38 Mon Dec 23 00:50:47 2002 +++ website/index.php Tue Dec 24 18:49:02 2002 @@ -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.38 2002/12/23 08:50:47 rossta Exp $ --> +<!-- $Id: index.php,v 1.39 2002/12/25 02:49:02 rossta Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -51,7 +51,7 @@ <p><b>23 Dec 2002 - Grapevine now builds under <a target="_top" href="http://cygwin.com">Cygwin</a></b></p> - <p>For those of you want to run Grapevine under Windows, but don't want to use MSVC, Grapevine will now compile and + <p>For those of you who want to run Grapevine under Windows, but don't want to use MSVC, Grapevine will now compile and run under Cygwin. Enjoy.</p> <p><b>25 Nov 2002 - We can plot simple networks</b></p> |
From: blackh <gra...@li...> - 2003-02-06 21:23:59
|
blackh Thu Feb 6 13:23:58 2003 EDT Modified files: /website index.php Log: New front page blurb. Index: website/index.php diff -u website/index.php:1.40 website/index.php:1.41 --- website/index.php:1.40 Sat Dec 28 08:22:15 2002 +++ website/index.php Thu Feb 6 13:23:55 2003 @@ -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.40 2002/12/28 16:22:15 rossta Exp $ --> +<!-- $Id: index.php,v 1.41 2003/02/06 21:23:55 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -21,29 +21,54 @@ <div id="rightCol"> <?php include("title.inc"); ?><br /> - by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 8 May 2002<br /> - <br /> - Once there was a peer-to-peer file-sharing network called Napster. People happily shared music files in flagrant violation - of copyright laws. Unfortunately Napster had a fatal weakness: It could be shut down.<br /> - <br /> - Free speech is under attack.<sup><a target="_top" href="http://www.eff.org/Legal/Cases/Felten_v_RIAA/">1</a>, <a - target="_top" href="http://ansuz.sooke.bc.ca/cpbfaq.html">2</a>, <a - target="_top" href="http://www.efa.org.au/Issues/Censor/cens1.html">3</a>, <a - target="_top" href="http://www.onepeoplesproject.com/s11l.htm">4</a> - </sup> The - legal system - now corrupted by corporations - is being used increasingly to deter and limit political expression. And - without free expression of political ideas, democracy cannot exist.<br /> - <br /> - And, there are those among us who believe in the unrestricted right to publish anything.<br /> - <br /> - "But musicians have a right to be paid for their work!" I hear you cry.<sup><a - target="_top" href="http://www.wired.com/wired/archive/2.03/economy.ideas_pr.html">5</a></sup> And maybe you are not in favour of the - completely free and unimpeded publication of hate speech, pornography, bad jokes, conspiracy theories and sit-coms. Or, - perhaps you see these evils as the necessary price of freedom. Whatever you think, one thing is for sure. These arguments are - about to be rendered academic by technology. You might as well argue whether the sun should rise and set.<br /> - <br /> - Welcome to the post-Napster era.<br /> - <br /> + by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 7 Feb 2003<br /> + <p>We are creating a anonymizing storage network - a network that resembles the World + Wide Web, but is capable of allowing people to publish and retrieve information without + fear of censorship or surveillance.</p> + <p>Please take the time to read the excerpt below from the Council of Europe's recently + declassified (in a democracy?) + <a target="_top" href="http://www.sovereignty.net/center/treaty.html">Convention on Cybercrime</a> + - which stands a good chance of being adopted worldwide.</p> + <p>We are developing this software for two main reasons: + <ol> + <li>We believe your right to privacy and free speech is + inalienable - that is - you were born with it, and no government (or unaccountable and + secretive international organization for that matter) has the right to take it away.</li> + <li>We believe that intellectual property law is being seriously abused by industrial + interests and corrupt governments, to the detriment of all humanity.</li> + </ol></p> + <p>For more information, see the FAQ below.</p> + <table border="1" cellspacing="2" cellpadding="2"> + <tr> + <td valign="top" align="left" bgcolor="#FFFFC0"><b>Title 5 - Real-time collection of computer data</b> + <p><b>Article 21 - Interception of content data</b></p> + <ol type="1"> + <li>Each Party <i>[i.e. country]</i> shall adopt such legislative and other + measures as may be necessary, in relation to a range of serious offences to + be determined by domestic law, to empower its competent authorities to: + <ol type="a"> + <li>collect or record through application of technical means on the territory + of that Party, and</li> + <li>compel a service provider, within its existing technical capability, to: + <ol type="i"> + <li>collect or record through application of technical means on the territory + of that Party, and</li> + <li>co-operate and assist the competent authorities in the <b>collection or + recording of, content data, in real-time,</b> of specified + communications in its territory transmitted by means of a computer system.</li> + </ol> + </li> + </ol> + </li> + <li>...</li> + <li>Each Party shall adopt such legislative and other measures as may be necessary + to oblige a service provider to <b>keep confidential the fact of and any information + about the execution of any power provided for in this Article</b>.</li> + </ol> + <p><i>[Emphasis is ours.]</i></p> + </td> + </tr> + </table> <hr width="100%" size="1" /> |
From: blackh <gra...@li...> - 2003-02-17 11:55:47
|
blackh Mon Feb 17 03:55:45 2003 EDT Modified files: /website index.php Log: Typo. Index: website/index.php diff -u website/index.php:1.41 website/index.php:1.42 --- website/index.php:1.41 Thu Feb 6 13:23:55 2003 +++ website/index.php Mon Feb 17 03:55:44 2003 @@ -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.41 2003/02/06 21:23:55 blackh Exp $ --> +<!-- $Id: index.php,v 1.42 2003/02/17 11:55:44 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -22,7 +22,7 @@ <div id="rightCol"> <?php include("title.inc"); ?><br /> by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 7 Feb 2003<br /> - <p>We are creating a anonymizing storage network - a network that resembles the World + <p>We are creating an anonymizing storage network - a network that resembles the World Wide Web, but is capable of allowing people to publish and retrieve information without fear of censorship or surveillance.</p> <p>Please take the time to read the excerpt below from the Council of Europe's recently |
From: blackh <gra...@li...> - 2003-03-20 03:26:06
|
blackh Wed Mar 19 19:26:06 2003 EDT Modified files: /website index.php Log: Smart-arse comment. Index: website/index.php diff -u website/index.php:1.45 website/index.php:1.46 --- website/index.php:1.45 Sat Mar 15 03:43:21 2003 +++ website/index.php Wed Mar 19 19:26:05 2003 @@ -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.45 2003/03/15 11:43:21 blackh Exp $ --> +<!-- $Id: index.php,v 1.46 2003/03/20 03:26:05 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -74,6 +74,8 @@ <h3>News</h3> + <p><b>19 Mar 2003</b></p> + <p>Hitler invades Poland.</p> <p><b>13 Mar 2003</b></p> <p><img src="ba_library2.jpg" width="500" height="345"/></p> <p><b>23 Dec 2002 - Grapevine now builds under <a target="_top" href="http://cygwin.com">Cygwin</a></b></p> |
From: blackh <gra...@li...> - 2003-03-21 06:09:05
|
blackh Thu Mar 20 22:09:05 2003 EDT Modified files: /website index.php Log: Remove old war comment. Index: website/index.php diff -u website/index.php:1.46 website/index.php:1.47 --- website/index.php:1.46 Wed Mar 19 19:26:05 2003 +++ website/index.php Thu Mar 20 22:09:04 2003 @@ -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.46 2003/03/20 03:26:05 blackh Exp $ --> +<!-- $Id: index.php,v 1.47 2003/03/21 06:09:04 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -84,23 +84,6 @@ run under Cygwin. Installation instructions are <a target="_top" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/grapevine/grapevine/INSTALL.cygwin?rev=1.1&content-type=text/vnd.viewcvs-markup">here</a>.</p> <p><b>25 Nov 2002 - We can plot simple networks</b></p> - - <p><b>14 Oct 2002 - We oppose the U.S. war against Iraq!</b></p> - - <p>Some questions for you to ponder:</p> - <ul> - <li>How many ground troops will be needed on the American side, and where are they coming from?</li> - <li>How many innocent people will be killed in Iraq? (How many were killed in Afghanistan?)</li> - <li>Consider 20th Century history: Can the United States win swiftly?</li> - <li>How many countries might the United States eventually be fighting against?</li> - <li>Is invasion justified, and if not, how will history judge the United States?</li> - <li>Will your country get dragged in on either the American or the Iraqi side?</li> - <li>How much harder will it be to stop the war in six months' time?</li> - <li>Will this action serve to protect Americans from war?</li> - </ul> - <p><i>PLEASE write to your MP, your Congressperson, etc. It will only take you - a few minutes, and the postage is (probably) free. Make sure Bush cannot count on YOUR - country's support!</i></p> <p><b>23 Jul 2002 - First international Grapevine network</b> |
From: blackh <gra...@li...> - 2003-04-22 21:36:48
|
blackh Tue Apr 22 14:36:47 2003 EDT Modified files: /website index.php Log: Tweak. Index: website/index.php diff -u website/index.php:1.49 website/index.php:1.50 --- website/index.php:1.49 Tue Apr 22 05:22:28 2003 +++ website/index.php Tue Apr 22 14:36:44 2003 @@ -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.49 2003/04/22 12:22:28 blackh Exp $ --> +<!-- $Id: index.php,v 1.50 2003/04/22 21:36:44 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -86,8 +86,6 @@ form for Debian Linux. You can install it from source on Redhat 8.0. Windows is not yet ready. Go to the <a target="_top" href="http://sourceforge.net/project/showfiles.php?group_id=32439">downloads</a> page.</p> - <p><b>19 Mar 2003</b></p> - <p>Hitler invades Poland.</p> <p><b>13 Mar 2003</b></p> <p><img src="ba_library2.jpg" width="500" height="345"/></p> <p><b>23 Dec 2002 - Grapevine now builds under <a target="_top" href="http://cygwin.com">Cygwin</a></b></p> |
From: blackh <gra...@li...> - 2003-05-24 12:27:30
|
blackh Sat May 24 05:27:29 2003 EDT Modified files: /website index.php Log: Web page news update. Index: website/index.php diff -u website/index.php:1.54 website/index.php:1.55 --- website/index.php:1.54 Mon May 12 15:23:14 2003 +++ website/index.php Sat May 24 05:27:29 2003 @@ -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.54 2003/05/12 22:23:14 blackh Exp $ --> +<!-- $Id: index.php,v 1.55 2003/05/24 12:27:29 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -74,6 +74,10 @@ <h3>News</h3> + <p><b>25 May 2003 - Working on performance</b></p> + <p>The amount of CPU time that the daemon was using was a little high, so + I am working on performance. I've disabled the networking functionality in the + meantime to prevent the daemon annoying you. Windows binaries are still broken.</p> <p><b>13 May 2003 - Windows binary broken</b></p> <p>The windows binary release doesn't work right at the moment unless you have CygWin installed. We're <a target="_top" href="http://sourceforge.net/tracker/index.php?func=detail&aid=727482&group_id=32439&atid=405158">working on it</a>.</p> |