mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
519 B
JSON
18 lines
519 B
JSON
{
|
|
"name": "Trac",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "Trac is an enhanced wiki and issue tracking system for software development projects.",
|
|
"website": "http://trac.edgewall.org/",
|
|
"matches": [
|
|
{
|
|
"ghdb": "\"Powered by Trac\" +intitle:Trac",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Powered by <a[^>]*><strong>Trac ([^<]+)<\\/strong><\\/a><br \\/>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|