💾 Archived View for yasendfile.org › gopher_scripts › index.gmi captured on 2023-04-19 at 22:28:10. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-07-16)

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

Geomyidae Scripts Scraps Examples

Geomyidae is a gopher protocol server which I use to run my gopherhole.

Geomyidae has cgi support.

So here is an example on how to use the cgi with Geomyidae Server

A lot of information for this is in the manual of the server:

The First Example is the Hello Word example:

in your gopherroot folder create a file "HelloWorld.cgi":

#!/bin/sh

echo "Hello Gopher World"

Place in your index.gph a "0" reference to your HelloWorld.cgi

And check it out Tadaaa :-)

You first script is a success