diff digilib_install.html @ 1:5baf44fed7b0

add current berlios website pages to repo
author robcast
date Fri, 09 Dec 2011 19:23:29 +0100
parents 7b20d15a57e9
children
line wrap: on
line diff
--- a/digilib_install.html	Tue Apr 26 20:24:31 2011 +0200
+++ b/digilib_install.html	Fri Dec 09 19:23:29 2011 +0100
@@ -9,32 +9,29 @@
 
 <ul>
   <li>
-  <a href="http://java.sun.com/downloads/index.html" >Java JDK</a> &gt;1.2 (preferred 1.4 and up)
+  <a href="http://java.sun.com/downloads/index.html" >Java JDK</a> &gt;=1.5
   </li>
   
   <li>
   <a href="http://jakarta.apache.org/tomcat/index.html" >Jakarta
-  Tomcat</a> version 4 or later (preferred 4.1 and up) from
+  Tomcat</a> version 4 or later (preferred 6 and up) from
   <a href="http://jakarta.apache.org">http://jakarta.apache.org</a>
   </li>
   
-  <li>The digilib distribution package <a href="http://download.berlios.de/digilib/digilib-core.zip"><b>digilib-core.zip</b></a> (from
-  <a href="http://developer.berlios.de">http://developer.berlios.de</a>)
+  <li>The digilib distribution package <b>digilib-core-X.X.X.zip</b></a> (from
+  <a href="http://developer.berlios.de/project/showfiles.php?group_id=251">http://developer.berlios.de</a>)
   
   </li>
 
-  <li>Some auxiliary Java libraries to be put in <code>digitallibrary/WEB-INF/lib</code> (can also be found in the <a href="http://download.berlios.de/digilib/digilib-ext.zip">digilib-ext.zip</a> package)
+  <li>Some auxiliary Java libraries to be put in <code>digitallibrary/WEB-INF/lib</code> (can also be found in the <a href="http://developer.berlios.de/project/showfiles.php?group_id=251">digilib-ext-X.X.zip</a> package)
   <ul>
-    <li>
-    <b>concurrent.jar</b> from Doug Lea's <a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html">util.concurrent library</a> (see <a href="http://gee.cs.oswego.edu/dl/">http://gee.cs.oswego.edu/dl/</a>).
-    </li>
 
     <li>
     <b>log4j.jar</b> from the <a href="http://logging.apache.org/log4j/docs/download.html">Log4J library</a> (see <a href="http://logging.apache.org">http://logging.apache.org</a>)
     </li>
 
     <li>
-    <b>jai_imageio.jar</b> (and its native libraries) with JDK >= 1.4, from the <a href="http://java.sun.com/products/java-media/jai/current.html">Java Advanced Imaging Image-IO Tools</a> (see <a href="http://java.sun.com/products/java-media/jai/index.jsp">http://java.sun.com/products/java-media/jai/</a>)
+    <b>jai_imageio.jar</b> (and its native libraries) from the <a href="https://jai-imageio.dev.java.net/binary-builds.htmll">Java Advanced Imaging Image-IO Tools</a> (see <a href="http://jai-imageio.dev.java.net/">https://jai-imageio.dev.java.net/</a>)
     </li>
 
     <li>
@@ -42,12 +39,13 @@
     </li>
 
     <li>
-    <b>batik-*.jar</b> if you want to use the Raster servlet, from the <a href="http://www.apache.org/dyn/closer.cgi/xml/batik">Apache Batik library</a> (see <a href="http://xml.apache.org/batik/">http://xml.apache.org/batik/</a>)
+    <b>itext.jar</b> for PDF generation from the <a href="http://itextpdf.com/download.php">iText library</a> (see <a href="http://itextpdf.com/itext.php">http://itextpdf.com/itext.php</a>)
     </li>
 
     <li>
-    <b>jena.jar</b> from the <a href="http://www.hpl.hp.com/semweb/jena1.htm">JENA RDF library version 1.6.1</a> (see <a href="http://jena.sourceforge.net/">http://jena.sourceforge.net/</a>)
+    <b>jdom.jar</b> from the <a href="http://www.jdom.org/downloads/index.html">JDOM library</a> (see <a href="http://www.jdom.org/index.html">http://www.jdom.org</a>)
     </li>
+
   </ul>
 </ul>
 
@@ -301,9 +299,7 @@
 
 <p>You can specify the Java toolkit implementation with the
 <code>docuimage-class</code> parameter. The
-<code>ImageLoaderDocuImage</code> might give best performance but
-works only with JDK 1.4 and up. <code>JAIDocuImage</code> works with
-JDK 1.3 and up.</p>
+<code>ImageLoaderDocuImage</code> usually gives best performance and works with JDK 1.4 and up.</p>
 
 
 <h3>digilib-auth.xml</h3>
@@ -361,5 +357,4 @@
 
 <hr>
 <address>robcast@mail.berlios.de</address>
-<!-- hhmts start -->Last modified: Tue Nov  2 13:14:57 CET 2004 <!-- hhmts end -->
-</body> </html>
+</html>