From 05f593185b52a9bb62259dcbebf70e37b1d2831b Mon Sep 17 00:00:00 2001 From: Kreshnik Hasanaj Date: Wed, 25 Dec 2013 00:02:32 +0100 Subject: [PATCH 1/2] Added "Ghost" I have added a pattern for the new Ghost blogging platform. --- share/apps.json | 7 ++++++- share/images/icons/Ghost.png | Bin 0 -> 573 bytes 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 share/images/icons/Ghost.png diff --git a/share/apps.json b/share/apps.json index adaba4689..d031f2d08 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3033,6 +3033,11 @@ "script": "web2py\\.js", "headers": { "X-Powered-By": "web2py" }, "implies": [ "Python" , "jQuery" ] - } + }, + "Ghost": { + "website": "http://ghost.org", + "cats": [ 11 ], + "headers": { "X-Ghost-Cache-Status": ".*" } + } } } diff --git a/share/images/icons/Ghost.png b/share/images/icons/Ghost.png new file mode 100644 index 0000000000000000000000000000000000000000..5303584ae7c3df47e1f021a0bb009e16e5e1f85a GIT binary patch literal 573 zcmV-D0>b@?P) zLoLyz!nD+uN;@+x^fKRZQLL9tjl8?>obx?7Z{A}(c(|Fpw76)O%VokeI55D+?KB_W zy+;QDa|;XHy1R;qkaM!0nwguA-(FiI=j??7;u8s4L5sJq-_UF{86Fwo=A9%u5Hj1_ zwnD_yI Date: Wed, 25 Dec 2013 00:32:47 +0100 Subject: [PATCH 2/2] Removed the http Removed the http from the website URL --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index d031f2d08..73d0a392e 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3035,7 +3035,7 @@ "implies": [ "Python" , "jQuery" ] }, "Ghost": { - "website": "http://ghost.org", + "website": "ghost.org", "cats": [ 11 ], "headers": { "X-Ghost-Cache-Status": ".*" } }