mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "GeoServer",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "GeoServer is part of The OpenGeo Suite and allows users to share and edit geospatial data. The GeoServer project is a full transactional Java (J2EE) implementation of the OpenGIS Consortium's Web Feature Server specification and Web Coverage Server specification, with an integrated Web Map Server.",
|
||||
"website": "http://opengeo.org/technology/geoserver/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<link rel=\"shortcut icon\" href=\"resources/org.geoserver.web.GeoServerBasePage/favicon.ico\"/>"
|
||||
},
|
||||
{
|
||||
"text": "<link href=\"resources/org.geoserver.web.GeoServerBasePage/favicon.ico\" rel=\"shortcut icon\"/>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<body>[\\s]+<p><b>Redirecting to the actual home page\\.<\\/b><\\/p>[\\s]+<p>If you're stuck here, it means you don't have javascript[\\s]+enabled\\. Javascript is required to actually use the GeoServer admin console.<\\/p>[\\s]+<\\/body>[\\s]+<\\/html>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<p>[\\s]+<span>This GeoServer instance is running version <strong>([^<^\\s]+)<\\/strong>\\. For more information please contact the <a href=\"[^\"^>]*\">administrator<\\/a>\\.<\\/span>[\\s]+<\\/p>[\\s]+<\\/div>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"welcome\">[\\s]+<p>[\\s]+This GeoServer belongs to <a><span>([^<]+)<\\/span><\\/a>\\.[\\s]+<\\/p>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user