Themes
======

This package make it easy to try out all themes in a wiki. The Themes
macro create a list of installed themes. Clicking on each links will
display the current page with the selected theme. The theme switching
require the theme action included in this package.

Install
-------

1. Copy ``plugin/macro/Themes.py`` to your ``wiki/data/plugin/macro/``
2. Copy ``plugin/action/theme.py`` to your ``wiki/data/plugin/action/``
3. Set permissions on the new files so the web sever can read them

If you want to install for many wikis, install in ``prefix/lib/python2.x/site-packages/MoinMoin/``.


Compatibility
-------------
Tested with release 1.3.5, should work with any 1.3 release.


Legal
-----
Copyright  2005 Nir Soffer <nirs@freeshell.org>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

