diff --git a/README.md b/README.md index 36fb4be..dadbddb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +This is a fork of [AV-98](https://tildegit.org/solderpunk/AV-98) with +experimental URI fragment support. It introduces the `fragment` (`fr`) +command to generate URIs with fragments, which are used as search +queries in the page (like Ctrl+F in modern web browsers). + +* Demo: https://asciinema.org/a/458615 +* Old demo: https://asciinema.org/a/456941 +* Spec discussion: https://gitlab.com/gemini-specification/gemini-text/-/issues/3 + +--- + # AV-98 AV-98 is an experimental client for the @@ -8,13 +19,6 @@ from the official Gemini specification for the purposes of, well, experimentation. Despite this, it is expected to be stable enough for regular daily use at the same time. -This is a fork with experimental URI fragment support. It introduces -the `fragment` (`fr`) command to generate URIs with fragments. - -* Demo: https://asciinema.org/a/458615 -* Old demo: https://asciinema.org/a/456941 -* Spec discussion: https://gitlab.com/gemini-specification/gemini-text/-/issues/3 - ## Dependencies AV-98 has no "strict dependencies", i.e. it will run and work without anything