gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r2581 - GNUnet-docs/WWW/test
Date: Thu, 30 Mar 2006 09:23:40 -0800 (PST)

Author: durner
Date: 2006-03-30 09:23:38 -0800 (Thu, 30 Mar 2006)
New Revision: 2581

Modified:
   GNUnet-docs/WWW/test/download.php3
Log:
fix

Modified: GNUnet-docs/WWW/test/download.php3
===================================================================
--- GNUnet-docs/WWW/test/download.php3  2006-03-30 17:16:31 UTC (rev 2580)
+++ GNUnet-docs/WWW/test/download.php3  2006-03-30 17:23:38 UTC (rev 2581)
@@ -5,6 +5,7 @@
 include("html_header.php3");
 
 H2("Introduction");
+BP();
 W("Please mind that this is a beta version.");
 W("The network has not been tested on a large scale and the code still 
requires some tuning.");
 W("There are various known portability problems.");
@@ -33,7 +34,7 @@
 W("If you are unsure which download to choose, try the package for Windows.");
 W("If your operating system or distribution is not included in the list below, 
please ask your vendor or consider %s from %s.",
        ARRAY(extlink_("user_gnunet.php3", "building GNUnet"), 
intlink_("#source", "source")));
-EP();
+P();
 ?>
 
 <table border="0" cellspacing="0" cellpadding="4">
@@ -109,6 +110,7 @@
                </td>
        </tr>
 </table>
+EP();
 
 <a name="source" />
 <?php
@@ -126,7 +128,7 @@
 LIV(extlink_("/libextractor/download/libextractor-0.5.11.tar.gz",
              "libextractor-0.5.11.tar.gz (6175 kb)"));
 echo "</ul>\n";
-BR();
+BP();
 W("The current development code is available from our Subversion repository.");
 W("You can access it using");
 EP();
@@ -172,6 +174,9 @@
      <a href="http://www.gnu.org/software/automake/";>automake (&gt;= 
1.7.6)</a> <?php W("and"); ?>
      <a href="http://www.gnu.org/software/libtool/";>libtool (&gt;= 1.5.6)</a> 
<?php W("and"); ?>
      <a href="http://www.gnu.org/software/gettext/";>GNU gettext (&gt;= 
0.14.1)</a></li>
+echo "</ul>";
+
+
 <?php
 include("html_footer.php3");
 ?>





reply via email to

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