Author: nextgens
Date: 2008-05-21 05:49:43 +0000 (Wed, 21 May 2008)
New Revision: 19995

Modified:
   trunk/website/pages/de/download.php
   trunk/website/pages/en/download.php
   trunk/website/pages/en/faq.php
Log:
website: ask for java1.5

Modified: trunk/website/pages/de/download.php
===================================================================
--- trunk/website/pages/de/download.php 2008-05-21 05:46:07 UTC (rev 19994)
+++ trunk/website/pages/de/download.php 2008-05-21 05:49:43 UTC (rev 19995)
@@ -81,7 +81,7 @@
 href="http://de.wikipedia.org/wiki/Paketverwaltung";>Paketverwaltung</a>
 installieren oder von <a href="http://java.com/de/"; >http://java.com/de/</a>
 herunterladen k?nnen.<br>
-Java Version 1.4.2 und h?her wird funktionieren. Seien Sie sich jedoch bewusst,
+Java Version 1.5.0 und h?her wird funktionieren. Seien Sie sich jedoch bewusst,
 dass in den Versionen vor Java 1.5 Update 4 Sicherheitsl?cken im Applet sind.
 Generell empfehlen wir die neuste Version zu benutzen.

@@ -117,8 +117,8 @@
 </div>

 <script type="text/javascript"><!--
-       // Try to detect if Sun Java 1.4.2 or higher is installed
-       var Java = PluginDetect.isMinVersion('Java', '1,4,2');
+       // Try to detect if Sun Java 1.5.0 or higher is installed
+       var Java = PluginDetect.isMinVersion('Java', '1,5,0');

        // Os detection
        var OSName="";

Modified: trunk/website/pages/en/download.php
===================================================================
--- trunk/website/pages/en/download.php 2008-05-21 05:46:07 UTC (rev 19994)
+++ trunk/website/pages/en/download.php 2008-05-21 05:49:43 UTC (rev 19995)
@@ -49,7 +49,7 @@
 <div id="unix">
 <h3>Linux and other Unix-like systems</h3>
 You need to have a recent <b>Java Runtime Environment</b> (JRE). We have 
experienced best results with Sun's Java Runtime Environment which can be 
obtained via your <a 
href="http://en.wikipedia.org/wiki/Package_manager";>package manager</a> or from 
<a href="http://www.java.com/";>http://www.java.com/</a>. <BR>
-Java version 1.4.2 and later will work. However, be aware that there are 
applet security vulnerabilities in all versions prior to Java 1.5 update 4. 
Generally, we recommend using latest.
+Java version 1.5 and later will work. However, be aware that there are applet 
security vulnerabilities in all versions prior to Java 1.5 update 4. Generally, 
we recommend using latest.

 <p>Open a terminal and type:</p>
 <pre>
@@ -72,8 +72,8 @@
 </div>

 <script type="text/javascript"><!--
-       // Try to detect if Sun Java 1.4.2 or higher is installed
-       var Java = PluginDetect.isMinVersion('Java', '1,4,2');
+       // Try to detect if Sun Java 1.5.0 or higher is installed
+       var Java = PluginDetect.isMinVersion('Java', '1,5,0');

        // Os detection
        var OSName="";

Modified: trunk/website/pages/en/faq.php
===================================================================
--- trunk/website/pages/en/faq.php      2008-05-21 05:46:07 UTC (rev 19994)
+++ trunk/website/pages/en/faq.php      2008-05-21 05:49:43 UTC (rev 19995)
@@ -206,7 +206,7 @@
 see a list of ports used by the node. You should forward (for UDP) the Darknet 
FNP 
 and Opennet FNP ports. You may need to look up your router's documentation to 
figure
 out how to do this. Freenet should have forwarded them itself through <a 
href="http://en.wikipedia.org/wiki/Universal_Plug_and_Play";>Universal Plug and 
Play</a>,
-but this doesn't always work (and it never works if you don't have the UPnP 
plugin loaded, or have java before 1.5).</p>
+but this doesn't always work (and it never works if you don't have the UPnP 
plugin loaded).</p>
 <p>If you have a dyndns address or other domain name pointing to the computer 
you run 
 your Freenet node on, tell the node about it. Go to <a 
href="http://127.0.0.1:8888/config/";>the config page</a>, 
 and find the option "IP address override". Put your domain name in that box, 
and apply the settings.</p>
@@ -391,7 +391,7 @@
 We are using a <a href="http://subversion.tigris.org/";>subversion</a> server : 
<a href="http://freenet.googlecode.com/svn/trunk/";>Freenet's subversion 
repository</a>.

 <p><b id="devtools">What tools do I need to help develop?</b><br>
-To build and deploy the Freenet server, you will need Java tools compatible 
with Sun's JDK 1.4 or later. To retrieve and update the code at <a 
href="http://freenet.googlecode.com/svn/trunk/freenet/";>http://freenet.googlecode.com/svn/trunk/freenet/</a>using
 <a href="http://subversion.tigris.org/";>subversion</a>,
+To build and deploy the Freenet server, you will need Java tools compatible 
with Sun's JDK 1.5 or later. To retrieve and update the code at <a 
href="http://freenet.googlecode.com/svn/trunk/freenet/";>http://freenet.googlecode.com/svn/trunk/freenet/</a>using
 <a href="http://subversion.tigris.org/";>subversion</a>,
 (This is not necessary if you only want to download, compile, and run
 the server without contributing to its code). Further instructions for 
building and deploying the server are included with the code itself.
 Generally speaking, joining our IRC channel is a good idea: <a 
href="irc://irc.freenode.net/freenet">#freenet on irc.freenode.net</a></p>


Reply via email to