diff --git a/share/apps.json b/share/apps.json old mode 100644 new mode 100755 index bc46f80bd..7a72a7969 --- a/share/apps.json +++ b/share/apps.json @@ -997,8 +997,8 @@ }, "Locomotive": { "cats": [ 1 ], - "html": "\/sites\/[a-zA-Z0-9]{24}\/theme\/stylesheets\/", - "implies": [ "Ruby", "Ruby on Rails", "MongoDB" ] + "html": "]*\/sites\/[a-zA-Z0-9]{24}\/theme\/stylesheets\/.*>", + "implies": [ "Ruby on Rails", "MongoDB" ] }, "Lotus Domino": { "cats": [ 22 ], @@ -1637,6 +1637,12 @@ "meta": { "generator": "(^|\\s)SPIP(\\s([\\d\\.]+(\\s\\[\\d+\\])?))?\\;version:\\3" }, "headers": { "X-Spip-Cache": ".*" } }, + "Spree": { + "cats": [ 6 ], + "html": "]*\/spree\/products\/[0-9]+\/.+>", + "html": "]*\/assets\/store\/all\-[a-zA-Z0-9]{32}\.css.+>", + "implies": [ "Ruby on Rails"] + }, "SQL Buddy": { "cats": [ 3 ], "html": "(SQL Buddy|<[^>]+onclick=\\\"sideMainClick\\(\\\"home\\.php)" @@ -1667,6 +1673,11 @@ "script": "cdn\\.sublimevideo\\.net/js/[a-z\\d]+\\.js", "env": "^sublimevideo$" }, + "Subrion": { + "cats": [ 1 ], + "headers": { "X-Powered-CMS": "Subrion CMS" }, + "implies": [ "PHP" ] + }, "Supersized": { "cats": [ 7, 25 ], "script": "supersized(\\.([\\d\\.]*[\\d]))?.*\\.js\\;version:\\2" diff --git a/share/images/icons/Spree.png b/share/images/icons/Spree.png new file mode 100644 index 000000000..88b593baf Binary files /dev/null and b/share/images/icons/Spree.png differ diff --git a/share/images/icons/Subrion.png b/share/images/icons/Subrion.png new file mode 100755 index 000000000..fdd2e2d4e Binary files /dev/null and b/share/images/icons/Subrion.png differ