Go to file
textagroup f0c92002b6 Update alternate xml link tag to be W3 compliant
The link tag being produced was not W3 compliant as it was using the nofollow value in the rel attribute on a link tag which is not permitted as per the W3 standards http://www.w3.org/TR/html5/links.html#linkTypes
2015-10-20 16:58:45 +13:00
.tx Globalisation, transifex support 2013-10-24 23:33:20 +02:00
_config API Ability to globally enable / disable RSS feeds via config / siteconfig 2014-05-22 11:38:32 +12:00
code Update alternate xml link tag to be W3 compliant 2015-10-20 16:58:45 +13:00
docs API Ability to globally enable / disable RSS feeds via config / siteconfig 2014-05-22 11:38:32 +12:00
lang Update translations 2015-05-26 18:12:46 +12:00
templates Page specific cache key, unit and functional tests 2013-10-30 17:46:22 +01:00
tests Fix version dependencies, and fix what travis builds. 2015-03-30 14:36:03 +13:00
.gitignore Initial commit 2012-11-26 13:22:30 +13:00
.travis.yml Move to new travis containerised infrastructure 2015-07-20 16:21:15 +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 API Better implementation of caching / rate limiting 2014-04-29 16:51:23 +12:00
composer.json Added CWP keyword 2015-09-07 12:45:38 +12: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.