add custom python3 'serve' script based on http.server
authorAmin Bandali <bandali@gnu.org>
Fri, 5 Nov 2021 05:14:44 +0000 (01:14 -0400)
committerAmin Bandali <bandali@gnu.org>
Fri, 5 Nov 2021 05:14:44 +0000 (01:14 -0400)
notably, has saner default mime type and encoding for txt files and
files without extension.  further, for a requested file X, if it does
not exist, it will try X.html and X.txt as well (similar to nginx's
try_files).


No differences found