# 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](docs/en/user.md).