From 239cca9589b3d5a6486b39fc7a28201a9dc693c2 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Thu, 10 Apr 2014 14:50:43 +0200 Subject: [PATCH 1/2] Update apps.json Updated adding 2 apps (M.R. Inc...) --- share/apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/share/apps.json b/share/apps.json index 53f05a337..385ccf58b 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3284,6 +3284,16 @@ "website": "foundation.zurb.com", "cats": [ 18 ], "html": "]+foundation[^>\"]+css" + }, + "M.R. Inc Webserver": { + "website": "mrincworld.com", + "cats": [ 22 ], + "headers": { "Server": "(?:M.R. Inc Webserver)" } + }, + "M.R. Inc Wild CMS": { + "website": "mrincworld.com", + "cats": [ 1, 6 ], + "headers": { "X-Powered-By": "(?:M.R. Inc Wild CMS)" } } } } From 9a41ed6857681b280e089f0b37b1e17cc5064af7 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Sun, 13 Apr 2014 01:13:56 +0200 Subject: [PATCH 2/2] I have fixed errors that were pointed out. --- share/apps.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/share/apps.json b/share/apps.json index 385ccf58b..a4f48b7df 100644 --- a/share/apps.json +++ b/share/apps.json @@ -1650,6 +1650,16 @@ "cats": [ 27 ], "headers": { "X-Powered-By": "\\bLua(?: ([\\d.]+))?\\;version:\\1" } }, + "M.R. Inc Webserver": { + "website": "mrincworld.com", + "cats": [ 22 ], + "headers": { "Server": "(?M\.R\. Inc Inc Webserver)" } + }, + "M.R. Inc Wild CMS": { + "website": "mrincworld.com", + "cats": [ 1, 6 ], + "headers": { "X-Powered-By": "(?:M\.R\. Inc Inc Wild CMS)" } + }, "Magento": { "website": "www.magentocommerce.com", "cats": [ 6 ], @@ -3284,16 +3294,6 @@ "website": "foundation.zurb.com", "cats": [ 18 ], "html": "]+foundation[^>\"]+css" - }, - "M.R. Inc Webserver": { - "website": "mrincworld.com", - "cats": [ 22 ], - "headers": { "Server": "(?:M.R. Inc Webserver)" } - }, - "M.R. Inc Wild CMS": { - "website": "mrincworld.com", - "cats": [ 1, 6 ], - "headers": { "X-Powered-By": "(?:M.R. Inc Wild CMS)" } } } }