mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"name": "Trac",
|
|
"website": "http://trac.edgewall.org",
|
|
"matches": [
|
|
{
|
|
"regexp": "<a id=\"tracpowered"
|
|
},
|
|
{
|
|
"regexp": "Powered by <a href=\"[^\"]*\"><strong>Trac(?:[ /]([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "Python"
|
|
} |