add rss-atom-bundle recipe

This commit is contained in:
Alex Debril
2017-06-28 17:08:00 +02:00
parent e71617a199
commit c024a8b07d
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,2 @@
rss_atom_bundle:
resource: "@DebrilRssAtomBundle/Resources/config/routing.yml"
+9
View File
@@ -0,0 +1,9 @@
{
"bundles": {
"Debril\\RssAtomBundle\\DebrilRssAtomBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
},
"aliases": ["feeds", "rss", "atom"]
}
@@ -0,0 +1,5 @@
debril_rss_atom:
# switch to true if you need to set cache-control: private
private: false
# switch to true if you need to always send status 200
force_refresh: false