2017 © Pedro Peláez
 

silverstripe-module aggregatedblog

Aggregate or import a blog from an RSS feed

image

titledk/aggregatedblog

Aggregate or import a blog from an RSS feed

  • Tuesday, October 28, 2014
  • by titledk
  • Repository
  • 2 Watchers
  • 1 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SilverStripe Aggregated Blog

This module helps aggregating or importing a blog from an RSS feed., (*1)

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., (*2)

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):, (*3)

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/anselmdk/silverstripe-rssconnector"
        }
    ],
    "require": {
        "titledk/aggregatedblog": "dev-master"
    }
}

The Versions