From 71d868fd904d31abb15b2ab8a69c9d9b64d0ef69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Tue, 2 Aug 2016 23:26:00 +0200 Subject: [PATCH 1/3] Add scalingo.json --- scalingo.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scalingo.json diff --git a/scalingo.json b/scalingo.json new file mode 100644 index 00000000..f4c4ffd3 --- /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", +} From 173afb8314de0bb34181f0716a3046cf1b6f2e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Tue, 2 Aug 2016 23:32:30 +0200 Subject: [PATCH 2/3] Update readme: Add scalingo one click deploy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bc918dc..07ba235b 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ By default, the script creates `whitelist.txt` and adds the main bridges (see ab * 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 ! + +[![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/sebsauvage/rss-bridge) Author === From e7e2101889fbdf31ef0e204937a2b6ce1b04721e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Tue, 2 Aug 2016 23:37:01 +0200 Subject: [PATCH 3/3] Typo --- README.md | 2 +- scalingo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07ba235b..3dccf458 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ 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) diff --git a/scalingo.json b/scalingo.json index f4c4ffd3..9b1d51e6 100644 --- a/scalingo.json +++ b/scalingo.json @@ -2,5 +2,5 @@ "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", + "website": "https://github.com/sebsauvage/rss-bridge" }