views:

30

answers:

1

I would like to have external proofreaders to work directly inside my Drupal site. Basically they should be able to create new revisions, annotate, comment etc without affecting what users see without my approval. Particularly the node might already be public.

"Revision Moderation" module sounds a bit like what I want, but it seems not to be so much used, and I run into other modules like "Workflow".

What is important for me:

  1. Possibility to work on content already published
  2. Easy for the proofreader, easy for me to direct her to the right location
  3. Other useful features such as comments (Like those balloons in Word), diffs etc

(I guess I could work around (1) by copying the content)

+1  A: 

Yep, check out Workflow and Rules modules. There's also http://drupal.org/project/diff

Here's some Rules info: http://drupal.org/node/550716 also see the comments on there for some other options. Workflow is simpler out of the box but I believe Rules is more powerful (but complex to work with).

You may also be interested in http://drupal.org/project/annotate or http://drupal.org/project/sticky_notes

stephthegeek
I don't see much about revisions, but one of the comments leads me to revisioning module (http://drupal.org/project/revisioning) which seems the best place to start for me right now.
Olav

related questions