diff options
author | bptato <nincsnevem662@gmail.com> | 2025-05-03 23:05:33 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-05-04 00:22:04 +0200 |
commit | f20cd8db32900d34036c38f86e3689cd86358253 (patch) | |
tree | 038acd5c50b557e02ef6f29406d1f1c670913cc6 /doc/protocols.md | |
parent | 015aa0fd92ece4bdc1f645131b96369f801ed961 (diff) | |
download | chawan-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.md | 15 |
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** |