diff --git a/README.md b/README.md index 4bc918dc..3dccf458 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ By default, the script creates `whitelist.txt` and adds the main bridges (see ab * to enable extra bridges (one bridge per line) * to disable main bridges (remove the line) -New bridges are disabled by default, so make sure to check regularly what's new and whitelist what you want ! +New bridges are disabled by default, so make sure to check regularly what's new and whitelist what you want! + +[![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/sebsauvage/rss-bridge) Author === diff --git a/scalingo.json b/scalingo.json new file mode 100644 index 00000000..9b1d51e6 --- /dev/null +++ b/scalingo.json @@ -0,0 +1,6 @@ +{ + "name": "RSS Bridge", + "description": "rss-bridge is a PHP project capable of generating ATOM feeds for websites which don't have one.", + "repository": "https://github.com/sebsauvage/rss-bridge", + "website": "https://github.com/sebsauvage/rss-bridge" +}