gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: durner
Date: 2005-04-28 13:34:44 -0700 (Thu, 28 Apr 2005)
New Revision: 707

Modified:
   GNUnet-docs/WWW/test/index.php
Log:
remove invalid <p>s

Modified: GNUnet-docs/WWW/test/index.php
===================================================================
--- GNUnet-docs/WWW/test/index.php      2005-04-28 19:53:37 UTC (rev 706)
+++ GNUnet-docs/WWW/test/index.php      2005-04-28 20:34:44 UTC (rev 707)
@@ -6,25 +6,27 @@
 
 H2("About GNUnet");
 
-P();
+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.");
-P();
+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"
 
-P();
 H2("News");
-P();
+echo "<p>\n"
 W("Older news can be found %s.\n",
   intlink_("old_news.php3", "here"));
+echo "</p>\n"
 echo "<dl>\n";
 
 function convert_time($mysql_timestamp){
@@ -58,6 +60,7 @@
   echo "<dt>" . $pd[0] . "-" . $pd[1] . "-" . $pd[2] .  ": " . 
W_($row["title"]) . "</dt>\n";
   echo "<dd>\n";
   include($row["include"]);
+  echo "<br />"
   echo "\n</dd>\n";
 }
 echo "</dl>\n";





reply via email to

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