Files
OneForAll-mirror/data/rules/whatweb/geonode.json
T
2020-07-29 00:02:06 +08:00

19 lines
721 B
JSON

{
"name": "GeoNode",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "GeoNode is a web-based application and platform for developing geospatial information systems (GIS) and for deploying spatial data infrastructures (SDI). ",
"website": "https://github.com/GeoNode/geonode/",
"matches": [
{
"name": "Help link",
"text": "<a href=\"/help/\" rel=\"tooltip\" title=\"help\"><i class=\"icon-question-sign\"></i></a>"
},
{
"name": "Footer",
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/geonode.org\">GeoNode<\\/a> <em>version ([a-z0-9\\.]+)<\\/em>)",
"offset": 1
}
]
}