mirror of
https://github.com/silverstripe/silverstripe-versionfeed
synced 2024-10-22 11:05:31 +02:00
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
# Version Feed
|
|
|
|
[![CI](https://github.com/silverstripe/silverstripe-versionfeed/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-versionfeed/actions/workflows/ci.yml)
|
|
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
|
|
|
|
## Overview
|
|
|
|
The module creates an RSS feed on each page with their change history, as well as one for the entire site.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
composer require silverstripe/versionfeed
|
|
```
|
|
|
|
## Usage
|
|
|
|
For usage instructions see [user manual](docs/en/userguide/index.md).
|
|
|
|
## 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](https://www.transifex.com/projects/p/silverstripe-versionfeed) to contribute translations, rather than sending pull requests with YAML files.
|