
	
Tested with IE8, IE7, IE6, Firefox, Opera, Safari for Windows, Konqueror, 
Chrome, Lynx.


Installation:
=============

Copy fixedleft.py into ...mywiki/data/plugin/theme/

Copy img, css and js directories into ...mywiki/htdocs/fixedleft/


Optional CMS-like theme installation:
=====================================

The fixedleftcms theme may be useful if casual visitors to your web site are not familar with the wiki concept and sometimes get lost in the wiki underlay pages. With the fixedleftcms theme, all the wiki navigation links in the left sidebar are replaced with links to the most important pages of your web site.

   1. Copy fixedleftcms.py into ...mywiki/data/plugin/theme/ (there are no htdocs, the fixedleft htdocs are used).

   2. To begin testing, edit fixedleftcms.py and toggle the statements marked with @@@ to test mode.

   3. Login in to your wiki and test by setting your preferred theme to fixedleftcms. The pages in the demo sidebar are wiki underlay pages.

   4. Modify fixedleftcms.py by replacing the links to the wiki underlay pages with links to the most important pages for your site.

   5. When testing is complete, toggle the statements marked with @@@ to production mode.

   6. Test again to verify that you use the fixedleftcms theme when not logged in and fixedleft after logged in.

   7. Make fixedleftcms the default theme for your web site. Users who are not logged in will see the fixedleftcms theme. Logged in users will see their preferred theme or fixedleft. 




