mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
884 B
JSON
23 lines
884 B
JSON
{
|
|
"name": "GeekLog",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "Geeklog is an open source application for managing dynamic web content. It is written in PHP and supports MySQL, PostgreSQL, or MS SQL as the database backend.",
|
|
"website": "http://www.geeklog.net/",
|
|
"matches": [
|
|
{
|
|
"text": "Powered By <a href=\"http://www.geeklog.net/\">Geeklog</a>"
|
|
},
|
|
{
|
|
"text": "Powered By <a class=\"footer\" href=\"http://www.geeklog.net/\">GeekLog</a>"
|
|
},
|
|
{
|
|
"text": "<!--If you want the splash, uncomment the last line. If you want no splash, make sure it is commented out.-->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www.geeklog.net\\/\">Geeklog ([\\d\\.a-z]{1,10})<\\/a>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|