titledk / aggregatedblog
Aggregate or import a blog from an RSS feed
Package info
github.com/titledk/silverstripe-aggregatedblog
Type:silverstripe-module
pkg:composer/titledk/aggregatedblog
dev-master
2014-10-28 21:32 UTC
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: 2026-02-24 10:46:22 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"
}
}