Differences between version 8 and predecessor to the previous major change of WlugWikiCustomisations.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 8 | Last edited on Wednesday, September 7, 2005 12:42:33 pm | by DavidHallett | Revert |
Older page: | version 4 | Last edited on Thursday, August 11, 2005 1:09:28 am | by MattBrown | Revert |
@@ -47,7 +47,19 @@
* Extremely aggressive caching to reduce bandwidth costs (It dropped our bandwidth usage by at least 25%). This also made google happier to index our site more frequently.
* Faster [PostgreSQL] support (doesn't lock needlessly)
* full text searching through greenstone (with a wiki plugin for this)
* WantedWikis generation (''AristotlePagaltzis thinks this is not something to list: many wiki engines generate such a page live, vastly increasing its usefulness'')
-* Easy extention
through plugins, and easily hackable source
+* Easy extension
through plugins, and easily hackable source
* Support for gzipping pages being sent.
* Easily backed up, modified, and interrogated backend (postgres) vs phpwiki's default (dbm).
+
+----
+!!!Modifications we should make (but haven't made yet)
+
+* Improve PhpWiki [HTML] output to remove presentational aspects from the [HTML]
+* Get a clean [HTML]/[CSS] seperation between content and style
+* The [PCI] interface script perry wrote made use of a couple of flags, hide_sidebar and hide_extra, which hid things not needed for that page. Also add support for these to [RSS] output, as [RSS] readers don't need the sidebar, titlebar, edit buttons, etc.
+* plugin for man pages
+* get footnotes working in new markup?
+* auto-generated table of contents for the #hdr stuff
+
+There's also an old page where people have made suggestions - WantedWikiFeatures.