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

27 lines
1.1 KiB
JSON

{
"name": "RAPID-Browser",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "RAPID Browser - Managing news contents, sharing editorial and publishing to paper, web and mobile.",
"website": "http://www.knowledgeview.co.uk/solutions/rapidbrowser",
"matches": [
{
"regexp": "(?-mix:<title>Welcome to Rapid Browser ([\\d\\.]+)<\\/title>)",
"offset": 1
},
{
"text": "<!-- ### Bullet table ### -->"
},
{
"text": "<td rowspan=\"3\" valign=\"top\" bgcolor=\"#FF6600\"><img src=\"images/copy_line.gif\" width=\"175\" height=\"80\" alt=\"Real time news browser that lets you share and publish\" border=\"0\"></td>"
},
{
"text": "<td align=\"right\" valign=\"top\"><input type=\"image\" name=\"login\" src=\"images/login_button.gif\" alt=\"Login to Rapid Browser\"></td>"
},
{
"regexp": "(?-mix:<link rel=\"stylesheet\" type=\"text\\/css\" href=\"styles\\/typeStyle-en.css\\?([^\"]+)\">)",
"offset": 1
}
]
}