This is the must do list... o Update support.pl and add the mime.pl stuff This is the current wish list... o Module to process Gopher directories o Wais gateway? o More image selection demos (weather map?) o Document more about adding gateways o Flesh out the internals section Update for v2.0 o More installation docs o Allow relative paths variable in plexus.conf and maybe Default to enabled if running chroot'ed o Do a performance analysis o HTTP2 support (at least POST, PUT, HEAD) o should I use $http{'service'} instead of $http_service? o I saw one server that used a dot file in each directory to enable/disable the directory browser. That seemed like a good idea. o I need to think about how to stack features. Like you might want the directory browser and the directory search function. o The search function should be more configurable. o Lots of config options have crept into the various modules. Need to clean house and move them to plexus.conf o grep.pl should take a pointer to a function to call on matches instead of just building the array. Check the performance though. o Decode needs a better format for the masks. This is a quick hack to demonstrate that the concept works. o Split out the accept() stuff in plexus.pl so that you can call plexus directly from a local browser. The accept stuff would get used when entering via `plexus'. There should be layer that works with arbitrary file descriptors. o Preprocessors for: setext (.etx), some kind of simple menu language (.ml), HTML++ (maybe as simple as an m4 pass). This will be easy once I get the translator stuff done. That should be enough for a while.