mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
959 B
JSON
25 lines
959 B
JSON
{
|
|
"name": "Mailman",
|
|
"author": "Tonmoy Saikia, Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "Mailman is free software for managing electronic mail discussion and e-newsletter lists. WEB:http://www.gnu.org/software/mailman/index.html",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"certainty": 25,
|
|
"ghdb": "inurl:mailman \"Delivered by Mailman\""
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td><a[^>]+href=\"[^\"]+\\/listinfo\\/[^\"]+\"><strong>[^<]+<\\/strong><\\/a><\\/td>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td><img src=\"[^\"]+\\/mailman.jpg\" alt=\"Delivered by Mailman\"[^>]+><br>version (\\d.\\d.[0-9a-z]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td><a href=\"http:\\/\\/www.gnu.org\\/software\\/mailman\\/index.html\">Delivered by Mailman<br>version (\\d.\\d.[0-9a-z]+)<\\/a>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|