mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
869 B
JSON
22 lines
869 B
JSON
{
|
|
"name": "eTicket",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "eTicket is a PHP-based electronic support ticket system that can receive tickets via email (pop3/pipe) or a web form.",
|
|
"website": "http://www.eticketsupport.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<td><a href=\"(http:\\/\\/)?www\\.eticketsupport\\.com\" target=\"_blank\">Powered by eTicket<\\/a><\\/td>)"
|
|
},
|
|
{
|
|
"text": "<div class=\"pre-footer\">Support Ticket System</div>"
|
|
},
|
|
{
|
|
"text": "<link rel=\"stylesheet\" href=\"themes/eticket/style.css\" type=\"text/css\">"
|
|
},
|
|
{
|
|
"text": "<p><strong>Note:</strong> "/path/to/automail.pl" should be the <a href=\"http://en.wikipedia.org/wiki/Full_path\">full path</a>"
|
|
}
|
|
]
|
|
}
|