Blob


1 # vostok: simple C++11 Gemini server
3 Git repository:
4 ```
5 ssh://anonymous@got.any-key.press/vostok
6 ```
7 => https://got.any-key.press/?action=summary&path=vostok.git vostok repository web frontend
9 ## Tasks
11 * [?] add test
12 * [v] redirect "[.../]" to "[...]/index.gmi"
13 * [v] make install
14 * [ ] syslog(3)
15 * [ ] mime.types
16 * [ ] clang-tydi (?)
17 * [ ] man pages
18 * [ ] Gemini redirect by symbolic link on the file system
19 * [ ] O_NONBLOCK (processing with a fixed number of threads)
21 ## Documents
23 => capsule/coding_style.gmi vostok C++ coding style
24 => capsule/external_dependencies.gmi vostok external dependencies
25 => capsule/how_to_run_locally.gmi How to run vostok locally
27 ## Feedback
29 Send your patches, questions and suggestions to e-mail
30 ```
31 vostok@to.any-key.press
32 ```