From 548874e185f39e10bc1b5743916aa9bb5ff025fd Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Fri, 12 Jul 2002 16:38:00 +0000 Subject: none --- TWiki/GnuSkinInstall.mdwn | 140 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 TWiki/GnuSkinInstall.mdwn (limited to 'TWiki/GnuSkinInstall.mdwn') diff --git a/TWiki/GnuSkinInstall.mdwn b/TWiki/GnuSkinInstall.mdwn new file mode 100644 index 00000000..fbfe2751 --- /dev/null +++ b/TWiki/GnuSkinInstall.mdwn @@ -0,0 +1,140 @@ +## GnuSkin Download & Installation Instructions + +Visit on for the latest and greatest. Both updated installation instructions and the latest ZIP files. + +**_Briefly:_** + +* Download the ZIP file from the Plugin web (see below) +* Unzip **GnuSkin-1.0.0.zip** in your twiki installation directory. Content: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
File:Description:
data/TWiki/GnuSkin.txt Skin description
data/TWiki/GnuSkinPlugin.txt Plugin description
data/TWiki/GnuSkinPluginDev.txt Development notes & discus
data/TWiki/GnuSkinInstall.txt Installation notes
lib/TWiki/Plugins/GnuSkinPlugin.pm Plugin Perl module
pub/TWiki/GnuSkin/add-attachment.png Attachment icon
pub/TWiki/GnuSkin/bubble-LL.png Lower left round edege icon
pub/TWiki/GnuSkin/bubble-LR.png Lower right round edege icon
pub/TWiki/GnuSkin/bubble-UL.png Upper left round edege icon
pub/TWiki/GnuSkin/bubble-UR.png Upper right round edege icon
pub/TWiki/GnuSkin/edit.png Edit topic icon
pub/TWiki/GnuSkin/folder.png Folder (more) icon
pub/TWiki/GnuSkin/logo.png Default web logotype icon
pub/TWiki/GnuSkin/page.png View topic icon
pub/TWiki/GnuSkin/print.png View printable icon
pub/TWiki/GnuSkin/rcs_diff.png View diffs icon
pub/TWiki/GnuSkin/search.png Search topics icon
pub/TWiki/GnuSkin/twiki.css Style Sheet, blue
pub/TWiki/GnuSkin/twikiblue.css Default style
pub/TWiki/GnuSkin/twikigreen.css Green style
templates/edit.gnu.tmpl Edit topic template
templates/preview.gnu.tmpl Topic preview template
templates/rdiff.gnu.tmpl Topic diffs template
templates/twiki.gnu.tmpl Snippets for genric templates
templates/view.gnu.tmpl View topic template
+ +* Check any of the topics, e.g., the [[GnuSkin]] topic to verify installation. +* Test if the plugin is correctly installed: + * Make sure the SKINHANDLER is set to Gnu and the + * SKIN variable is set to gnu. + +**_Comprehensively:_** + +* Download the [[GnuSkin]]-X.Y.Z.zip, or gnuskin-X.Y.Z.tgz, archive from the list of attachments at the bottom of this page. (X.Y.Z is the version number). + +* Unpack the archive inside your TWiki installation directory. (All the [[GnuSkin]] files have a Gnu substring embedded to ensure you do not overwrite any of TWik's original files.) + +* In case you do not have the [[TigerSkin]] installed you also need to download and install the [[WebMenu]] package in the same directory. The [[GnuSkin]] and the [[TigerSkin]] shares the [[WebMenu]] format.(The WebMenu format is unlikely to change, and even if it does it will require a major version upgrade.) + +* Edit the %TWIKIWEB%.WebMenu topic to set the contents of the menu bar. See the %TWIKIWEB%.WebMenuFormat for details. + +* Add the following line to %TWIKIWEB%.TWikiPreferences or to any [[WebPreferences]] topic. Remember, six spaces an asterisk and the **Set** keyword to specify an option. + + * Set SKIN = gnu + +* If using multiple skin handlers then the following line needs to be included in %TWIKIWEB%.TWikiPreferences to set the TWiki wide default or in a specific [[WebPreferences]] topic to use the Gnu Skin handler only for that Web. + + * Set SKINHANDLER = Gnu + +* **Note:** If this is the first (and only) skin handler the TWiki skin handler defaults to procssing the SKIN unless SKINHANDLER is set to some value besides Gnu. -- cgit v1.2.3