--------------------------------------------------------------------------------
Wacko Default Theme
--------------------------------------------------------------------------------

Default is a theme (a.k.a. template) for WackoWiki.


DOWNLOAD AND INSTALLATION ------------------------------------------------------

* Download Default as ZIP- or TAR.GZ archive, unzip it and copy the
  'default' directory to your theme folder of the WackoWiki
  installation.
* Edit your secondary config (or Admin panel) and set
  'theme' => 'default'.
* Your wacko user may also select this theme on the Settings page.


FEATURES -----------------------------------------------------------------------

The theme has been designed for all options you got by the wacko markup. It
contains a small main navigation including the input field for the keyword
search. At the header you find the link to the login or registration page 
or if logged in links to the user page, account settings and logout. 


CUSTOMIZATION ------------------------------------------------------------------

First copy the theme to a new folder, e.g. theme/default_customized, to not accidentally 
overwrite your changes during a update or rollback.

To alternate the HTML just edit header.tpl and footer.tpl at the appearance/template/
folder. To change colors/etc and typographical formatting you can edit
default.css and wacko.css at the layout folder.

/* == Edit your main menu here ====================================== */
 
$menu = [
	'WikiSite' => 'Name of Site',
	'YourHomePage' => 'Homepage',
	'http://externlink.example.com' => 'Go away'
];
 
/* == Stop here! ... and let it flow ================================ */

You can add i18n features when you add those menu targets and their names to the
translation files which you find at lang folder.


BUGS, FEATURES & SUPPORT -------------------------------------------------------

For bug reports and feature requests you can write to https://wackowiki.org/bugs/.

LICENSE ------------------------------------------------------------------------

The Default Theme is part of the WackoWiki package.
BSD licence.

Icons were taken from the Breeze (Plasma 5 icon theme) icons set.
https://github.com/KDE/breeze-icons
Icons are licensed under the LGPLv3


