CIS-Dept. Lean Skin for PmWiki
==============================
README.txt

About the skin
--------------

This is an extremely minimalist skin designed to provide full
wiki functionality in a usable, compact layout.  The CSS style
elements are in the template file headers instead of separate
.css files.  Some information (notably the page-last-modified
info.) is conveyed by hovering the pointer.

The output is valid XHTML 1.0 and CSS according to w3c.org's
validation service.  There are only two tables; each table has
only two cells.  The header table and the main table can each
widen independently of one another if there's "wide content".


Installing the skin
-------------------

Step 1) 

Copy the bare/ directory to your wiki's pub/skins/ directory.
The directory contains the following files:

wiki/pub/skins/bare/
|-- README.txt        This file
|-- bare.tmpl         The template
|-- bare-print.tmpl   The Print View template
|-- bareicon.png      The icon file
`-- barelogo.gif      The logo graphic

Step 2)

Edit (or create) your local/config.php file and add the following
lines.  Be sure your config.php file starts and ends with <?php
and ?> respectively if you create the file.

## Use the CIS-Dept. Bare Skin.
##
## Page template
$PageTemplateFmt = 'pub/skins/bare/bare.tmpl';
##
## PrintView template
$PrintTemplateFmt = 'pub/skins/bare/bare-print.tmpl';
##
## Logo graphic
$PageLogoUrl = '$PubDirUrl/skins/pmwiki/barelogo.gif';

The  skin works well text-only, but a small logo image may also be used.
To use the logo image provided, edit the template file accordingly.

Enjoy!

Hagan Fox -  http://Qdig.SourceForge.net/