2017 © Pedro Peláez
 

phile-plugin rss-feed

Generate RSS feeds based on the posts in your Phile site.

image

phile/rss-feed

Generate RSS feeds based on the posts in your Phile site.

  • Wednesday, March 7, 2018
  • by NeoBlack
  • Repository
  • 2 Watchers
  • 2 Stars
  • 259 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

phileRSSFeed

Generate RSS feeds based on the posts in your Phile site., (*1)

1.1 Installation (composer)

composer require phile/rss-feed

1.2 Installation (Download)

  • Install the latest version of Phile
  • Clone this repo into plugins/phile/rssFeed

2. Activation

After you have installed the plugin. You need to add the following line to your config.php file:, (*2)

$config['plugins']['phile\\rssFeed'] = array('active' => true);
  • go to /feed on your site

Usage

You can set some defaults in the plugins config file. By default the feed URL is /feed. You can change this if you need too., (*3)

There is also a key in the plugin config called post_key. This is the key that defines which unqiue meta key to associate with posts. If you posts don't have a date but instead use a template of 'post' you can use that instead., (*4)

There is a file included with a plugin called template.php. This is the file that is used as the XML template for the RSS feed. This is a valid RSS feed when run through the Phile-Blog-Theme setup., (*5)

You may need to edit the template file if you require the feed results to be different., (*6)

The Versions

07/03 2018

dev-master

9999999-dev http://philecms.com

Generate RSS feeds based on the posts in your Phile site.

  Sources   Download

MIT

The Requires

 

cms content phile

07/03 2018

1.1.0

1.1.0.0 http://philecms.com

Generate RSS feeds based on the posts in your Phile site.

  Sources   Download

MIT

The Requires

 

cms content phile

04/03 2018

1.0.0

1.0.0.0 http://philecms.com

Generate RSS feeds based on the posts in your Phile site.

  Sources   Download

MIT

The Requires

 

cms content phile