Files
OneForAll-mirror/data/rules/whatweb/piwigo.json
T
2020-07-29 00:02:06 +08:00

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\">)"
}
]
}