titledk / aggregatedblog
Aggregate or import a blog from an RSS feed
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- anselmdk/silverstripe-rssconnector: dev-master
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
- sunra/php-simple-html-dom-parser: dev-master
This package is not auto-updated.
Last update: 2024-11-19 04:17:25 UTC
README
This module helps aggregating or importing a blog from an RSS feed.
It requires the "external content module", and the "rssconnector" module (actually our fork of it, which is upgraded to ss 3.1). See below for installation.
Installation
You need to install via Composer at that'll handle all the dependencies. You need to have
the following part of your composer.json
(apart from the ususals):
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/anselmdk/silverstripe-rssconnector"
}
],
"require": {
"titledk/aggregatedblog": "dev-master"
}
}