gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1452 - GNUnet-docs/WWW
Date: Tue, 12 Jul 2005 19:00:45 -0700 (PDT)

Author: grothoff
Date: 2005-07-12 19:00:41 -0700 (Tue, 12 Jul 2005)
New Revision: 1452

Modified:
   GNUnet-docs/WWW/protocol_p2p.php3
   GNUnet-docs/WWW/scripts.inc
Log:
try

Modified: GNUnet-docs/WWW/protocol_p2p.php3
===================================================================
--- GNUnet-docs/WWW/protocol_p2p.php3   2005-07-13 01:58:16 UTC (rev 1451)
+++ GNUnet-docs/WWW/protocol_p2p.php3   2005-07-13 02:00:41 UTC (rev 1452)
@@ -22,11 +22,10 @@
 W("For received packets, the transport is not responsible for checking the 
checksum.");
 W("If the checksum does not verify the core will discard the message 
silently.");
 P();
-W("Each of the messages in the plaintext packet has the following %s:",
-   extlink_("doxygen/html/structMessagePart.html","header"));
+W("Each of the messages in the plaintext packet has the following header:");
 EP();
 
-LAYOUT("MessagePart",
+LAYOUT("p2p_HEADER",
        F(ARRAY(N("message size", NBO_()) => 2,
               N("request type", NBO_()) => 2,
               N("(size - 4) bytes of data", "") => 0)));

Modified: GNUnet-docs/WWW/scripts.inc
===================================================================
--- GNUnet-docs/WWW/scripts.inc 2005-07-13 01:58:16 UTC (rev 1451)
+++ GNUnet-docs/WWW/scripts.inc 2005-07-13 02:00:41 UTC (rev 1452)
@@ -92,7 +92,8 @@
   echo "<center>\n";
   echo "<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\" 
width=\"90%\">\n";
   echo "<tr><th colspan=5 valign=center><a href=\"doxygen/html/struct" . 
-       $structName . ".html\">" . $structName . "</a></th></tr>";
+       str_replace($structName, "__", "_") . ".html\">" . $structName . 
+       "</a></th></tr>";
   echo "<tr><th rowspan=2 class=\"tbl\">" . W_("Offset") . 
        "</th><th colspan=4 class=\"tbl\">" . W_("Bit position") . 
        "</th></tr>\n";





reply via email to

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