mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
21 lines
820 B
JSON
21 lines
820 B
JSON
{
|
|
"name": "XHP-CMS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "XHP CMS - eXpandable Home Page is an easy to install, easy to use, easy to expand content management system (CMS) written in PHP and using MySQL as the database engine.",
|
|
"website": "http://xhp.targetit.ro/",
|
|
"matches": [
|
|
{
|
|
"text": "<title>XHP installation</title>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"GENERATOR\" content=\"XHP - eXpandable Home Page v([\\d\\.]+)\"\\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a href=\"http:\\/\\/xhp.targetit.ro\\/\">Powered by XHP CMS v([\\d\\.]+)<\\/a><br\\/><a href=\"http:\\/\\/lars.targetit.ro\\/\">Site engine is copyright)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|