about summary refs log tree commit diff stats
path: root/doc/protocols.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2025-05-03 23:05:33 +0200
committerbptato <nincsnevem662@gmail.com>2025-05-04 00:22:04 +0200
commitf20cd8db32900d34036c38f86e3689cd86358253 (patch)
tree038acd5c50b557e02ef6f29406d1f1c670913cc6 /doc/protocols.md
parent015aa0fd92ece4bdc1f645131b96369f801ed961 (diff)
downloadchawan-f20cd8db32900d34036c38f86e3689cd86358253.tar.gz
Makefile: remove submodule target, update docs
submodule has been unused for a while now, should be OK to remove it.

I've also gotten tired of the tables on the man page being borderline
unreadable, so I've hacked some borders onto them.  Ugly, but works.
Diffstat (limited to 'doc/protocols.md')
-rw-r--r--doc/protocols.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/protocols.md b/doc/protocols.md
index c195b0a9..3cfdaf98 100644
--- a/doc/protocols.md
+++ b/doc/protocols.md
@@ -5,13 +5,14 @@ MANOFF -->
 # Protocols
 
 Chawan supports downloading resources from various protocols: HTTP, FTP,
-Gopher, Gemini, and Finger. Details on these protocols, and information
-on how users can add support to their preferred protocols is outlined in
-this document.
-
-In general, you can find network adapters in the `adapter/protocol` directory.
-For protocol-specific file formats (like gemtext or gopher directories) you will
-also find an appropriate HTML converter in `adapter/format`.
+SFTP, Gopher, Gemini, Spartan, and Finger.  Details on these protocols,
+and information on how users can add support to their preferred
+protocols is outlined in this document.
+
+You can find network adapters in the source distribution's
+`adapter/protocol` directory.  For protocol-specific file formats (like
+gemtext or gopher directories) you will also find an appropriate HTML
+converter in `adapter/format`.
 
 <!-- MANOFF -->
 **Table of contents**