Go to file
Robbie Averill 2da1fc60fa FIX Update test to handle versioned stage cache segmentation in SS 3.7
Fixes #58
2019-07-26 10:50:32 +02:00
_config API Ability to globally enable / disable RSS feeds via config / siteconfig 2014-05-22 11:38:32 +12:00
code Consistent sorting for getDiffList() 2016-05-20 09:56:33 +12:00
docs updated link, moved user.md into userguide folder and renamed to index file plus updated test 2015-12-15 17:00:35 +13:00
lang Update translations 2017-08-28 16:35:54 +12:00
templates Page specific cache key, unit and functional tests 2013-10-30 17:46:22 +01:00
tests FIX Update test to handle versioned stage cache segmentation in SS 3.7 2019-07-26 10:50:32 +02:00
.editorconfig Added standard editor config 2015-11-19 13:27:31 +13:00
.gitattributes Added standard git attributes 2015-11-19 19:14:26 +13:00
.gitignore Initial commit 2012-11-26 13:22:30 +13:00
.scrutinizer.yml Added standard Scrutinizer config 2015-11-21 19:33:52 +13:00
.travis.yml Add PHP 7.3 to Travis builds 2019-07-23 15:51:51 +02:00
README.md updated link, moved user.md into userguide folder and renamed to index file plus updated test 2015-12-15 17:00:35 +13:00
changelog.md Add changelog for 1.2.2 release 2016-05-20 12:58:31 +12:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:18:18 +13:00
composer.json Add PHP 7.3 to Travis builds 2019-07-23 15:51:51 +02:00
license.md Updated license year 2016-01-01 06:48:32 +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.