2932 |
14 Nov 14 |
nicklas |
== Requirements == |
2932 |
14 Nov 14 |
nicklas |
2 |
|
6223 |
05 May 21 |
nicklas |
1. BASE 3.18.1 or later. |
2932 |
14 Nov 14 |
nicklas |
4 |
|
2932 |
14 Nov 14 |
nicklas |
== Introduction == |
2932 |
14 Nov 14 |
nicklas |
6 |
|
2932 |
14 Nov 14 |
nicklas |
This package adds several skins to BASE. To begin with all skins are |
2932 |
14 Nov 14 |
nicklas |
disabled. After installation the skins can be enabled from the |
2932 |
14 Nov 14 |
nicklas |
'Administrate->Plug-ins & Extensions->Overview' page. The current |
2932 |
14 Nov 14 |
nicklas |
release contains the followg skins: |
2932 |
14 Nov 14 |
nicklas |
11 |
|
2978 |
25 Nov 14 |
nicklas |
* '''Gold''': A skin that changes the default grey/blue color combination |
2977 |
25 Nov 14 |
nicklas |
to golden/red colors. |
2932 |
14 Nov 14 |
nicklas |
14 |
|
2978 |
25 Nov 14 |
nicklas |
* '''Test server''': A skin that adds a semi-transparent background with the |
2932 |
14 Nov 14 |
nicklas |
text "Test server" written diagonally across the entire screen. |
2932 |
14 Nov 14 |
nicklas |
Can be combined with other skins. |
2977 |
25 Nov 14 |
nicklas |
18 |
|
2978 |
25 Nov 14 |
nicklas |
* '''Server ID''': Adds a notice with the server name + URL to the menu bar. Combine |
2978 |
25 Nov 14 |
nicklas |
with the Test server skin to make the notice stand out more. Use |
2978 |
25 Nov 14 |
nicklas |
the 'Extensions ›› Skin options' to change the notice text. |
2932 |
14 Nov 14 |
nicklas |
22 |
|
2977 |
25 Nov 14 |
nicklas |
For more information see the homepage for this extension |
2977 |
25 Nov 14 |
nicklas |
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 |
== Installation == |
2932 |
14 Nov 14 |
nicklas |
28 |
|
2932 |
14 Nov 14 |
nicklas |
1. Download the skin-collection-*.tar.gz file. |
2932 |
14 Nov 14 |
nicklas |
2. Unpack the downloaded file to a directory of your choice. |
2932 |
14 Nov 14 |
nicklas |
3. Copy the 'skin-collection.jar' file to your BASE plug-ins directory |
2932 |
14 Nov 14 |
nicklas |
as configured in the base.config[plugins.dir] setting. |
2978 |
25 Nov 14 |
nicklas |
4. Go to 'Administrate ›› Plug-ins & Extensions ›› Overview' page. |
2932 |
14 Nov 14 |
nicklas |
5. Run the installation wizard and select to install 'skin-collection.jar'. |
2932 |
14 Nov 14 |
nicklas |
6. Refresh the page and expand the 'Skins' entry in the tree overview. |
2932 |
14 Nov 14 |
nicklas |
7. Try out the different skins by enabling them. Note that it is possible to enable |
2977 |
25 Nov 14 |
nicklas |
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 |
== Compiling == |
2932 |
14 Nov 14 |
nicklas |
41 |
|
2932 |
14 Nov 14 |
nicklas |
To compile this package you also need: |
2932 |
14 Nov 14 |
nicklas |
43 |
|
6223 |
05 May 21 |
nicklas |
1. Ant 1.10 |
6223 |
05 May 21 |
nicklas |
2. Java 11 |
2932 |
14 Nov 14 |
nicklas |
46 |
|
2932 |
14 Nov 14 |
nicklas |
Follow these instructions: |
2932 |
14 Nov 14 |
nicklas |
48 |
|
2932 |
14 Nov 14 |
nicklas |
1. Type 'ant' to compile the code and generate the 'skin-collection.jar' |
2932 |
14 Nov 14 |
nicklas |
file in the project directory. This file can be installed into BASE |
2932 |
14 Nov 14 |
nicklas |
following the intructions above. |
2932 |
14 Nov 14 |
nicklas |
52 |
|
2932 |
14 Nov 14 |
nicklas |
2. Use 'ant package' to create a downloadable tar.gz file. |
2932 |
14 Nov 14 |
nicklas |
54 |
|
2932 |
14 Nov 14 |
nicklas |
3. If you create a file called 'build.properties' and enter a the path to the |
2932 |
14 Nov 14 |
nicklas |
plug-ins directory under the key 'base.plugins', you can simply type |
2932 |
14 Nov 14 |
nicklas |
'ant install' to copy the examples to the BASE plug-ins directory. |