Forum OpenACS Development: Re: XoWiki

Collapse
14: Re: XoWiki (response to 1)
Posted by Gustaf Neumann on
I am pleased to annonce a better and improved version of XoWiki. The following are the most important changes:
  • Support for different types of wiki pages. Included is support for the rich text and plain text interface. In general, pages can differ much more. See bottom of the documentation page mentioned below.

  • Initial support for nested wiki pages (not yet updating the links of the including page, not yet using typed links to indicate inclusion structure, but checking recurion depth).
    Example: {{adp portlets/wiki {name en:GN}}}

  • Some code reorganizations: Better structure, less passing around of form arguments, better access to relevant data in including adp-pages. Added recursion count for nested wiki pages.
  • Moved images to www/resources

  • Removed dependency on dotlrn (thanks to Dave pointing this out)

Brian, it should be quite simple now (famous last words) to hook in your plain-text parser. Just check out

CrWikiPlainPage instproc substitute_markup
in xowiki-procs.

For more details and sources, see http://media.wu-wien.ac.at/download/xowiki-doc/index.html