gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1472 - GNUnet-docs/WWW
Date: Wed, 13 Jul 2005 11:03:33 -0700 (PDT)

Author: grothoff
Date: 2005-07-13 11:03:29 -0700 (Wed, 13 Jul 2005)
New Revision: 1472

Modified:
   GNUnet-docs/WWW/user_afs.php3
Log:
fix

Modified: GNUnet-docs/WWW/user_afs.php3
===================================================================
--- GNUnet-docs/WWW/user_afs.php3       2005-07-13 17:49:28 UTC (rev 1471)
+++ GNUnet-docs/WWW/user_afs.php3       2005-07-13 18:03:29 UTC (rev 1472)
@@ -4,35 +4,31 @@
 $description="Configuring and using GNUnet for (anonymous) file sharing";
 include("html_header.php3");
 H2("File Sharing with GNUnet");
-?>
-<ul>
- <li><?php extlink("#concepts","Concepts"); ?>
-  <ul>
-<?php
- LI(extlink_("#files","Files"));
- LI(extlink_("#keywords","Keywords"));
- LI(extlink_("#directories","Directories"));
- LI(extlink_("#namespaces","Namespaces"));
- LI(extlink_("#advertisements","Advertisements"));
- LI(extlink_("#collections","Collections"));
- LI(extlink_("#example","Example"));
-?>
-</ul></li>
-<li><?php extlink("#configuration","Configuration"); ?>
-  <ul>
-   <li><?php extlink("#mysql","Setting up the mysql database"); ?></li>
-  </ul></li>
-
- <li><?php extlink("#afscommands","Commands for Anonymous File Sharing"); ?>
-  <ul>
-<?php
- LI(extlink_("#gnunetinsert","gnunet-insert"));
- LI(extlink_("#gnunetsearch","gnunet-search"));
- LI(extlink_("#gnunetdownload","gnunet-download"));
- LI(extlink_("#gnunetunindex","gnunet-unindex"));
- LI(extlink_("#gnunetdirectory","gnunet-directory"));
- LI(extlink_("#gnunetpseudonym","gnunet-pseudonym"));
- LI(intlink_("gnunetgtk.php3","gnunet-gtk"));
+afslogo();
+echo "<ul><li>\n";
+LILI("#concepts","Concepts");
+echo "<ul>\n";
+LI(extlink_("#files","Files"));
+LI(extlink_("#keywords","Keywords"));
+LI(extlink_("#directories","Directories"));
+LI(extlink_("#namespaces","Namespaces"));
+LI(extlink_("#advertisements","Advertisements"));
+LI(extlink_("#collections","Collections"));
+LI(extlink_("#example","Example"));
+echo "</ul></li>\n";
+LILI("#configuration","Configuration");
+echo "<ul>\n";
+LILI("#mysql","Setting up the mysql database"); 
+echo "</ul></li>\n";
+LILI("#afscommands","Commands for Anonymous File Sharing");
+echo "<ul>";
+LILI("#gnunetinsert","gnunet-insert");
+LILI("#gnunetsearch","gnunet-search");
+LILI("#gnunetdownload","gnunet-download");
+LILI("#gnunetunindex","gnunet-unindex");
+LILI("#gnunetdirectory","gnunet-directory");
+LILI("#gnunetpseudonym","gnunet-pseudonym");
+LILI("gnunetgtk.php3","gnunet-gtk"));
 echo "</ul></li></ul>\n";
 
 ANCHOR("concepts"); H3("Concepts");





reply via email to

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