2010-11-29 23:24:17 +01:00
|
|
|
# Comments
|
|
|
|
|
2017-12-18 02:11:51 +01:00
|
|
|
[![Build Status](https://img.shields.io/travis/silverstripe/silverstripe-comments.svg)](http://travis-ci.org/silverstripe/silverstripe-comments)
|
|
|
|
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/silverstripe/silverstripe-comments.svg)](https://scrutinizer-ci.com/g/silverstripe/silverstripe-comments/?branch=master)
|
2018-06-15 07:32:42 +02:00
|
|
|
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
|
2017-12-18 02:11:51 +01:00
|
|
|
[![Code Coverage](https://img.shields.io/codecov/c/github/silverstripe/silverstripe-comments.svg)](https://codecov.io/gh/silverstripe/silverstripe-comments)
|
2015-11-18 03:53:35 +01:00
|
|
|
|
2010-11-29 23:24:17 +01:00
|
|
|
## Introduction
|
|
|
|
|
2017-09-12 22:52:06 +02:00
|
|
|
This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.
|
2010-11-29 23:24:17 +01:00
|
|
|
|
2017-09-12 22:52:06 +02:00
|
|
|
For more documentation about the module see the provided documentation located inside the docs folder.
|
2010-11-29 23:24:17 +01:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2017-01-16 06:10:05 +01:00
|
|
|
* SilverStripe ^4.0
|
2010-11-29 23:24:17 +01:00
|
|
|
|
2017-12-18 02:11:51 +01:00
|
|
|
**Note:** This branch is compatible with SilverStripe 4. For a SilverStripe 3 release, please see the 2.x release line.
|
|
|
|
|
2010-11-29 23:24:17 +01:00
|
|
|
## Installation
|
|
|
|
|
2017-09-12 22:52:06 +02:00
|
|
|
```
|
|
|
|
composer require silverstripe/comments
|
|
|
|
```
|
|
|
|
|
2010-11-29 23:24:17 +01:00
|
|
|
See docs/en/Installing.md
|
2013-04-22 00:39:53 +02:00
|
|
|
|
|
|
|
## Related
|
|
|
|
|
2016-02-09 14:07:22 +01:00
|
|
|
* [silverstripe/silverstripe-comments-notifications](https://github.com/silverstripe/silverstripe-comments-notifications): Comment admin email notifications module
|
2013-07-08 12:08:02 +02:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
### Translations
|
|
|
|
|
|
|
|
Translations of the natural language strings are managed through a
|
|
|
|
third party translation interface, transifex.com.
|
|
|
|
Newly added strings will be periodically uploaded there for translation,
|
|
|
|
and any new translations will be merged back to the project source code.
|
|
|
|
|
|
|
|
Please use https://www.transifex.com/projects/p/silverstripe-comments/ to contribute translations,
|
|
|
|
rather than sending pull requests with YAML files.
|
|
|
|
|
2019-02-18 20:32:09 +01:00
|
|
|
See the ["i18n" topic](https://docs.silverstripe.org/en/4/developer_guides/i18n/) on doc.silverstripe.org for more details.
|