Go to file
Mateusz Uzdowski 55fe8eb050 Add new lang strings, convert to JS. 2014-01-24 14:37:02 +13:00
.tx Globalisation, transifex support 2013-10-24 23:33:20 +02:00
code Fixed static visibility 2013-10-31 10:38:49 +01:00
docs Add more documentation 2013-03-08 14:31:49 +13:00
lang Add new lang strings, convert to JS. 2014-01-24 14:37:02 +13:00
templates Page specific cache key, unit and functional tests 2013-10-30 17:46:22 +01:00
tests Clear cache in tests (for repeat runs) 2013-10-31 10:21:46 +01:00
.gitignore Initial commit 2012-11-26 13:22:30 +13:00
.travis.yml Travis support 2013-10-31 10:02:51 +01:00
LICENSE Create LICENSE 2013-09-02 11:43:18 +02:00
README.md Travis support 2013-10-31 10:02:51 +01:00
_config.php Cache the versioned feed to prevent DDOS. 2013-07-22 16:27:52 +12:00
composer.json Initial commit 2012-11-26 13:22:30 +13:00

README.md

Version Feed

Build Status

Overview

The module creates an RSS feed on each page with their change history, as well as one for the entire site.

Requirements

  • SilverStripe 3.0+

Installation

Install with composer by running:

composer require silverstripe/versionfeed:*

in the root of your SilverStripe project.

Or just clone/download the git repository into a subfolder (usually called "versionfeed") of your SilverStripe project.

Usage

For usage instructions see user manual.

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-versionfeed to contribute translations, rather than sending pull requests with YAML files.