Documentation
Note: ALL of this is out of date. Wordpress is no longer installed and Gallery and PmWiki use nearly stock themes.
WordPress
- To edit banner list edit
blog/wp-content/themes/clouds/sidebar.php - Copyright info is contained in
blog/wp-content/themes/clouds/footer.php - CSS is at
blog/wp-content/themes/clouds/style.css - Note: Although the main page conforms to XHTML Strict, it is declared as XHTML Transitional. Try to keep it Strict compliant.
Gallery
- Current theme is
classic_cloudswhich is a modified version of theclassictheme- Theme location is
photos/themes/classic_clouds/
- Theme location is
- Copyright info is contained in
photos/themes/classic_clouds/templates/theme.tpl - Length of search box is set on line 45 in
photos/modules/search/templates/blocks/local/SearchBlock.tpl- The
localdirectory is to keep gallery from overwriting my changes when I update gallery
- The
- Note: Gallery2 seems to inherently be XHTML Strict non-compliant, even though it claims to be. I am not going to worry about warnings, just errors.
- Remaining work:
- Get all albums brought up to date
- Including new content from spring and summer 2005
- Possibly try to get the main subtitle (definition of "gallery") working properly. Low priority.
PmWiki
- Theme location is
wiki/pub/skins/clouds/ - CSS is at
wiki/pub/skins/clouds/clouds.css - Title bar text is in
wiki/local/config.php - Header text is in
wiki/pub/skins/clouds/skin.php - Note: Although the main page conforms to XHTML Strict, it is declared as XHTML Transitional. Try to keep it Strict compliant.
- The Documentation Index is very useful.