
	
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.  All the wiki navigation links in
the left sidebar are replaced with links to the most important pages of 
your web site.

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

Modify fixedleftcms.py sidebar panel to link to pages suitable for
your site.

Test by setting your preferred theme to fixedleftcms.

When testing is complete, comment/uncomment the isValid statements
in the valid_user method.

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

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.




