Requests

Gary Gendel <[email protected]> Thu, 26 Feb 2004 13:06:34 -0500
Newsgroups gmane.comp.web.fnord
Message-ID <[email protected]>
First some recommendations:

1) A good cgi-based webmail that hooks onto an IMAP server.

2) A good cgi-based photo album program.

Currently I use PHP based programs, but I'd love to jettison Apache for 
fnord and it's decendents.

And some nitpicks...

Fnord should allow building off of the latest libowfat library rather 
than the included libowfat functions.  In order to allow people to build 
with either we should move all of the libowfat duplicated routines (and 
associated headers) into a subdirectory or fnord and remove the 
inclusion of libowfat c-modules in http.c.  Once I clean up all the 
compile issues for libowfat, I don't like dealing with libowfat code 
again in fnord.  For example, the sys/cdefs.h file doesn't exist on my 
machine.  This isn't a problem for libowfat, but it is in fnord.

It would also be nice to have alloca.h included for those environments 
that require it (this is true of libowfat code too).

Last, move the -pipe option to CFLAGS or another define so the few of us 
that don't use gcc can use the Makefile without significant editing.

Thanks and Warm Regards,
Gary