| | 2 | Major overhaul of templates. Added numerous style hooks and replaced |
| | 3 | Oxford Guide stylesheet in examples/ with generic wiki.css that |
| | 4 | takes advantage of them. Added new banner template for page |
| | 5 | headers. Also ensured presence of navigation bar is consistent. |
| | 6 | *** INCOMPATIBLE CHANGE: *** The navbar class in the stylesheet |
| | 7 | has been renamed to, unsurprisingly, "navbar", for consistency |
| | 8 | (from "toolbar"). You are advised to create a duplicate wiki.cgi |
| | 9 | that reads its data from your database but its stylesheet and |
| | 10 | templates from the new ones in order to test them *before* |
| | 11 | deploying them. |
| | 12 | Added "FAQ", "How To Get Started" and "Wiki Etiquette" to the |
| | 13 | navigation, under "Help" - these won't exist unless you create them |
| | 14 | on your site, so at first the links serve as examples of |
| | 15 | documentation you can provide. |
| | 16 | Modified preferences.cgi so that all the help links in the navbar |
| | 17 | can be hidden, not just the text formatting link. |