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