summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.gmi3
-rw-r--r--README.md3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.gmi b/README.gmi
index b8c7524..4c4f928 100644
--- a/README.gmi
+++ b/README.gmi
@@ -34,11 +34,12 @@ The gemtext package provides a parser and converters for gemtext documents. It e
This is where useful building blocks themselves start to come in. Sub-packages of contrib include Handler and Middleware implementations which accomplish the things your servers actually need to do.
-So far there are at least 4 packages:
+The sub-packages include:
* log contains a simple request-logging middleware
* fs has handlers that make file servers possible: serve files, build directory listings, etc
* cgi includes handlers which can execute CGI programs
* sharedhost which provides means of handling /~username URLs
+* tlsauth contains middlewares and bool functions for authenticating against TLS client certificates
* ...with more to come
## Get it
diff --git a/README.md b/README.md
index 33fc79d..2e6137d 100644
--- a/README.md
+++ b/README.md
@@ -36,12 +36,13 @@ The gemtext package provides a parser and converters for gemtext documents. It e
This is where useful building blocks themselves start to come in. Sub-packages of contrib include Handler and Middleware implementations which accomplish the things your servers actually need to do.
-So far there are at least 4 packages:
+The sub-packages include:
* log contains a simple request-logging middleware
* fs has handlers that make file servers possible: serve files, build directory listings, etc
* cgi includes handlers which can execute CGI programs
* sharedhost which provides means of handling /~username URLs
+* tlsauth contains middlewares and bool functions for authenticating against TLS client certificates
* ...with more to come
## Get it