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

28 lines
1.1 KiB
JSON

{
"name": "Textpattern-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "A flexible, elegant and easy-to-use CMS",
"website": "http://textpattern.com/",
"matches": [
{
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/textpattern.com[\\/]*\">Textpattern CMS<\\/a>)"
},
{
"text": "Powered by <a href=\"http://textpattern.com/\" title=\"Textpattern, an Open Source Content Management System\">Textpattern CMS</a>"
},
{
"text": "Powered by <a href='http://textpattern.com/' title='The Content Management System'>Textpattern CMS</a>"
},
{
"text": "Powered by <a href=\"http://textpattern.com/\" title=\"Textpattern Open Source Content Management System\">Textpattern CMS</a>"
},
{
"text": "Powered by <a href=\"http://textpattern.com/\" title=\"A flexible, elegant and easy-to-use content management system.\">Textpattern CMS</a>"
},
{
"text": "powered by <a href=\"http://textpattern.com\">textpattern</a> cms"
}
]
}