mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-01-09 06:37:51 +00:00
79 lines
1.4 KiB
JSON
79 lines
1.4 KiB
JSON
{
|
|
"gemini":
|
|
{
|
|
"server":
|
|
{
|
|
"host":"127.0.0.1",
|
|
"port":1965
|
|
},
|
|
"response":
|
|
{
|
|
"default":
|
|
{
|
|
"code":20,
|
|
"meta":"text/gemini; charset=utf-8"
|
|
}
|
|
}
|
|
},
|
|
"memcached":
|
|
{
|
|
"server":
|
|
{
|
|
"host":"127.0.0.1",
|
|
"port":11211,
|
|
"timeout":3600
|
|
}
|
|
},
|
|
"manticore":
|
|
{
|
|
"server":
|
|
{
|
|
"host":"127.0.0.1",
|
|
"port":9308
|
|
},
|
|
"index":
|
|
{
|
|
"document":{
|
|
"name":"dokuwiki_gemini_server",
|
|
"settings":
|
|
{
|
|
"morphology":"stem_cz,stem_enru",
|
|
"index_exact_words":1,
|
|
"html_strip":1,
|
|
"min_word_len":3,
|
|
"min_prefix_len":3
|
|
}
|
|
},
|
|
"extension":"txt"
|
|
}
|
|
},
|
|
"dokuwiki":
|
|
{
|
|
"url":
|
|
{
|
|
"source":"http://..",
|
|
"alias":
|
|
{
|
|
"gemini://..":"",
|
|
"gemini://..":""
|
|
}
|
|
}
|
|
},
|
|
"string":
|
|
{
|
|
"resources":"Resources",
|
|
"links":"Links",
|
|
"sections":"Sections",
|
|
"pages":"Pages",
|
|
"actions":"Actions",
|
|
"search":"Search",
|
|
"results":"Request results",
|
|
"found":"Found",
|
|
"nothing":"Nothing found by this request",
|
|
"main":"Main page",
|
|
"source":"Source",
|
|
"alias":"Alias",
|
|
"welcome":"About",
|
|
"about":"=> https://github.com/YGGverse/betahowto GitHub"
|
|
}
|
|
} |