mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
742 B
JSON
22 lines
742 B
JSON
{
|
|
"name": "Piwigo",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Piwigo is a photo gallery software for the web, built by an active community of users and developers.",
|
|
"website": "http://piwigo.org/",
|
|
"matches": [
|
|
{
|
|
"text": "<meta name=\"generator\" content=\"Piwigo (aka PWG), see piwigo.org\">"
|
|
},
|
|
{
|
|
"text": "<meta name=\"generator\" content=\"Piwigo, piwigo.org\">"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div id=\"copyright\">\\s+<a name=\"EoP\"><\\/a>\\s+<!-- End of Page -->)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Powered by\\s+<a href=\"http:\\/\\/piwigo\\.org\" class=\"Piwigo\">)"
|
|
}
|
|
]
|
|
}
|