"Stephen Pair" <[EMAIL PROTECTED]> wrote:
> I'm thinking that it would be best to store pages in plain html, then use
> the HtmlParser to generate the Swiki format when rendering a non-WYSIWYG
> edit page. Saving the page could use the existing formatters to render it
> into HTML for storage.
>
This is a great idea and would seem to help performance significantly.
(I imagine that serving files is much faster than serving a regular
Swiki page under Comanche). However, the simplest way is to keep *both*
versions of the file around--thus, basically caching the copy of the
formatted page. This version should be simpler to implement and, more
importantly, simpler for whatever person with numerals in his name that
ends up having to maintain it.
-Lex