summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-01-19 16:03:52 -0700
committertjpcc <tjp@ctrl-c.club>2023-01-19 16:03:52 -0700
commite1aa19f1e8c4a68b43add79374d6dfeae8bd9921 (patch)
tree8ef65638aa24175984cb461acd1a4c3ac3cc7092 /README.md
parent7d8fd812785ec924b238944e7b5d7c397f721ec9 (diff)
New sharedhost contrib package.
ReplaceTilde simply replaces a leading ~ in the URL. Fixes #9.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98a3861..2b4f53b 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,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 3 packages:
+So far there are at least 4 packages:
* 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
* ...with more to come
## Get it