Technical Document Writing
dsy73 - March 11, 2009 - 21:42
Hello,
I'm discovering drupal and I would like to use it for technical documents writing. What I need:
-WYSIWYG:
Full WYSIWYG editor with easy image managment -> WYSIWYG module + FckEditor ?
-Content Approval:
A draft/reviewed/approved workflow with e-mail alert for approvers.
-PDF Generation:
Export many pages to PDF with custom header/footer -> Printer-Friendly module ?
-Math Formula:
Insert mathematic formula -> jsMath ou DruTeX module ?
Dekiwi was a good choice because of sectional editing but content approval is missing.
Does Drupal fill my needs?
Thanks,
Youri.

Yes it does, for content
Yes it does, for content approval look into using triggers and actions in drupal 6 where in you can route the content flow as you like to. You can send notification once the content is submitted, keep it unpublished till its approved. Etc.
You can do world of things with drupal.
--------------------------------------------------------
Dipen Chaudhary
www.dipenchaudhary.com
www.playdrupal.com
Thanks for your reply. Ok
Thanks for your reply.
Ok workflow seems to have a good implementation in Drupal. Its great :)
And what about the WYSIWYG editor and sectional editing in drupal ?