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

28 lines
1.0 KiB
JSON

{
"name": "CmyDocument",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "CmyDocument is a Content Management and Document Management application",
"website": "http://cmydocument.com/",
"matches": [
{
"text": "<link href=\"CmyDocument.css\" rel=\"stylesheet\" type=\"text/css\">"
},
{
"text": "<link href=\"CmyDocument2.css\" rel=\"stylesheet\" type=\"text/css\">"
},
{
"text": "<link rel=\"stylesheet\" type=\"text/css\" href=\"CmyDocument.css\">"
},
{
"text": "<link rel=\"SHORTCUT ICON\" href=\"icon_cmydoc.ico\">"
},
{
"text": "<!-- footer (begin) --><!-- *** Note: Only licensed users are allowed to remove or change the following copyright statement. *** -->"
},
{
"regexp": "(?-mix:<td style=\"white-space: nowrap;\"><span class=\"aspmaker\"><a href=\"myDocview\\.asp\\?(myDocID|ID)=[\\d]+\">View<\\/a><\\/span><\\/td>)"
}
]
}