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 - support for using client-side certificates.
6 5f0d02c3 2022-11-11 op - `location' support for blocking certain sub-trees (or maybe even
7 5f0d02c3 2022-11-11 op location-dependant proxying!)
8 5f0d02c3 2022-11-11 op - try to extract the page title (need a separate per-request buffer.)
9 5f0d02c3 2022-11-11 op - `listen' directive: allow to listen on (multiple) sockets, be UNIX
10 5f0d02c3 2022-11-11 op or TCP ones.
11 5f0d02c3 2022-11-11 op - extend to support gopher and/or spartan?
12 3da34f81 2022-11-11 op - simplify process IPC: proc.c is cool but provides more than we need;
13 3da34f81 2022-11-11 op there's no web of process that communicates between each others, just
14 3da34f81 2022-11-11 op a parent and (some) proxy processes.
15 017444bd 2022-11-13 op - make the build from the tarball works without building `template'.
16 121058d7 2022-11-25 op - generate ids for headers for ease of linkability;
17 121058d7 2022-11-25 op https://docs.gitlab.com/ee/user/markdown.html#header-ids-and-links