Go to file
Robert Curry 67fc92c361 Add more documentation 2013-03-08 14:31:49 +13:00
code Show initial version in allchanges feed 2013-03-07 14:54:13 +13:00
docs Add more documentation 2013-03-08 14:31:49 +13:00
.gitignore Initial commit 2012-11-26 13:22:30 +13:00
README.md Add more documentation 2013-03-08 14:31:49 +13:00
_config.php 3.0 compatibility fix 2013-03-07 15:41:46 +13:00
composer.json Initial commit 2012-11-26 13:22:30 +13:00

README.md

Version Feed

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.