Blame


1 5f0d02c3 2022-11-11 op things to do (eventually.) patches are welcome, thanks!
2 5f0d02c3 2022-11-11 op
3 5f0d02c3 2022-11-11 op - provide knobs for some features of the gemtext -> HTML conversion,
4 5f0d02c3 2022-11-11 op automatic preview of images for example.
5 5f0d02c3 2022-11-11 op - optional nav bar with buttons like "up one level", "home" or "root"
6 5f0d02c3 2022-11-11 op (see the "nav" branch.)
7 5f0d02c3 2022-11-11 op - support for using client-side certificates.
8 5f0d02c3 2022-11-11 op - `location' support for blocking certain sub-trees (or maybe even
9 5f0d02c3 2022-11-11 op location-dependant proxying!)
10 5f0d02c3 2022-11-11 op - try to extract the page title (need a separate per-request buffer.)
11 5f0d02c3 2022-11-11 op - `listen' directive: allow to listen on (multiple) sockets, be UNIX
12 5f0d02c3 2022-11-11 op or TCP ones.
13 5f0d02c3 2022-11-11 op - extend to support gopher and/or spartan?
14 3da34f81 2022-11-11 op - simplify process IPC: proc.c is cool but provides more than we need;
15 3da34f81 2022-11-11 op there's no web of process that communicates between each others, just
16 3da34f81 2022-11-11 op a parent and (some) proxy processes.
17 017444bd 2022-11-13 op - make the build from the tarball works without building `template'.
18 121058d7 2022-11-25 op - generate ids for headers for ease of linkability;
19 121058d7 2022-11-25 op https://docs.gitlab.com/ee/user/markdown.html#header-ids-and-links