Files
openNDS/libhttpd
sayuan a31c910a28 corrected the isAccepted table according to RFC 1630
The '/' character was used to stop escaped characters due to commit
ca80cbb.
This caused some browsers to not to redirect to the requested page.

Actually, the table is not correct for a lot of characters. This is also
fixed.

'&' is a valid character of xalphas.
However, we still need to escape it as we otherwise can't distinguish if it
is part of `redir` or if it is a separator.
2013-08-10 16:33:05 +02:00
..
2013-04-30 05:53:54 +02:00
2013-04-30 05:53:54 +02:00
2012-06-14 01:21:21 +02:00

Welcome to LibHTTPD, a library for the creation of embedded web servers.
Complete documentation is available in the PDF file location in the doc
directory.

To build this software simply run

	./configure
	make all
	make install

The software will be compiled and installed into /usr/local/lib and
/usr/local/include.  To use the software you will have to include the
library's header file into your application and link against the library
itself.  Details are privided in the documentation.

This software has been developed by David J. Hughes (aka Bambi) of 
Hughes Technologies in Australia.  You can always find a current verion
of this software at www.Hughes.com.au

This software is released under the GPL.  If you wish to incorporate
this code in a commercial application then OEM licenses are available
from Hughes Technology.  Please email info@Hughes.com.au for details.