extensions/net.sf.basedb.thumbnails/trunk/README

Code
Comments
Other
Rev Date Author Line
3398 15 Jun 15 nicklas 1 == Requirements ==
3398 15 Jun 15 nicklas 2
6042 11 Nov 20 nicklas 3  1. BASE 3.17 or later.
6042 11 Nov 20 nicklas 4  2. Java 11 or later.
3398 15 Jun 15 nicklas 5  
3398 15 Jun 15 nicklas 6 == Introduction ==
3398 15 Jun 15 nicklas 7
3398 15 Jun 15 nicklas 8 This package is an extension package to BASE that adds 
3398 15 Jun 15 nicklas 9 a column in the file list view for displaying thumbnails
5352 10 Apr 19 nicklas 10 of some common images and document formats. Currently
5352 10 Apr 19 nicklas 11 supported formats are: png, jpg, svg, pdf
3398 15 Jun 15 nicklas 12
3398 15 Jun 15 nicklas 13  * The homepage for this extension: 
6311 11 Jun 21 nicklas 14    https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails
3398 15 Jun 15 nicklas 15    
3398 15 Jun 15 nicklas 16 == Installation ==
3398 15 Jun 15 nicklas 17
6311 11 Jun 21 nicklas 18 See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/install
3398 15 Jun 15 nicklas 19
3398 15 Jun 15 nicklas 20 == Using ==
3398 15 Jun 15 nicklas 21
6311 11 Jun 21 nicklas 22 See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/using
3398 15 Jun 15 nicklas 23
3398 15 Jun 15 nicklas 24
3398 15 Jun 15 nicklas 25 == Compiling ==
3398 15 Jun 15 nicklas 26
3398 15 Jun 15 nicklas 27 To compile this package you also need:
3398 15 Jun 15 nicklas 28  
6042 11 Nov 20 nicklas 29  1. Ant 1.10
6042 11 Nov 20 nicklas 30  2. Java 11
3398 15 Jun 15 nicklas 31
3398 15 Jun 15 nicklas 32 Follow these instructions:
3398 15 Jun 15 nicklas 33
3398 15 Jun 15 nicklas 34  1. Download the source code from the subversion repository. See
6311 11 Jun 21 nicklas 35     https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails for instructions.
3398 15 Jun 15 nicklas 36  
3398 15 Jun 15 nicklas 37  2. Type `ant download-lib` to automatically download the BASE core JAR files that
3398 15 Jun 15 nicklas 38     are neeed for compilation. You can also do this manually by copying the 
3398 15 Jun 15 nicklas 39     base-core-3.x.jar file from the BASE installation directory 
3398 15 Jun 15 nicklas 40     (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory.
3398 15 Jun 15 nicklas 41
3398 15 Jun 15 nicklas 42  3. Type 'ant' to compile the code and generate the 'thumbnails.jar' file
3398 15 Jun 15 nicklas 43     in the project directory.
3398 15 Jun 15 nicklas 44
3398 15 Jun 15 nicklas 45  4. Use 'ant package' to create a downloadable tar.gz package.
3398 15 Jun 15 nicklas 46  
3398 15 Jun 15 nicklas 47 Tip: If you need different values for any of the properties defined in
3398 15 Jun 15 nicklas 48 the 'build.xml' file, create a file named 'build.properties' and set
3398 15 Jun 15 nicklas 49 the values there.
3398 15 Jun 15 nicklas 50