ShareBook 0.8 (Alpha release)
Up to Product page
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
Main features working. Tracking contributors still to be completed.
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.1, Plone 2.5 |
|---|---|
| State | Alpha release |
| License | GPL |
| Release Manager | Rob Zaar |
ShareBookShareBook is a document with kupu (WYSIWYG editor) integrated and extended to
place comment spots where the editor of the document likes. The viewer of the
sharebook can leave comments at the comment spots. This is much like backtalk,
except the comment spots need to be edited in and thus are configurable. It is
based on Archetypes and uses a customised field (sharebook) and a
customised widget (kupuWidget). Kupu also has been extended to provide the
comment insertion functionality.
REQUIREMENTS
* Plone 2.1.4+
* Archetypes 1.3.4+
* Kupu 1.3.8+
* CMFFormContoller 1.0.5+
Suggested:
* CMFEdtions
INSTALLATION
NOTE:You must install kupu for sharebook to work.
Copy ShareBook into your Products directory and install it with the
QuickInstaller.
For more information see http://sourceforge.net/projects/cathnet/
CONTACT
Rob Zaar <rob AT cathnet DOT org>
Comment Mechanism
The comment mechanism is working. The comment mechanism is to work as follows.
1) kupu has been extended to add a comment button that adds a comment form anywhere
in the document.
2) In view mode this comment form can be seen/hidden. A comment can be typed in. Once
submitted it is processed. Comments can be seen/hidden
3) the comment processing code (sb_script) is connected to the sharebook_view form. It takes the comment
and places it into the document as a comment before the comment form that created the comment.
4) feedback is working.
To Do
1) check css template integration
2) add commenter's name and date/time to comments record this info within sharebook?
3) when copied, record contributors/ authors/ etc
Change log
0.8 17/11/06-feeback working
-fixed icons, images
-fixed css
-fixed printview, added ccl licence
-Major improvement in comment code. now much simpler with scripts adding the detail.
-comment code no longer compatible with 0.6.
-css now does the styling of comments, and views