2010-12-06 10:07:45 +01:00
|
|
|
# NOTE!!!!
|
|
|
|
|
|
|
|
*This module is under development and not completely finished yet. The code is released
|
|
|
|
simply for developers to check out the new API's and suggest improvements*
|
|
|
|
|
|
|
|
|
2010-11-29 23:24:17 +01:00
|
|
|
# Comments
|
|
|
|
|
|
|
|
## Maintainers
|
|
|
|
|
|
|
|
* Will Rossiter (Nickname: willr, wrossiter)
|
|
|
|
<will at silverstripe dot com>
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
|
|
This module provides a commenting functionality for Pages and other DataObjects. It replaces the built in
|
|
|
|
commenting functionality with a more flexible plug and play version.
|
|
|
|
|
|
|
|
For more documentation about the module see the docs/ folder.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2010-12-06 10:07:45 +01:00
|
|
|
* SilverStripe Trunk
|
2010-11-29 23:24:17 +01:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
See docs/en/Installing.md
|