comparison website/index.html @ 1:5baf44fed7b0

add current berlios website pages to repo
author robcast
date Fri, 09 Dec 2011 19:23:29 +0100
parents
children 8abbc40d0df5
comparison
equal deleted inserted replaced
0:7b20d15a57e9 1:5baf44fed7b0
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>digilib -- Digital Image Library</title>
7 </head>
8 <body>
9
10 <table border="0" cellspacing="0" cellpadding="3">
11 <tr>
12 <td bgcolor="#a0a0a0">&nbsp;</td>
13 <td>
14 <img src="images/digilib-logo-big.png" align="left" />
15 <h1><tt>digilib</tt> -- a versatile image viewing environment for the internet</h1>
16 </td>
17 </tr>
18 <tr>
19 <td bgcolor="#a0a0a0" valign="top">
20 <p><a href="#whatis" >Info</a></p>
21 <p><a href="http://developer.berlios.de/projects/digilib/" >Project</a></p>
22 <p><a href="http://developer.berlios.de/project/showfiles.php?group_id=251" >Download</a></p>
23 <p><a href="http://developer.berlios.de/docman/?group_id=251" >Docs</a></p>
24 <p><a
25 href="https://openfacts2.berlios.de/wikien/index.php/BerliosProject:Digital_Image_Library">Tips</a></p>
26 <p><a href="http://hg.berlios.de/repos/digilib">Source</a></p>
27 </td>
28 <td>
29
30 <a name="news"></a>
31 <h2>News</h2>
32
33 <dl>
34 <dt>25.5.2011</dt>
35 <dd>Special offer of the
36 day: <a href="/tmp/digilib-tomcat-2.1b1.zip">latest digilib beta with Tomcat
37 all-in-one version</a> - download, unpack, open terminal/cmd.exe, change to download directory, execute catalina.sh/.bat run, open your browser on <a href="http://localhost:8080/digitallibrary/jquery/digilib.html?fn=test">http://localhost:8080/digitallibrary/jquery/digilib.html?fn=test</a>.
38 </dd>
39
40 <dt>7.1.2011</dt>
41 <dd>A new File release (1.8.3). Much internal code has been rewritten and
42 cleaned up. There is a new PDF-generation Servlet (in beta) that generates
43 PDF files from arbitrary images (try
44 /digitallibrary/servlet/PDFCache?fn=path/to/images&amp;pgs=1-3&amp;dh=1000)!<br/>
45 SVG rendering (which never worked properly) and some other old stuff has
46 been removed. Some library dependencies have changed, check your setup
47 when upgrading.
48 </dd>
49
50 <dt>15.7.2010</dt>
51 <dd>Source code development moved to a <a
52 href="http://hg.berlios.de/repos/digilib">Mercurial repository</a>! See
53 the <a
54 href="http://developer.berlios.de/hg/?group_id=251">instructions</a> to
55 access it.<br/>
56 Code of public release versions should be put also in CVS but
57 don't rely on it...
58 </dd>
59
60 <dt>3.9.2009</dt>
61 <dd>A new File release (1.7.0) and updates to the <a href="http://cvs.berlios.de/cgi-bin/viewcvs.cgi/digilib/config/build.xml">Ant build
62 file</a>.<br/>
63 P.S. Please note that
64 <a href="http://cvs.berlios.de/cgi-bin/viewcvs.cgi/digilib/servlet/src/digilib/servlet/Scaler.java?view=log">a lot happens</a>
65 in between file releases. Check out from CVS to be up to date.
66 </dd>
67
68 <dt>9.2.2007</dt>
69 <dd>Finally a new File release (1.6.0). And an <a href="http://cvs.berlios.de/cgi-bin/viewcvs.cgi/digilib/config/build.xml">Ant build file</a>.</dd>
70
71 <dt>6.12.2005</dt>
72 <dd><tt>digilib</tt> has it's own icon now!</dd>
73
74 <dt>22.11.2005</dt>
75 <dd>New &quot;Tips&quot; section in the Wiki</dd>
76 </dl>
77
78 <a name="whatis"></a>
79 <h2>What is <tt>digilib</tt></h2>
80
81 <ul>
82 <li><tt>digilib</tt> is a web based client/server technology for images.
83 The image content is processed on-the-fly by a Java Servlet on
84 the server side so that only the visible portion of the image is sent
85 to the web browser on the client side.
86 </li>
87 <li><tt>digilib</tt> supports a wide range of image formats and viewing options on
88 the server side while only requiring an internet browser with
89 javascript and a low bandwidth internet connection on the client side.
90 </li>
91 <li><tt>digilib</tt> enables very detailed work on an image as required by
92 scientists with elaborate zoom features like an option to show images
93 on the screen in their original size.
94 </li>
95 <li><tt>digilib</tt> facilitates cooperation of scientists over the internet and
96 novel uses of source material by image annotations and stable
97 references that can be embedded in URLs.
98 </li>
99 <li><tt>digilib</tt> is used in the <a href="http://penelope.unibe.ch/docuserver/echo/alcatraz/index3.html" >ALCATRAZ</a> framework of image, text and
100 annotation tools and many other projects.
101 </li>
102 <li><tt>digilib</tt> is Open Source Software under the General Public
103 License, jointly developed by the
104 <a href="http://www.mpiwg-berlin.mpg.de">Max-Planck-Insitute for the History of Science</a>, the <a href="http://philoscience.unibe.ch">University of Bern</a>
105 and others.
106 </li>
107 </ul>
108
109 <a name="howtoget"></a>
110 <h2>Where can I get <tt>digilib</tt></h2>
111
112 <p><tt>digilib</tt> source code, binaries and
113 documentation can be found on the <a href="http://developer.berlios.de/projects/digilib/">digilib project pages</a> on <a href="http://developer.berlios.de">BerliOS</a>.
114 </p>
115
116 </td>
117 </tr>
118 </table>
119 <p align="left">
120 <a href="http://developer.berlios.de">
121 <img src="http://developer.berlios.de/bslogo.php?group_id=0&type=1" width="124" height="32" border="0" alt="BerliOS Logo"></a>
122 </p>
123
124 </body>
125 </html>