Wiki source code of Comments Plugin
Last modified by Vincent Massol on 2024/11/19 16:12
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = Features = | ||
| 2 | |||
| 3 | The purpose of this plugin would be to extend the current functionality of comments. New features will be | ||
| 4 | |||
| 5 | 1. - storing comments different than objects in a page | ||
| 6 | 1. - the ability to comment a: | ||
| 7 | 1*. space | ||
| 8 | 1*. page | ||
| 9 | 1*. section | ||
| 10 | 1*. phrase | ||
| 11 | 1*. comment (creating a reply) | ||
| 12 | |||
| 13 | = Design Proposal = | ||
| 14 | |||
| 15 | This would be a design proposal for the comments architecture: | ||
| 16 | |||
| 17 | {{velocity filter="none"}} | ||
| 18 | {{html clean="false" wiki="true"}} | ||
| 19 | #set($url = $doc.getURL("download") + "/CommentsDiagram.png") | ||
| 20 | <a href="$url"><img src="$url" style="width: 100%"/></a> | ||
| 21 | {{/html}} | ||
| 22 | {{/velocity}} |