💾 Archived View for 54.203.8.106 captured on 2022-07-16 at 13:31:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Powered By Oberon-07

Go to index.gmi

This gemini server is powered by Gemini.Serve, a very simple Oberon07 'command' running on a slightly customized Norebo Oberon, as called by a super-simple wrapper script, "nw", which is, in turn, made accessible from the smol-web via the following essentially one-liner script, which I start 'by hand' in the background on a small Amazon Lightsail Ubuntu Linux instance. It'll all probably melt if more than about three people access it at the same time. :-)

#!/bin/sh
# Set $CERT_PEM and $KEY_PEM to suitable ssl cert files first, then...
ncat --ssl --ssl-cert $CERT_PEM --ssl-key $KEY_PEM --listen 1965 -c 'nw Gemini.Serve'  --keep-open

Gemini.Mod is the (simple) Oberon module handling the Gemini stuff.

Project Oberon (web)

Oberon Language Report (pdf - web)

Feedback? Thanks!