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