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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ More on this in [docs/about.md](docs/about.md).
12
12
## Features
13
13
-**Multi-Protocol Server**: Custom Tokio+Rustls implementation handling Gemini and Titan natively over TLS, alongside plaintext Spartan and Nex/NPS TCP listeners. Enabled protocols and ports can be configured.
14
14
-**Linked Data Store**: Consumes RDF data in Turtle or RDF/XML via `rio` and holds them into an in-memory store.
15
-
-**Gemtext Mapping**: A proposed serialization of RDF to the hypertext format of Gemini, offering a recursively browsable knowledge graph. A condensed syntax, which groups predicates by property, is also supported. The parser and serializer are available as a separate crate at [gemtext-rdf](gemtext-rdf/). The specification is documented at [gemtext-rdf/docs/rdf_gemtext_spec.md](gemtext-rdf/docs/rdf_gemtext_spec.md).
15
+
-**Gemtext Mapping**: A proposed serialization of RDF to the hypertext format of Gemini, offering a recursively browsable knowledge graph. A condensed syntax, which groups predicates by property, is also supported. The parser and serializer are available as a separate crate at [gemtext-ld](gemtext-ld/). The specification is documented at [gemtext-ld/docs/rdf_gemtext_spec.md](gemtext-ld/docs/rdf_gemtext_spec.md).
16
16
-**External Proxy**: Acts as a browser for all the Linked Open Data out there.
17
17
- Encoded URLs in the request path are fetched via `reqwest`.
18
18
-`Accept: text/turtle` is used for Content Negotiation, with fallback to `application/rdf+xml`: this should cover most Linked Data services.
0 commit comments