DokuWiki Satellite for Gemini Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.2 KiB

8 months ago
{
"gemini":
{
"server":
{
"host":"127.0.0.1",
"port":1965
}
},
"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"
}
},
8 months ago
"dokuwiki":
{
"uri":
{
"home":"start"
},
"url":
{
"source":"http://.."
8 months ago
}
},
"string":
{
8 months ago
"resources":"Resources",
"links":"Links",
8 months ago
"sections":"Sections",
"pages":"Pages",
"actions":"Actions",
"search":"Search",
"results":"Request results",
"found":"Found",
"nothing":"Nothing found by this request",
"main":"Main page",
"source":"Source",
8 months ago
"welcome":"About",
"about":"=> https://github.com/YGGverse/dokuwiki-gemini-server GitHub"
8 months ago
}
}