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

Code
Comments
Other
Rev Date Author Line
2932 14 Nov 14 nicklas 1 == Requirements ==
2932 14 Nov 14 nicklas 2
6223 05 May 21 nicklas 3  1. BASE 3.18.1 or later.
2932 14 Nov 14 nicklas 4  
2932 14 Nov 14 nicklas 5 == Introduction ==
2932 14 Nov 14 nicklas 6
2932 14 Nov 14 nicklas 7 This package adds several skins to BASE. To begin with all skins are
2932 14 Nov 14 nicklas 8 disabled. After installation the skins can be enabled from the
2932 14 Nov 14 nicklas 9 'Administrate->Plug-ins & Extensions->Overview' page. The current
2932 14 Nov 14 nicklas 10 release contains the followg skins:
2932 14 Nov 14 nicklas 11
2978 25 Nov 14 nicklas 12  * '''Gold''': A skin that changes the default grey/blue color combination
2977 25 Nov 14 nicklas 13    to golden/red colors.
2932 14 Nov 14 nicklas 14    
2978 25 Nov 14 nicklas 15  * '''Test server''': A skin that adds a semi-transparent background with the
2932 14 Nov 14 nicklas 16    text "Test server" written diagonally across the entire screen.
2932 14 Nov 14 nicklas 17    Can be combined with other skins.
2977 25 Nov 14 nicklas 18    
2978 25 Nov 14 nicklas 19  * '''Server ID''': Adds a notice with the server name + URL to the menu bar. Combine
2978 25 Nov 14 nicklas 20    with the Test server skin to make the notice stand out more. Use
2978 25 Nov 14 nicklas 21    the 'Extensions ›› Skin options' to change the notice text.
2932 14 Nov 14 nicklas 22
2977 25 Nov 14 nicklas 23 For more information see the homepage for this extension 
2977 25 Nov 14 nicklas 24 http://baseplugins.thep.lu.se/wiki/net.sf.basedb.skincollection
2932 14 Nov 14 nicklas 25
2977 25 Nov 14 nicklas 26
2932 14 Nov 14 nicklas 27 == Installation ==
2932 14 Nov 14 nicklas 28
2932 14 Nov 14 nicklas 29  1. Download the skin-collection-*.tar.gz file.
2932 14 Nov 14 nicklas 30  2. Unpack the downloaded file to a directory of your choice.
2932 14 Nov 14 nicklas 31  3. Copy the 'skin-collection.jar' file to your BASE plug-ins directory
2932 14 Nov 14 nicklas 32     as configured in the base.config[plugins.dir] setting. 
2978 25 Nov 14 nicklas 33  4. Go to 'Administrate ›› Plug-ins & Extensions ›› Overview' page.
2932 14 Nov 14 nicklas 34  5. Run the installation wizard and select to install 'skin-collection.jar'.
2932 14 Nov 14 nicklas 35  6. Refresh the page and expand the 'Skins' entry in the tree overview.
2932 14 Nov 14 nicklas 36  7. Try out the different skins by enabling them. Note that it is possible to enable
2977 25 Nov 14 nicklas 37     several skins at once, but that some combinations may not make sense.
2932 14 Nov 14 nicklas 38
2932 14 Nov 14 nicklas 39
2932 14 Nov 14 nicklas 40 == Compiling ==
2932 14 Nov 14 nicklas 41
2932 14 Nov 14 nicklas 42 To compile this package you also need:
2932 14 Nov 14 nicklas 43  
6223 05 May 21 nicklas 44  1. Ant 1.10
6223 05 May 21 nicklas 45  2. Java 11
2932 14 Nov 14 nicklas 46
2932 14 Nov 14 nicklas 47 Follow these instructions:
2932 14 Nov 14 nicklas 48
2932 14 Nov 14 nicklas 49  1. Type 'ant' to compile the code and generate the 'skin-collection.jar' 
2932 14 Nov 14 nicklas 50     file in the project directory. This file can be installed into BASE 
2932 14 Nov 14 nicklas 51     following the intructions above.
2932 14 Nov 14 nicklas 52
2932 14 Nov 14 nicklas 53  2. Use 'ant package' to create a downloadable tar.gz file.
2932 14 Nov 14 nicklas 54  
2932 14 Nov 14 nicklas 55  3. If you create a file called 'build.properties' and enter a the path to the
2932 14 Nov 14 nicklas 56     plug-ins directory under the key 'base.plugins', you can simply type 
2932 14 Nov 14 nicklas 57     'ant install' to copy the examples to the BASE plug-ins directory.