gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1496 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r1496 - GNUnet-docs/WWW
Date: Wed, 13 Jul 2005 20:19:37 -0700 (PDT)

Author: grothoff
Date: 2005-07-13 20:19:34 -0700 (Wed, 13 Jul 2005)
New Revision: 1496

Modified:
   GNUnet-docs/WWW/documentation.php3
Log:
update

Modified: GNUnet-docs/WWW/documentation.php3
===================================================================
--- GNUnet-docs/WWW/documentation.php3  2005-07-14 03:14:52 UTC (rev 1495)
+++ GNUnet-docs/WWW/documentation.php3  2005-07-14 03:19:34 UTC (rev 1496)
@@ -39,27 +39,21 @@
 W("Like most documentation, it will probably never really be finished.");
 EP();
 H3("Table of Contents");
-IMG("gnu_in_net.png", "GNUnet logo", "RIGHT", 150, 150);
-?>
-<ol>
- <li><?php intlink("philosophy.php3","Copyright and Philosophy"); ?></li>
- <li><?php intlink("user.php3","Using GNUnet");
-           include("user_index.inc"); ?>
- </li>
- <li><?php intlink("protocol.php3","The Protocols");
-           include("protocol_index.inc"); ?>
- </li>
- <li><?php intlink("hacking.php3","Hacking GNUnet");
-           include("hacking_index.inc"); ?>
- </li>
-   <li><?php W("Special topics"); ?>
-  <ol>
-   <li><?php intlink("smtp.php3","Transport performance (outdated)"); ?></li>
-   <li><?php intlink("namespace.php3","Namespaces and Directories 
(outdated)"); ?></li>
-   <li><?php intlink("encoding.php3","Content encoding (outdated)"); ?></li>
-  </ol>
-</ol>
-<?php
-P();
+gnunetlogo();
+echo "<ol>\n";
+LILI("philosophy.php3","Copyright and Philosophy");
+LILI("user.php3","Using GNUnet");
+include("user_index.inc"); 
+LILI("protocol.php3","The Protocols");
+include("protocol_index.inc"); 
+LILI("hacking.php3","Hacking GNUnet");
+include("hacking_index.inc"); 
+LI("Special topics"); 
+echo "<ol>\n";
+LILI("smtp.php3","Transport performance (outdated)"); 
+LILI("namespace.php3","Namespaces and Directories (outdated)");
+LILI("encoding.php3","Content encoding (outdated)"); 
+echo "</ol>\n";
+echo "</ol>\n";
 include("html_footer.php3");
 ?>





reply via email to

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