mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
29 lines
1.6 KiB
JSON
29 lines
1.6 KiB
JSON
{
|
|
"name": "SARG",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Squid Analysis Report Generator (SARG) is a tool that allow you to view where your users are going to on the Internet.",
|
|
"website": "http://sarg.sourceforge.net/sarg.php",
|
|
"matches": [
|
|
{
|
|
"text": "<title>Squid User's Access Report</title>"
|
|
},
|
|
{
|
|
"text": "<tr><th class=\"logo\"><a href=\"http://sarg.sourceforge.net\"><img src=\"./images/sarg.png\" border=\"0\" align=\"absmiddle\" title=\"SARG, Squid Analysis Report Generator. Logo by Osamu Matsuzaki\"></a> <font class=\"logo\">Squid Analysis Report Generator</font></th></tr>"
|
|
},
|
|
{
|
|
"text": "<tr><th class=\"logo\"><a href=\"http://sarg.sourceforge.net\"><img src=\"../images/sarg.png\" border=\"0\" align=\"absmiddle\" title=\"SARG, Squid Analysis Report Generator. Logo by Osamu Matsuzaki\"></a> <font class=\"logo\">Squid Analysis Report Generator</font></th></tr>"
|
|
},
|
|
{
|
|
"text": "<tr><th><a href=\"http://sarg.sourceforge.net\"><img src=\"./images/sarg.png\" title=\"SARG, Squid Analysis Report Generator. Logo by Osamu Matsuzaki\" alt=\"Sarg\"></a> Squid Analysis Report Generator</th></tr>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<tr><th (align=\"center\" )?class=\"title(_c)?\">Squid User Access Reports?<\\/th><\\/tr>)"
|
|
},
|
|
{
|
|
"offset": 3,
|
|
"regexp": "(?-mix:<(div|td) class=\"info\">(Generated by|Gerado por)? <a href='http:\\/\\/sarg\\.sourceforge\\.net'>(<font class=\"info\">)?sarg-([^\\s]+))"
|
|
}
|
|
]
|
|
}
|