NAME
Maplat::Web::DocsWordProcessor - edit rich text documents
SYNOPSIS
This module provides a full Rich Text Editor, complete with embedded links, graphics, forms and much, much more.
Of course, full text search is available through DocsSearch.
DESCRIPTION
With the fantastic FCKEditor, this module provides a rich (pun intented) expirience editing rich text documents. You can use more or less every feature HTML+CSS can offer. It's also possible to view and edit the HTML source code directly.
Full-text search is provided by DocsSearch.
Configuration
<module>
<modname>docswordprocessor</modname>
<pm>DocsWordProcessor</pm>
<options>
<list>
<pagetitle>WordProcessor</pagetitle>
<webpath>/devtest/word/list</webpath>
</list>
<open>
<pagetitle>WordProcessor</pagetitle>
<webpath>/devtest/word/open</webpath>
</open>
<db>maindb</db>
<memcache>memcache</memcache>
<session>sessionsettings</session>
</options>
</module>
edit
Webform for a single text document.
list
"File" browser for all text documents.
Dependencies
This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):
Maplat::Web::Memcache as "memcache" Maplat::Web::PostgresDB as "db" Maplat::Web::SessionSettings as "session"
SEE ALSO
Maplat::Web Maplat::Web::SessionSettings Maplat::Web::PostgresDB Maplat::Web::Memcache Maplat::Web::DocsSearch Maplat::Web::DocsSpreadSheet
For more information about FCKEditor, visit http://ckeditor.com/
AUTHOR
Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Rene Schickbauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
This module uses code and javascripts from http://ckeditor.com/
If you like the word processor, check out if you can support the project by using the above URL.