Navigating in gemini I found some capsules with the function of leave comments, so my question is, how can I add that function to my capsule??
4 months ago · 👍 ybaumy, user6702822
Actions
1 Reply
Using cgi scripts, amost same as normal web development.
Gemini server returns header 10 which is require fro input
10 Input your comment:
Then your client pick it up and offers you input field
You can write simple PHP, Python or bash script
here is an explanation https://tilde.team/wiki/gemini-cgi · 4 months ago