Skip to content

Very basic RSS plugin for Pico. Generates RSS feed of all pages with a date. Based on old pico_rss plugin and PicoXMLSitemap plugin.

License

Notifications You must be signed in to change notification settings

hermannmarkus/Pico-FeedMaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico-FeedMaker

A basic feed plugin for Pico. Generates several feeds of all pages with a date. The plugin is based on:

About

I forked the plugin from Matt Barnard. The goal is to provide a full valid RSS Feed and to make the plugin extensible.

Right now the plugin generates three kindes of feeds:

  • A RSS feed at domain.tld/?feed.rss
  • A JSON feed at domain.tld/?feed.json
  • A Microblog JSON feed at domain.tld/?microblog.json

Pages with the template microblog are added to a special json feed. Those posts are available so you can add them for your micro.blog.

Installation

With git

  1. Go to your Pico Plugins folder
  2. git clone https://github.com/hermannmarkus/Pico-FeedMaker.git FeedMaker
  3. Add the following lines to your config.yaml:
  • FeedMaker.enabled: true
  • FeedMaker.site_description: $description
  1. Replace $description with the description of your feed.

Without git

  1. Download the master branch as a zip file.
  2. Add the contents of the zip file to your Pico plugins folder and rename the folder to FeedMaker.
  3. Add the following lines to your config.yaml:
  • FeedMaker.enabled: true
  • FeedMaker.site_description: $description
  1. Replace $description with the description of your feed.

Compatibility

I've not extensively tested the plugin, but it's worked fine on the following installations.

  • 2.0.4

About

Very basic RSS plugin for Pico. Generates RSS feed of all pages with a date. Based on old pico_rss plugin and PicoXMLSitemap plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.1%
  • HTML 17.9%