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

Code
Comments
Other
Rev Date Author Line
1870 20 Feb 13 nicklas 1 == Requirements ==
1870 20 Feb 13 nicklas 2
6228 05 May 21 nicklas 3  1. BASE 3.18.1 or later.
1870 20 Feb 13 nicklas 4  
1870 20 Feb 13 nicklas 5 == Introduction ==
1870 20 Feb 13 nicklas 6
1870 20 Feb 13 nicklas 7 This package adds a "Print" button to all table pages making it possible
1870 20 Feb 13 nicklas 8 to print the table contents only. Without this functionality BASE will only
1870 20 Feb 13 nicklas 9 print a single page with as much that happens to fit on that page.
1870 20 Feb 13 nicklas 10
1870 20 Feb 13 nicklas 11 == Installation ==
1870 20 Feb 13 nicklas 12
1870 20 Feb 13 nicklas 13  1. Download the base-print-*.tar.gz file.
1870 20 Feb 13 nicklas 14  2. Unpack the downloaded file to a directory of your choice.
1870 20 Feb 13 nicklas 15  3. Copy the 'base-print.jar' file to your BASE plug-ins directory
1870 20 Feb 13 nicklas 16     as configured in the base.config[plugins.dir] setting. 
1870 20 Feb 13 nicklas 17  4. Go to 'Administrate->Plug-ins & Extensions->Overview' page.
1870 20 Feb 13 nicklas 18  5. Run the installation wizard and select to install 'base-print.jar'.
1870 20 Feb 13 nicklas 19  6. Done.
1870 20 Feb 13 nicklas 20
1870 20 Feb 13 nicklas 21
1870 20 Feb 13 nicklas 22 == Compiling ==
1870 20 Feb 13 nicklas 23
1870 20 Feb 13 nicklas 24 To compile this package you also need:
1870 20 Feb 13 nicklas 25  
6228 05 May 21 nicklas 26  1. Ant 1.10
6228 05 May 21 nicklas 27  2. Java 11
1870 20 Feb 13 nicklas 28
1870 20 Feb 13 nicklas 29 Follow these instructions:
1870 20 Feb 13 nicklas 30
1870 20 Feb 13 nicklas 31  1. Type 'ant' to compile the code and generate the 'base-print.jar' 
1870 20 Feb 13 nicklas 32     file in the project directory. This file can be installed into BASE 
1870 20 Feb 13 nicklas 33     following the intructions above.
1870 20 Feb 13 nicklas 34
1870 20 Feb 13 nicklas 35  2. Use 'ant package' to create a downloadable tar.gz file.
1870 20 Feb 13 nicklas 36  
1870 20 Feb 13 nicklas 37  3. If you create a file called 'build.properties' and enter a the path to the
1870 20 Feb 13 nicklas 38     plug-ins directory under the key 'base.plugins', you can simply type 
1870 20 Feb 13 nicklas 39     'ant install' to copy the examples to the BASE plug-ins directory.