For those, who do not know what the Gemini protocol is, think of it as a modern, light-weight HTTP alternative without CSS or JavaScript. In layman term, you could see it as Web 1.0 reinvented. It uses GemText instead of HTML. For folks who want to try it out, you can either install a Gemini extension for your HTTPs browser (which kinda defeats the purpose, as modern browsers are heavy), or download a dedicated Gemini browser like Lagrange. Here’s a few sites you can access in Gemini.
Personally, I love it, although I miss a few stuff, like for example, multimedia, streaming and stuff like that. The memory foorprint is very low, and pages are super-fast.
You can use server-side forms to update pages, just like we did before front-end HTML became Flash 2.0.
Not possible. The Gemini protocol lacks anything like a POST method. The only way to provide user input to a Gemini server is through arguments encoded in the URL.
deleted by creator
Here’s a microblog service that’s built on Gemini that uses forms to get data from users. gemini://station.martinrue.com/
deleted by creator
It is open source! https://github.com/skyjake/lagrange
Cause it’s so good to reload the whole webpage just to send a form
That only became a problem with giant ball of crap WWW sites. A <10KiB page is fine.
Guestbook anyone?