From: Reini U. <ru...@x-...> - 2004-02-24 18:07:31
|
Arnaud Fontaine schrieb: > Make a "format" directory where you store plugins to handle ouput > format. > > Then it will be easier to add new output formats without hacking the > core of phpwiki. This doesn't fit into our plugin architecture. It would fit to PageType subclassing, where we define the format method for various types. Output formats are: (divided into screen and filedump. printer via special printer stylesheet) WikiHTML, DumpHTML, XML (not yet), PDF (not yet), MIME, plain file, RSS Now used special PageTypes are: wikitext (=WikiHTML), interwikimap, blog, -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |