mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
20 lines
720 B
JSON
20 lines
720 B
JSON
{
|
|
"name": "ModLogAn",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Modlogan is a modular logfile analyzer which is currently able to parse ftp-, webserver and squid logs.",
|
|
"website": "http://modlogan.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<link rel=\"stylesheet\" href=\"modlogan.css\" type=\"text/css\" />"
|
|
},
|
|
{
|
|
"text": "<LINK REL=STYLESHEET HREF=\"modlogan.css\" type=\"text/css\"></HEAD>"
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?-mix:Output generated by <a href=\"http:\\/\\/www\\.(modlogan\\.org|kneschke\\.de\\/projekte\\/modlogan\\/)\">modlogan ([^\\s^<]+)<\\/a>)"
|
|
}
|
|
]
|
|
}
|