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.2.0
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 * [v] dynamic content: VGI (CGI-like)
29 * [ ] syslog(3)
30 * [ ] man pages (alternatives?)
31 * [ ] O_NONBLOCK (processing with a fixed number of threads)
32 * [ ] pledge(2) / unveil(2)
34 ## Documents
36 => capsule/coding_style.gmi vostok C++ coding style
37 => capsule/external_dependencies.gmi vostok external dependencies
38 => capsule/how_to_run_locally.gmi How to run vostok locally
40 ## Feedback
42 Send your patches, questions and suggestions to e-mail
43 ```
44 vostok@to.any-key.press
45 ```
47 Special thanks:
48 * la-ninpre <aaoth () aaoth ! xyz>
49 * nervuri <seva () nervuri ! net>