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 Latest version (git tag): v0.1.3
11 => capsule/vostok.png What is "vostok"?
12 ```
13 ______ ___ ___ _____ ___ _ __
14 | ___ \ _ \ _ \_ _| _ | | / /
15 | |_/ / | | | / \/ | | | | | | |/ /
16 | ___ \ | | | | | | | | | | \
17 | |_/ / \_/ / \_/\ | | \ \_/ / |\ \
18 \____/ \___/ \___/ \_/ \___/\_| \_/
19 ```
21 ## Tasks
23 * [?] add test
24 * [v] open "[...]/index.gmi" when "[.../]" is requested
25 * [v] make install
26 * [v] mime.types
27 * [v] redirect (31) "[.../]dir" to "[.../]dir/" (correctness of relative link)
28 * [ ] syslog(3)
29 * [ ] clang-tydi (lightweight standalone alternatives?)
30 * [ ] man pages
31 * [ ] Gemini redirect 3x (symbolic link on the file system/config?)
32 * [ ] O_NONBLOCK (processing with a fixed number of threads)
33 * [ ] pledge(2) / unveil(2)
35 ## Documents
37 => capsule/coding_style.gmi vostok C++ coding style
38 => capsule/external_dependencies.gmi vostok external dependencies
39 => capsule/how_to_run_locally.gmi How to run vostok locally
41 ## Feedback
43 Send your patches, questions and suggestions to e-mail
44 ```
45 vostok@to.any-key.press
46 ```
48 Special thanks:
49 * la-ninpre <aaoth () aaoth ! xyz>
50 * nervuri <seva () nervuri ! net>