You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Gemini is a minimalistic, inextensible, read-only Web-like protocol with cryptog
10
10
11
11
[Lester Chaykin](https://another-world-game.fandom.com/wiki/The_Story_of_Lester_Knight_Chaykin) is a fictional particle physicist and the protagonist of Eric Chahi's classic video game [Another World](http://www.wikidata.org/entity/Q257469) ("Out of This World" for my American friends). Much like Dr Chaykin is transported out of this world and into another, this project attempts to bring Linked Data out of the cluttered, HTTP-based web and into the dimension of the small web.
12
12
13
-
Another World was also fascinating through its many ways of being minimalistic: in the aesthetics (using cinematic animation on top of a bare-polygon 3D engine), interaction (HUDless), and narrative (dialogue-free). Similarly, the minimalist Gemini protocol is here used to host the beauty and complexity of linked data and knowledge graphs.
13
+
Another World was also fascinating through its many ways of being minimalistic: in the aesthetic (using cinematic animation on top of a bare-polygon 3D engine), interface (HUDless), and narrative (dialogue-free). Similarly, the minimalist Gemini protocol is here used to host the beauty and complexity of linked data and knowledge graphs.
14
14
15
-
Finally, Another World was first released on the Amiga computer, and there are Gemini browsers running on AmigaOS for you to explore Linked Data with.
15
+
Finally, Another World was first released on the Amiga computer, and there are Gemini browsers running on AmigaOS with which you can now explore Linked Data too (running this _Rust server_ on the Amiga might be trickier though).
2. Fetched the Turtle data from `data.biblhertz.it`.
69
+
2. Fetched the Turtle data from `www.wikidata.org`.
70
70
3. Parsed the triples.
71
71
4. Found the subject (handling http/https mismatch automatically).
72
72
5. generated links pointing back to `gemini://localhost/...`.
@@ -77,7 +77,7 @@ Lots and lots, but mainly:
77
77
- Make it an extension of existing Gemini servers in Rust like [Agate](https://github.com/mbrubeck/agate).
78
78
- Better TLS support: right now it is only supported via self-signed certificates.
79
79
- SPARQL API? Only if it can respect the basic principles of the Small Web.
80
-
- Support something along the lines of the [Titan protocol](https://transjovian.org/view/titan/) if we need to have something like HTTP POST (which we would if SPARQL were to be implemented).
80
+
- Support something along the lines of the [Titan protocol](https://transjovian.org/view/titan/) if we need to have something like HTTP POST (which we would if SPARQL were to be implemented). Could also be useful if we want a form-like frontend for the user to enter a custom Linked Data URI.
81
81
- Full specification of the Gemtext RDF serialization (with support for labels!).
0 commit comments