From e1aa19f1e8c4a68b43add79374d6dfeae8bd9921 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Thu, 19 Jan 2023 16:03:52 -0700 Subject: New sharedhost contrib package. ReplaceTilde simply replaces a leading ~ in the URL. Fixes #9. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3