diff --git a/src/apps.json b/src/apps.json index 1bd29ec82..b9f39994c 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1401,8 +1401,11 @@ "Python", "Solr", "Java", - "PostgreSQL\\;confidence:80" + "PostgreSQL" ], + "meta": { + "generator": ".*ckan.*" + }, "website": "http://ckan.org/" }, "ClickHeat": { @@ -5356,6 +5359,15 @@ "script": "nv\\.d3(?:\\.min)?\\.js", "website": "http://nvd3.org" }, + "Navegg": { + "cats": [ + "10" + ], + "env": "^nvg[0-9]$", + "icon": "Navegg.png", + "script": "tag.navdmp.com", + "website": "https://www.navegg.com/" + }, "Nedstat": { "cats": [ "10" @@ -6588,6 +6600,12 @@ "icon": "Raspbian.svg", "website": "https://www.raspbian.org/" }, + "Rdf": { + "cats": [ + "27" + ], + "website": "https://www.w3.org/RDF/" + }, "React": { "cats": [ "12" @@ -7526,6 +7544,12 @@ "icon": "SoundManager.png", "website": "http://www.schillmania.com/projects/soundmanager2" }, + "Sparql": { + "cats": [ + "27" + ], + "website": "https://www.w3.org/TR/sparql11-overview/" + }, "Sphinx": { "cats": [ "4" @@ -8537,6 +8561,20 @@ "implies": "Joomla", "website": "http://virtuemart.net" }, + "Virtuoso": { + "cats": [ + "34" + ], + "website": "https://virtuoso.openlinksw.com/", + "meta": { + "Keywords": "^OpenLink Virtuoso Sparql", + "Copyright": "^Copyright © \\d{4} OpenLink Software" + }, + "url": ".*/sparql\\.*", + "headers": { + "Server": "Virtuoso\\/?(\\d{2}\\.\\d{2}\\.\\d{4})?\\;version:\\1" + } + }, "Visual WebGUI": { "cats": [ "18" diff --git a/src/icons/Navegg.png b/src/icons/Navegg.png new file mode 100644 index 000000000..037dc61f5 Binary files /dev/null and b/src/icons/Navegg.png differ diff --git a/src/icons/wpCache.png b/src/icons/wpCache.png index 12470ff47..e8a21e343 100644 Binary files a/src/icons/wpCache.png and b/src/icons/wpCache.png differ