diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-01-19 16:03:52 -0700 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-01-19 16:03:52 -0700 |
commit | e1aa19f1e8c4a68b43add79374d6dfeae8bd9921 (patch) | |
tree | 8ef65638aa24175984cb461acd1a4c3ac3cc7092 /README.md | |
parent | 7d8fd812785ec924b238944e7b5d7c397f721ec9 (diff) |
New sharedhost contrib package.
ReplaceTilde simply replaces a leading ~ in the URL.
Fixes #9.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |