mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
797 B
JSON
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>)"
|
|
}
|
|
]
|
|
}
|