Blame


1 63a1ddbc 2022-09-14 op Galileo is a Gemini proxy for the World Wide Web (www.) It speaks
2 63a1ddbc 2022-09-14 op FastCGI and is intended to be run behind httpd(8).
3 63a1ddbc 2022-09-14 op
4 63a1ddbc 2022-09-14 op Galileo doesn't serve static files, it connects to an upstream Gemini
5 63a1ddbc 2022-09-14 op servers and translate the HTTP requests into Gemini requests. It
6 63a1ddbc 2022-09-14 op serves the content as-is, with the only exception of translating
7 63a1ddbc 2022-09-14 op text/gemini into HTML.
8 63a1ddbc 2022-09-14 op
9 63a1ddbc 2022-09-14 op To compile Galileo on OpenBSD run:
10 63a1ddbc 2022-09-14 op
11 63a1ddbc 2022-09-14 op $ make obj
12 63a1ddbc 2022-09-14 op $ make
13 63a1ddbc 2022-09-14 op $ doas make install