I need to make the static web server just a static web server. I hate working in...
authorArt Cancro <ajc@citadel.org>
Wed, 22 Dec 2021 21:46:50 +0000 (16:46 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 22 Dec 2021 21:46:50 +0000 (16:46 -0500)
commit3c1ebe35ca680369335a5440bc96785178c61a33
tree05bfd882cac12db768d4d83a883a5874fc126103
parentb68b70e7a354aa2b3e550569514d303847e6379f
I need to make the static web server just a static web server.  I hate working in webcit classic because it's such a tangled mess.  The present commit just cleans up some old cruft; there is no actual change in functionality yet.  The next couple of commits will attempt to only cache the templates while using a regular file open for everything else.  There's no need to cache everything else because the operating system can do it better than we can.  KISS principle.  Coming soon to a webcit near you.
webcit/static.c
webcit/subst.c