mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
904 B
JSON
22 lines
904 B
JSON
{
|
|
"name": "GetSimple",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "GetSimple is an open source CMS that utilizes the speed and convenience of XML, a best-in-class UI and the easiest learning curve of any simple Content Management System out there.",
|
|
"website": "http://get-simple.info/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:\t<meta name=\"generator\" content=\"GetSimple \\- ([\\d\\.\\_A-Z]+)\" \\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a href=\"http:\\/\\/get-simple.info\\/\" title=\"Open Source and Free CMS\" >Powered by GetSimple<\\/a> Version ([\\d\\.\\_A-Z]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a href=\"http:\\/\\/get-simple.info\\/\">Powered by GetSimple<\\/a> Version ([\\d\\.\\_A-Z]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|