]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - doc/index.texi
gemini:// support
[tofuproxy.git] / doc / index.texi
index 811830314dca6f3161bbc6e3cc95fbdb1c3633c7..7d552be9cd4dfc5995ac70f995266dd411bf72b9 100644 (file)
@@ -45,9 +45,18 @@ Why the hell people just do not send PostScript documents instead!?
 
 @item And wonderful @url{http://jpegxl.info/, JPEG XL} image format is
 not supported by most browsers. Even pretty old
-@url{https://developers.google.com/speed/webp, WebP} is not supported
-everywhere. @url{https://aomediacodec.github.io/av1-avif/, AVIF} would
-be useful too.
+@url{https://developers.google.com/speed/webp, WebP}, that has highest
+compression ratio for lossless screenshots, is not supported everywhere.
+@url{https://aomediacodec.github.io/av1-avif/, AVIF} could be useful too.
+
+@item None of web browsers support ability to view web archives
+(@url{https://en.wikipedia.org/wiki/Web_ARChive, WARC}s). And most of
+WARC-related software is written on Python, that nowadays is close to be
+impossible to install and use with all its broken dependencies system.
+
+@item And yet another piece of software is needed for browsing the
+@url{https://en.wikipedia.org/wiki/Gemini_(protocol), geminispace}?
+Too many bicycles already!
 
 @end itemize
 
@@ -120,8 +129,16 @@ Optional @strong{DANE-EE} check is also made for each domain you visit.
 TLS @strong{session resumption} and @strong{keep-alives} are also supported.
 
 @item
-And Go itself tries also to act as a @url{https://http2.github.io/,
-HTTP/2} client too.
+And Go itself tries also to act as a @url{https://http2.github.io/, HTTP/2}
+client too.
+
+@item
+Ability to load and browse @url{https://en.wikipedia.org/wiki/Web_ARChive,
+WARC} archives, possibly @command{gzip}/@command{zstd} compressed.
+
+@item
+Ability to browse geminispace, by transparent conversion to HTMLs with
+URL rewriting.
 
 @end itemize