mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
561 B
JSON
17 lines
561 B
JSON
{
|
|
"name": "Sphinx",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Sphinx is a tool that makes it easy to create intelligent and beautiful documentation",
|
|
"website": "http://sphinx.pocoo.org/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:Created using <a href=\"http:\\/\\/sphinx\\.pocoo\\.org\\/\">Sphinx<\\/a> ([^\\s]+)\\.)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div class=\"sphinxsidebar\">[\\s]+<div class=\"sphinxsidebarwrapper\">)"
|
|
}
|
|
]
|
|
}
|