mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
685 B
JSON
17 lines
685 B
JSON
{
|
|
"name": "Indices",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Indices is a set of hacks that makes Apache's default directory index pages pretty and more usable.",
|
|
"website": "http://antisleep.com/software/indices",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<!--[\\s]+Pleasant Apache directory listings courtesy of Indices:[\\s]+http:\\/\\/antisleep\\.com\\/software\\/indices[\\s]+-->)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div class=\"credits\">[\\s]+<a href=\"http:\\/\\/antisleep\\.com\\/software\\/indices\">Indices<\\/a> ([^\\s]+)[\\s]+<\\/div>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|