From 5aa775976f4f5f3c9d1535276f8a9cca51382301 Mon Sep 17 00:00:00 2001 From: Kyle Kress Date: Thu, 29 Jan 2015 17:06:14 -0500 Subject: [PATCH] Fixed merge --- share/apps.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/share/apps.json b/share/apps.json index 88671eef3..15cd763f9 100644 --- a/share/apps.json +++ b/share/apps.json @@ -620,6 +620,15 @@ "script": "scripts\\.chitika\\.net/", "env": "ch_c(?:lient|olor_site_link)" }, + "Ckan": { + "website": "ckan.org/", + "cats": [ 1 ], + "headers": { + "Access-Control-Allow-Headers": "X-CKAN-API-KEY", + "Link": "; rel=shortlink" + }, + "implies": [ "Python", "Solr", "Java", "PostgreSQL\\;confidence:80" ] + }, "CKEditor": { "website": "ckeditor.com", "cats": [ 24 ], @@ -1522,6 +1531,10 @@ "headers": { "Server": "Happy ICS Server(?:/([\\d.]+))?\\;version:\\1" }, "implies": "OmniTouch 8660 My Teamwork" }, + "Haskell": { + "website": "wiki.haskell.org/Haskell", + "cats": [ 27 ] + }, "HeadJS": { "website": "headjs.com", "cats": [ 12 ], @@ -2121,6 +2134,10 @@ "cats": [ 27 ], "headers": { "X-Powered-By": "\\bLua(?: ([\\d.]+))?\\;version:\\1" } }, + "Lucene": { + "website": "lucene.apache.org/core/", + "cats": [ 34 ] + }, "M.R. Inc Webserver": { "website": "mrincworld.com", "cats": [ 22 ], @@ -2599,6 +2616,16 @@ "html": "(?:index\\.php\\?route=[a-z]+/|Powered By ]+OpenCart)", "implies": "PHP" }, + "OpenCms": { + "website": "www.opencms.org", + "cats": [ 1 ], + "html": "", "implies": "PHP" }, + "Solr": { + "website": "lucene.apache.org/solr/", + "cats": [ 34 ], + "implies": "Lucene" + }, "SPDY": { "website": "chromium.org/spdy", "cats": [ 19 ], @@ -3639,7 +3681,6 @@ "Trac": { "website": "trac.edgewall.org", "cats": [ 13 ], - "html": "Trac(?:[ /]([\\d.]+))?\\;version:\\1" ], "implies": "Python" }, @@ -4054,7 +4095,7 @@ "website": "wordpress.org", "cats": [ 1, 11 ], "meta": { "generator": "WordPress( [\\d.]+)?\\;version:\\1" }, - "html": [ "]+wp-(?:content|includes)", "]+s\\d+\\.wp\\.com" ], + "html": [ "]+wp-(?:content|includes)", "]+s\\d+\\.wp\\.com" ], "env": "^wp_username$", "implies": "PHP" }, @@ -4206,6 +4247,12 @@ "script": [ "yepnope-(?:-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "([\\d.]+)/yepnope(\\.min)?\\.js\\;version:\\1", "yepnope.*\\.js" ], "env": "^yepnope$" }, + "Yesod": { + "website": "www.yesodweb.com", + "cats": [ 18, 22 ], + "headers": { "Server": "^Warp/(\\d+(?:\\.\\d+)+)\\;version:\\1" }, + "implies": "Haskell" + }, "Yieldlab": { "website": "yieldlab.de", "cats": [ 36 ],