Gemini is two things: A protocol for file transfer (like https) and a text format (like HTML). Read more about this below. A website in Geminispace is called a capsule, because this is, where Gemini has it's name from.
To open Gemini links you need a Gemini browser:
🌐 Lagrange Gemini-Browser (Linux, macOS und Windows)The Gemini protocol is a network protocol for retrieving documents over the internet that emphasizes simplicity, data privacy and text-oriented content.
Gemini uses only encrypted connections (TLS with Trust-On-First-Use) to protect your privacy, and the Gemini browser does not transmit any meta-data such as your browser version, operating system, or anything else that could be misused to identify you when you access Gemini pages.
Text in Gemini is written, similar to Markdown, with a normal text editor and can be extended with a few markups at the beginning of each line for elements such as lists, links, headings and more.
Here is an overview of what is possible:
# This is a main heading ## This is a second level heading ### This is a third level heading * Lines of a listing can be displayed like this >This is a quote, begins with a greater character => gemini://example.com/hallo.gmi A Gemini link => hello.gmi link to a file in the same directory => https://example.com/hallo.html normal web link ``` start and end of fixed format text (omit first space)
If you want to read more about Gemini:
🌐 The Gemini Project Website