Forum OpenACS Development: Wiki package added to CVS

Collapse
Posted by Dave Bauer on
I added a wiki package based on the CR Tcl API to HEAD. It should work on Oracle or Postgresql. It uses Wikit formatting rules. I borrowed the formatting procedures from Wikit.

It allows for permissioning based on the site node right now. That is, you can grant write and create on a site node basis. It would be possible to offer a link to set permissions per page. The code already checks permissions on a page level, so just links in the user interface to permission each page would be needed.

Its pretty rough, and has almost not features, but it shows what you can do.

Collapse
Posted by Dave Bauer on
Here are some features I planned to add to it:

-Markdown formatting (this could be added to OpenACS as another option to the richtext widget)
-Adding wiki formatting as a richtext widget option outside of the wiki package
-Adding image or file upload

Collapse
Posted by Ben Koot on
Dave,

Maybe a stupid question, but what's the difference between this package and ETP?

Cheers

Ben