mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
782 B
JSON
24 lines
782 B
JSON
{
|
|
"name": "Nucleus-CMS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Nucleus CMS",
|
|
"website": "http://nucleuscms.org/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"generator\" content=\"Nucleus CMS v([^\"^>]+)\" \\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td>Admin-area <strong>path<\\/strong>:<\\/td>[\\s]+<td><input name=\"AdminPath\" size=\"60\" value=\"([^\"]+)\" \\/>)"
|
|
},
|
|
{
|
|
"text": "<meta name=\"name\" content=\"My Nucleus CMS\" />"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<small>Copyright \\| <a href=\"http:\\/\\/nucleuscms\\.org\">Nucleus CMS v([^\\s^>]+)<\\/a> \\|)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|