gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r708 - GNUnet-docs/WWW/test


From: durner
Subject: [GNUnet-SVN] r708 - GNUnet-docs/WWW/test
Date: Thu, 28 Apr 2005 13:41:52 -0700 (PDT)

Author: durner
Date: 2005-04-28 13:41:43 -0700 (Thu, 28 Apr 2005)
New Revision: 708

Modified:
   GNUnet-docs/WWW/test/index.php
Log:
;

Modified: GNUnet-docs/WWW/test/index.php
===================================================================
--- GNUnet-docs/WWW/test/index.php      2005-04-28 20:34:44 UTC (rev 707)
+++ GNUnet-docs/WWW/test/index.php      2005-04-28 20:41:43 UTC (rev 708)
@@ -6,24 +6,24 @@
 
 H2("About GNUnet");
 
-echo "<p>\n"
+echo "<p>\n";
 W("GNUnet is a framework for secure peer-to-peer networking that does not use 
any centralized or otherwise trusted services.");
 W("A first service implemented on top of the networking layer allows anonymous 
censorship-resistant file-sharing.");
 W("GNUnet uses a simple, excess-based economic model to allocate resources.");
 W("Peers in GNUnet monitor each others behavior with respect to resource 
usage; peers that contribute to the network are rewarded with better service.");
-echo "</p>\n"
+echo "</p>\n";
 
-echo "<p>\n"
+echo "<p>\n";
 W("GNUnet is part of the %s.",
   extlink_("http://www.gnu.org/","GNU project"));
 W("Our official GNU website can be found at %s.",
   
extlink_("http://www.gnu.org/software/gnunet/","http://www.gnu.org/software/gnunet/";));
 W("GNUnet can be downloaded from this site or the %s.",
   extlink_("http://www.gnu.org/prep/ftp.html","GNU mirrors"));
-echo "</p>\n"
+echo "</p>\n";
 
 H2("News");
-echo "<p>\n"
+echo "<p>\n";
 W("Older news can be found %s.\n",
   intlink_("old_news.php3", "here"));
 echo "</p>\n"
@@ -60,7 +60,7 @@
   echo "<dt>" . $pd[0] . "-" . $pd[1] . "-" . $pd[2] .  ": " . 
W_($row["title"]) . "</dt>\n";
   echo "<dd>\n";
   include($row["include"]);
-  echo "<br />"
+  echo "<br />";
   echo "\n</dd>\n";
 }
 echo "</dl>\n";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]