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

19 lines
797 B
JSON

{
"name": "Xataface",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Xataface is a full-featured Web application framework. It automatically generates the appropriate forms, lists, and menus for a user to interact with a MySQL database without having to know any SQL.",
"website": "http://xataface.com/",
"matches": [
{
"text": "<!-- custom javascripts can go in slot \"custom_javascripts\" -->"
},
{
"text": "<!-- Place any other items in the head of the document by filling the \"head_slot\" slot -->"
},
{
"regexp": "(?-mix:<div class=\"fineprint\">[\\s]+Powered by Xataface<br\\/>[\\s]+\\(c\\) 2005-(20[\\d]{2}) All rights reserved<\\/div>)"
}
]
}