## Welcome to the %TOPIC%
This is the supplemental plugin for the [[GnuSkin]]. It provides a small Perl engine for handling dynamic, user configurable, content. For more information see the [[GnuSkin]] page.
**_Installation:_**
See [[GnuSkinInstall]] for details of download and installation instructions.
### %TOPIC% Default Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**
, i.e. **%EMPTYPLUGIN\_SHORTDESCRIPTION%**
* One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic:
* Set SHORTDESCRIPTION = Supplements the bare bones [[GnuSkin]] theme for TWiki
* Debug plugin: (See output in `data/debug.txt`)
* Set DEBUG = 0
An example logo, named `logo.png`, is provided in the [[GnuSkin]] library. To provide your own web-specific logo, attach a file named `logo.png` to any [[WebPreferences]] page, or set the WEBLOGO variable on the same page to use a logo with a different name.
> * **Set WEBLOGO = %PUBURL%/%MAINWEB%/LogoTopic/my\_project\_logo.png**
For non-graphical user agents the `alt` attribute of the WEBLOGO is hard coded to be the ASCII representation of our favourite animal supplemented with the name of the currently displayed wiki web.
* A configurable left hand menu bar - the contents can be set in an editable [[WebMenu]] topic - one for the %TWIKIWEB% web and optionally one for other webs. See [[WebMenuFormat]] for details. , supplied one cover TWiki, Main and Test Webs
## Plugin Info
Plugin Author: | Joachim Nilsson? |
Plugin Version: | 28 May 2002 |
Change History: | |
28 May 2002: | Project started |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.005 |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev |