titledk/aggregatedblog

Aggregate or import a blog from an RSS feed

dev-master 2014-10-28 21:32 UTC

This package is not auto-updated.

Last update: 2024-03-26 01:12:40 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"
	}
}