(OT?) Web-based document review system?

Wayne Pierce wayne at mishre.com
Fri Mar 1 21:52:42 EST 2002


Mats Wichmann wrote:
> Note: this is not a Python question per se.
> 
> I'm looking for a piece of software to aid in reviewing a document
> through the web - click on a paragraph tag, have the comment added
> (highlighted in some way). The wiki style doesn't seem to quite do it,
> as the core document is not protected. I haven't found much in web
> searches, and nothing where the software seems to be free.

If Wiki allowed for password protection would it fit your requirements? 
  I run a Wiki on Zope (ZWiki), which allows for password protection. 
You could also use Apache and setup the httpd.conf file to require 
authentication when someone accessed that part of the site.

Something like Zope's CMF Workflow[2] might also be a good fit....then 
there's OpenFlow[3] (also running on Zope :).

> I'd of course love it if this were done through Python since I'm on a
> bit of an advocacy kick...but in the end it doesn't matter much.
> Anybody know if anything like this is happening in any of the web
> services projects? 

I don't know if these __exactly__ match what you are looking for, but 
hopefully they will get you started.

[1] http://www.zwiki.org/FrontPage
[2] http://cmf.zope.org/design/design/interfaces/tools/IF_portal_workflow
[3] http://openflow.sourceforge.net/

-- 
Wayne Pierce
web: http://www.mishre.com
email: wayne at mishre.com

"What you need to know."





More information about the Python-list mailing list