diff --git a/share/apps.json b/share/apps.json index f3a963847..4c90d5562 100644 --- a/share/apps.json +++ b/share/apps.json @@ -381,6 +381,12 @@ "html": "href=\"enter_bug\\.cgi\">", "implies": "Perl" }, + "BugSense": { + "website": "bugsense.com", + "cats": [ 10 ], + "script": "bugsense\\.js", + "env": "^BugSense$" + }, "Burning Board": { "website": "www.woltlab.com", "cats": [ 2 ], @@ -1001,6 +1007,12 @@ "cats": [ 28 ], "headers": { "Server": "Fedora" } }, + "Flask": { + "website": "flask.pocoo.org/", + "cats": [ 18, 22 ], + "headers": { "Server": "Werkzeug\\/?([\\d\\.]+)?\\;version:\\1" }, + "implies": "Python" + }, "FlashCom": { "website": "???", "cats": [ 22 ], diff --git a/share/images/icons/BugSense.png b/share/images/icons/BugSense.png new file mode 100644 index 000000000..d02b2b4f8 Binary files /dev/null and b/share/images/icons/BugSense.png differ diff --git a/share/images/icons/flask.png b/share/images/icons/flask.png new file mode 100644 index 000000000..234404b3c Binary files /dev/null and b/share/images/icons/flask.png differ