gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: durner
Date: 2006-03-30 09:50:25 -0800 (Thu, 30 Mar 2006)
New Revision: 2584

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:35:45 UTC (rev 2583)
+++ GNUnet-docs/WWW/test/download.php3  2006-03-30 17:50:25 UTC (rev 2584)
@@ -33,7 +33,7 @@
 W("GNUnet is available as ready-to-run software for a few platforms.");
 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")));
+       ARRAY(extlink_("user_gnunet.php3", "building GNUnet"), 
extlink_("#source", "source")));
 P();
 ?>
 
@@ -88,7 +88,7 @@
        <tr>
                <td />
                <td>
-                       <a href="download/win32/Setup-0.7.0c.exe"><?php 
W("GNUnet installer"); ?></a>
+                       <a href="download/win32/Setup-0.7.0c.exe"><?php 
W("GNUnet installer (5 MB)"); ?></a>
                </td>
        </tr>
        <tr>
@@ -111,12 +111,13 @@
        </tr>
 </table>
 
-<a name="source" />
 <?php
 EP();
+ANCHOR("source");
 H2("Source");
 BP();
-W("GNUnet's source code is released under the GPL.");
+W("GNUnet's source code is released under the %s.",
+       extlink_("https://gnunet.org/svn/GNUnet/COPYING";, "GPL"));
 BR();
 W("The latest release is here: ");
 BR();
@@ -140,8 +141,8 @@
 EP();
 
 H2("System Requirements");
-echo "<ul>\n";
 ?>
+<ul>
  <li>Pentium 100 Mhz, 32 MB RAM</li>
  <li><a href="http://www.gnu.org/";>GNU</a>/<a 
href="http://www.kernel.org/";>Linux</a>,
      <a href="http://www.sun.com/software/solaris/";>Solaris (&gt;= 8)</a>, OS 
X &gt; 10.3, Win32,
@@ -174,9 +175,8 @@
      <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>";
+</ul>
 
-
 <?php
 include("html_footer.php3");
 ?>





reply via email to

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