From: Arno H. <aho...@xm...> - 2001-02-04 18:30:01
|
I had an afternoon at my hands, so I redid transform.php. Transform functions are now modularized and registered to a central WikiTransform object. I think the current design is straight forward, easy to comprehend, and=20 thus easy to extend. Things to be done: - re-add html mode "|" - provide functionality for multi-line markup (i.e. markup spanning sever= al lines) - redo %%ADMIN-%% tokens -- see my previous email "system page" (Jan 25) I'd like to hear some feedback -- is the current form ok? Note that recursive calls (nesting markup) are not possible. It would=20 unnecessarily complicate the issue. Instead, I suggest that if you'd like= =20 to do markup-transformation inside another markup you just register anoth= er=20 WikiTransform object and call that one with your markup data. /Arno |