The CommentPress plugin for WordPress has been extremely popular among teachers and scholars, but there is currently not a corresponding module for Drupal. The Annotation module appears to come close, but has limitations that prevent its being widely used. And the paragraph-by-paragraph functionality is a key concern to teachers and scholars. (See the discussion in the Contributed Modules Group: http://groups.drupal.org/node/72748 ).
The need for such a module came to my attention at a THATCamp unconference, when a participant told me that she is mashing together a Drupal site for its social features with WordPress to use CommentPress for her project to publish her book online. And so, I am applying for a CVS account to work on such a module.
A working example of the code can be found on my blog post about beginning the module. The responses there have been encouraging that the module would be useful and of interest to many teachers and scholars.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | open_review-6.x-0.1-dev.tar_.gz | 298.39 KB | patrickmj |
Comments
Comment #1
patrickmj commentedMany thanks,
Here's my submission. The Code Review module produced some dings on it regarding tabs and spaces. I attempted to fix them, but I think I must not know the quirks of my editor well enough to eradicated them completely.
Thanks for looking at this,
Patrick
Comment #2
avpadernohook_uninstall().The module doesn't verify if the user has access to the node being show.
There is a Drupal function that is used to include JavaScript code in a Drupal page.
The code should probably use
db_rewrite_sql().Comment #3
avpaderno