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

52 lines
2.0 KiB
JSON

{
"name": "Dokeos",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Dokeos is an open source online learning suite. It provides all the features needed for e-learning and blended learning management : From Authoring to Reporting.",
"website": "http://www.dokeos.com/",
"matches": [
{
"certainty": 25,
"text": "<ul id=\"dokeostabs\">"
},
{
"text": "<!-- start of #main wrapper for #content and #menu divs -->"
},
{
"certainty": 75,
"text": "<link href=\"http://www.dokeos.com/documentation.php\" rel=\"Help\" />"
},
{
"certainty": 75,
"text": "<link href=\"http://www.dokeos.com/team.php\" rel=\"Author\" />"
},
{
"certainty": 75,
"text": "<link href=\"http://www.dokeos.com\" rel=\"Copyright\" />"
},
{
"text": "<meta name=\"Generator\" content=\"Dokeos\">"
},
{
"certainty": 75,
"text": "<title>Dokeos has not been installed</title>"
},
{
"regexp": "(?-mix:<form action=\"main\\/install\\/index\\.php\" method=\"get\"><button class=\"save\" type=\"submit\"[^>]+value=\"&nbsp;&nbsp; Click to INSTALL (Dokeos|DOKEOS)[\\s]+&nbsp;&nbsp;\" >Click to INSTALL (Dokeos|DOKEOS)[\\s]*<\\/button><\\/form><br \\/>)",
"string": "Install Page"
},
{
"regexp": "(?-mix:<div class=\"copyright\">[^<]+<a href=\"http:\\/\\/www\\.dokeos\\.com\" target=\"_blank\">[\\s]*Dokeos [\\d\\.]*<\\/a> &copy; (20[\\d]{2})[\\s]*<\\/div>)"
},
{
"regexp": "(?-mix:<div class=\"copyright\">[^<]+<a href=\"http:\\/\\/www\\.dokeos\\.com\" target=\"_blank\">[\\s]*Dokeos ([\\d\\.]+)<\\/a>)",
"offset": 1
},
{
"string": "Install Page",
"regexp": "(?-mix:<title>&mdash; Dokeos Installation &mdash; Version ([\\d\\.]+)<\\/title>)",
"offset": 1
}
]
}