gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: durner
Date: 2006-03-30 09:13:19 -0800 (Thu, 30 Mar 2006)
New Revision: 2578

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

Modified: GNUnet-docs/WWW/test/download.php3
===================================================================
--- GNUnet-docs/WWW/test/download.php3  2006-03-27 20:45:19 UTC (rev 2577)
+++ GNUnet-docs/WWW/test/download.php3  2006-03-30 17:13:19 UTC (rev 2578)
@@ -4,6 +4,139 @@
 $description = "This page lists the requirements for running GNUnet and 
provides links to download the software.";
 include("html_header.php3");
 
+H2("Introduction");
+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.");
+W("Read the %s file to find out about known problems (and workarounds) for 
specific architectures.",
+       extlink_("https://gnunet.org/svn/GNUnet/PLATFORMS";, "PLATFORMS"));
+
+P();
+
+W("The network is still fairly small and downloads can be rather slow.");
+W("Only little content is available, thus it is not always a bug if you get 
few (or no) search results.");
+W("Mind that all queries are case-sensitive.");
+
+P();
+
+W("A subscription to GNUnet mailinglists might be a good idea, use 
<tt>help-gnunet</tt> or %s to report problems.",
+  extlink_("https://gnunet.org/mantis/","Mantis";));
+P();
+
+W("The next major release will be %s and is expected %s.",
+  ARRAY("0.7.1", "4-2006"));
+EP();
+
+H2("Binary packages");
+BP();
+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")));
+EP();
+?>
+
+<table border="0" cellspacing="0" cellpadding="4">
+       <tr>
+               <td>
+                       <img src="debian.png" />
+               </td>
+               <td>
+                       <font class="h3">Debian GNU/Linux</font>
+               </td>
+       </tr>
+       <tr>
+               <td />
+               <td>
+                       <table border="0" cellspacing="0" cellpadding="0">
+                               <tr>
+                                       <td />
+                                       <td>
+                                               Debian Stable
+                                               <br />
+                                               <a 
href="http://www.backports.org/package.php?search=gnunet"; class="a">GNUnet</a>
+                                       </td>
+                               </tr>
+                               <tr>
+                                       <td>&nbsp;<td>
+                                       <td>&nbsp;<td>
+                               </tr>
+                               <tr>
+                                       <td />
+                                       <td>
+                                               Debian Testing
+                                               <br />
+                                               <a 
href="http://packages.debian.org/testing/net/gnunet";><?php W("GNUnet core"); 
?></a>, <a href="http://packages.debian.org/testing/net/gnunet-gtk";><?php 
W("GNUnet graphical interface (gnunet-gtk)"); ?></a>
+                                       </td>
+                               </tr>
+                       </table>                
+               </td>
+       </tr>
+       <tr>
+               <td />
+               <td />
+       </tr>
+       <tr>
+               <td>
+                       <img src="windows.png" />
+               </td>
+               <td>
+                       <font class="h3">Windows</font>
+               </td>
+       </tr>
+       <tr>
+               <td />
+               <td>
+                       <a href="download/win32/Setup-0.7.0c.exe" 
class="a"><?php W("GNUnet installer");</a>
+               </td>
+       </tr>
+       <tr>
+               <td />
+               <td />
+       </tr>
+       <tr>
+               <td>
+                       <img src="osx.png" />
+               </td>
+               <td>
+                       <font class="h3">Mac OS X</font>
+               </td>
+       </tr>
+       <tr>
+               <td />
+               <td>
+                       <a href="http://www.chem.jyu.fi/~eloranta/GNUnet.html"; 
class="a"><?php W("Jussi Eloranta's port");</a>
+               </td>
+       </tr>
+</table>
+
+<a name="source" />
+<?php
+H2("Source");
+BP();
+W("GNUnet's source code is released under the GPL.");
+BR();
+W("The latest release is here: ");
+BR();
+echo "<ul>\n";
+LIV(extlink_("download/GNUnet-0.7.0c.tar.bz2","GNUnet-0.7.0c.tar.bz2 (1361 
kb)"));
+LIV(extlink_("download/GNUnet-0.7.0c.tar.gz","GNUnet-0.7.0c.tar.gz (1945 
kb)"));
+LIV(extlink_("download/gnunet-gtk-0.7.0c.tar.bz2", "gnunet-gtk-0.7.0c.tar.bz2 
(488 kb)"));
+LIV(extlink_("download/gnunet-gtk-0.7.0c.tar.gz" , "gnunet-gtk-0.7.0c.tar.gz 
(673 kb)"));
+LIV(extlink_("/libextractor/download/libextractor-0.5.11.tar.gz",
+             "libextractor-0.5.11.tar.gz (6175 kb)"));
+echo "</ul>\n";
+BR();
+W("The current development code is available from our Subversion repository.");
+W("You can access it using");
+EP();
+PRE("$ svn checkout https://gnunet.org/svn/GNUnet/";);
+BP();
+W("For access to the freeway code use:");
+EP();
+PRE("$ svn checkout https://gnunet.org/svn/freeway/";);
+EP();
+
 H2("System Requirements");
 echo "<ul>\n";
 ?>
@@ -18,80 +151,27 @@
  <li><strong><?php W("Required:"); ?></strong>
      <a href="http://www.gnu.org/directory/security/libgcrypt.html";>libgcrypt 
(&gt;= 1.2.0)</a></li>
  <li><strong><?php W("Required:"); ?></strong>
-     <a href="/libextractor/">libextractor (&gt;= 0.4.2)</a></li>
+     <a href="/libextractor/">libextractor (&gt;= 0.5.9)</a></li>
  <li><strong><?php W("Required:"); ?></strong>
+     <a href="http://www.zlib.net/";>zlib</a></li>
+ <li><strong><?php W("Required:"); ?></strong>
      <a href="http://www.sqlite.org/";>sqlite</a> (&gt;= 3.0.0) <?php W("or"); 
?>
      <a href="http://www.mysql.com/";>mysql</a> (&gt;= 4.1)</li>
- <li><strong><?php W("Recommended:"); ?></strong>
-     <a href="http://www.gtk.org/";>gtk+ &gt;= 2.4</a></li>
+ <li><strong><?php W("Required:"); ?></strong>
+     <a href="http://www.gtk.org/";>gtk+ &gt;= 2.6</a></li>
+ <li><strong><?php W("Required:"); ?></strong>
+     <a href="http://glade.gnome.org/";>glade &gt;= 2.10</a></li>
  <li><strong><?php W("Optional:"); ?></strong>
      <a href="http://www.gnu.org/software/gettext/";>GNU gettext (&gt;= 
0.14.1)</a></li>
+ <li><strong><?php W("Optional:"); ?></strong>
+     <a href="http://www.gnu.org/software/ncurses/";>ncurses</a></li>
+ <li><strong><?php W("Required to build Windows binaries:"); ?></strong>
+     <a href="http://plibc.sf.net/";>PlibC</a></li>
  <li><strong><?php W("for SVN:");?></strong>
      <a href="http://www.gnu.org/software/autoconf/";>autoconf (&gt;= 2.59)</a> 
<?php W("and"); ?>
      <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>
 <?php
-echo "</ul>\n";
-H2("SVN access");
-BP();
-W("You can access the current SVN version of GNUnet using");
-EP();
-PRE("$ svn checkout https://gnunet.org/svn/GNUnet/";);
-BP();
-W("For access to the GNUnet 0.6.x branch use:");
-EP();
-PRE("$ svn checkout https://gnunet.org/svn/branches/GNUnet06/";);
-BP();
-W("For access to the freeway code use:");
-EP();
-PRE("$ svn checkout https://gnunet.org/svn/freeway/";);
-H2("Download");
-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.");
-W("Read the PLATFORMS file to find out about known problems (and workarounds) 
for specific architectures.");
-
-P();
-
-W("The network is still fairly small and downloads can be rather slow.");
-W("Only little content is available, thus it is not always a bug if you get 
few (or no) search results.");
-W("Mind that all queries are case-sensitive.");
-
-P();
-
-W("A subscription to GNUnet mailinglists might be a good idea, use 
<tt>help-gnunet</tt> or %s to report problems.",
-  extlink_("https://gnunet.org/mantis/","Mantis";));
-P();
-
-//W("RPM binaries for GNUnet and %s (x86 only) can be found %s.",
-//  ARRAY(intlink_("/libextractor/index.php", "libextractor"),
-//     extlink_("http://ovmj.org/~rpm/";, "here"))); 
-W("OS X binaries are %s.",
-  extlink_("http://www.chem.jyu.fi/~eloranta/GNUnet.html";, "here"));
-W("The installer for Win32 Systems is %s (9 MB).",
-  extlink_("download/win/Setup-0.6.6b.exe", "here"));
-P();
-W("If you want to build GNUnet from source, use these links:");
-echo "<ul>\n";
-LIV(extlink_("download/GNUnet-0.6.6b.tar.bz2","GNUnet-0.6.6b.tar.bz2 (1291 
kb)"));
-LIV(extlink_("download/GNUnet-0.6.6b.tar.gz","GNUnet-0.6.6b.tar.gz (1737 
kb)"));
-LIV(extlink_("/libextractor/download/libextractor-0.5.0.tar.bz2",
-             "libextractor-0.5.0.tar.bz2 (6303 kb)"));
-LIV(extlink_("/libextractor/download/libextractor-0.5.0.tar.gz",
-             "libextractor-0.5.0.tar.gz (5893 kb)"));
-echo "</ul>\n";
-P();
-W("The next major release will be %s and is expected %s.",
-  ARRAY("0.7.0", "07-2005"));
-W("A pre-release for 0.7.0 is available:");
-echo "<ul>\n";
-LIV(extlink_("download/GNUnet-0.7.0pre2.tar.bz2", "GNUnet-0.7.0pre2.tar.bz2 
(1188 kb)"));
-LIV(extlink_("download/GNUnet-0.7.0pre2.tar.gz" , "GNUnet-0.7.0pre2.tar.gz 
(1693 kb)"));
-echo "</ul>\n";
-EP();
-
-
 include("html_footer.php3");
 ?>





reply via email to

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