about summary refs log tree commit diff stats
path: root/adapter/README.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-12-10 18:29:12 +0100
committerbptato <nincsnevem662@gmail.com>2023-12-10 18:34:27 +0100
commitf4d895c0c619dd098239fd30c4ba9d68b9caebc6 (patch)
treea8815e9a9de29c5690270e803d82ad2a365e6c9b /adapter/README.md
parentc85dfb6a369ea1e9fc4b1f4cd7dba2b9d7b75483 (diff)
downloadchawan-f4d895c0c619dd098239fd30c4ba9d68b9caebc6.tar.gz
Add support for gemini by default, update readme
No need to leave gemini support in the bonus folder.
Still TODO: proxy support.
Diffstat (limited to 'adapter/README.md')
-rw-r--r--adapter/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/adapter/README.md b/adapter/README.md
new file mode 100644
index 00000000..c055a179
--- /dev/null
+++ b/adapter/README.md
@@ -0,0 +1,7 @@
+This directory contains adapters for protocols and file formats not directly
+supported by the main executable.
+
+A long-term goal is to eventually move out all protocol-related functionality
+(except local CGI + urimethodmap) to here. Also, support for file formats
+except HTML and plain text should be placed here as well; we already only
+support non-HTML file formats through built-in converters.