Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 981 Bytes

html2rss-configs.md

File metadata and controls

23 lines (16 loc) · 981 Bytes
layout parent nav_order title description summary
default
Components
3
html2rss-configs
html2rss-configs is a a growing repository of html2rss feed configs.
a repository of feed configs

{{ page.description }} {: .fs-8 }


The html2rss-config repository contains feed configs. Each feed config contains the instructions for the html2rss gem on how to build the RSS feed. Thus, to create a config, you need write CSS selectors and express them in YAML.

The feed config must reside in a folder named after the fully qualified domain name of the website.

The repository has its own test suite. It automatically tests each config and requires them to adhere to the conventions.

A generator scaffolds a feed config and a test for that config. It gets you started in a breeze and let's you focus on writing the selectors.

See the project on Github{: .btn .btn-purple }