commit 63a1ddbc141f6c8f9ef84aeef0ddcf1c49891d57 from: Omar Polo date: Wed Sep 14 19:24:08 2022 UTC add a README commit - 1337dc2bc98a9a6d161b79058055acf7f2670c07 commit + 63a1ddbc141f6c8f9ef84aeef0ddcf1c49891d57 blob - /dev/null blob + aad65d8e797b42dc180d7de367798d0633f56aab (mode 644) --- /dev/null +++ README @@ -0,0 +1,13 @@ +Galileo is a Gemini proxy for the World Wide Web (www.) It speaks +FastCGI and is intended to be run behind httpd(8). + +Galileo doesn't serve static files, it connects to an upstream Gemini +servers and translate the HTTP requests into Gemini requests. It +serves the content as-is, with the only exception of translating +text/gemini into HTML. + +To compile Galileo on OpenBSD run: + + $ make obj + $ make + $ doas make install