Sending plain text, would like to send gemtext

urney.xyz/first

So I have my first gamebook running... a very little thing, but I'm encountering a problem, the client is interpreting the result as plain text, as per the default, but I'd like to show it as gemtext and I don't know how to do that.

Posted in: s/GmCapsule

🏕️ Yretek

2023-11-15 · 2 years ago

4 Comments ↓

🌆 skyjake [mod...] · 2023-11-15 at 14:07:

Your CGI script should print a Gemini header line as its first line of output.

🏕️ Yretek [OP] · 2023-11-15 at 15:53:

Brilliant. That did it. Perhaps it could be included in the documentation as an example.

🌆 skyjake [mod...] · 2023-11-15 at 18:07:

Hmm yes, adding an example of printing the meta line in the "CGI programs" section would be a good addition, so there's some concreteness to what is being said there. Thanks for the suggestion.

🌆 skyjake [mod...] · 2023-11-16 at 14:41:

GmCapsule v0.6.1 has been published. The docs now include this example.