Update page 'Pipelines'
parent
4405d83eda
commit
14a09be8f5
|
@ -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)
|
Loading…
Reference in New Issue