diff --git a/Pipelines.md b/Pipelines.md new file mode 100644 index 0000000..7151ac6 --- /dev/null +++ b/Pipelines.md @@ -0,0 +1,9 @@ +A pipeline is a collection of pipeline stages that incoming RSS items will be passed through. Pipeline stages can either accept items as they are, modify them, or reject them altogether. + +Each RSS feed in Frenzy has its own associated pipeline. + +The built in stages are: + +- [Filter](https://git.shadowfacts.net/shadowfacts/frenzy/wiki/Filter-Stage) +- [Scrape](https://git.shadowfacts.net/shadowfacts/frenzy/wiki/Scrape-Stage) +- [Conditional](https://git.shadowfacts.net/shadowfacts/frenzy/wiki/Conditional-Stage) \ No newline at end of file