about summary refs log tree commit diff stats
path: root/adapter
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-12-25 00:20:45 +0100
committerbptato <nincsnevem662@gmail.com>2023-12-25 00:21:02 +0100
commitb035e53d641d71fab89f92cd8d5188501be0d058 (patch)
tree6fb916209955fa8062d9c95a7a8ffb244dfaef0a /adapter
parente017bd1b635ebc5f78fc56e962da0820fbd2f3e7 (diff)
downloadchawan-b035e53d641d71fab89f92cd8d5188501be0d058.tar.gz
Remove outdated readme in adapter/
the "long-term goal" is already achieved :)
Diffstat (limited to 'adapter')
-rw-r--r--adapter/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/adapter/README.md b/adapter/README.md
deleted file mode 100644
index c055a179..00000000
--- a/adapter/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-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.