Home / webio
Name Modified Size InfoDownloads / Week
Parent folder
wsfdata.c 2012-01-01 5.1 kB
wsfdata.h 2012-01-01 481 Bytes
wfsdata.h 2012-01-01 562 Bytes
wsfcode.c 2012-01-01 1.0 kB
websys-60.h 2012-01-01 5.2 kB
webtest.c 2012-01-01 4.6 kB
webutils.c 2012-01-01 22.0 kB
websys.c 2012-01-01 2.4 kB
websys.h 2012-01-01 5.2 kB
webio-60.dsp 2012-01-01 5.3 kB
webio-60.dsw 2012-01-01 533 Bytes
webobjs.c 2012-01-01 7.5 kB
webio.vcxproj.filters 2012-01-01 1.8 kB
webio.vcxproj.user 2012-01-01 370 Bytes
webio.plg 2012-01-01 1.7 kB
webio.sln 2012-01-01 876 Bytes
webio.vcxproj 2012-01-01 7.0 kB
webio.dsw 2012-01-01 533 Bytes
webio.h 2012-01-01 8.1 kB
webio.opt 2012-01-01 51.7 kB
webio.c 2012-01-01 25.4 kB
webio.dsp 2012-01-01 5.3 kB
webfs.c 2012-01-01 9.6 kB
webfs.h 2012-01-01 5.7 kB
ssi2 2012-01-01 22 Bytes
todo.txt 2012-01-01 1.7 kB
webclib.c 2012-01-01 6.3 kB
readme.txt 2012-01-01 1.9 kB
snail.gif 2012-01-01 17.8 kB
ssi1 2012-01-01 69 Bytes
prlogo.gif 2012-01-01 2.1 kB
progman.html 2012-01-01 46.4 kB
indexx.html 2012-01-01 330 Bytes
makefile 2012-01-01 1.3 kB
index1.html 2012-01-01 403 Bytes
index.html 2012-01-01 532 Bytes
imgdata.c 2012-01-01 121.1 kB
htmlcap 2012-01-01 1.7 kB
htmldata 2012-01-01 5.1 kB
htmldata.c 2012-01-01 5.1 kB
fsbuilder 2012-01-01 24.0 kB
fsbuilder.cpp 2012-01-01 34.9 kB
dwallweb.mk 2012-01-01 1.2 kB
filelist 2012-01-01 326 Bytes
fs.bat 2012-01-01 104 Bytes
authtest.html 2012-01-01 199 Bytes
clean.bat 2012-01-01 200 Bytes
Totals: 47 Items   450.6 kB 0
Readme file for Webio embedded we server directory.

	Last Edit Dec. 31st, 2011

Webio sources are currently available at codeproject.com, daddywall.com, 
and soon sourceforge.com. Once we find someone will to donate a Subversion 
server we'll start publishing specific version numbers. Until then just find
source and documentation that seems to have consistent dates across the system.

	The latest and greatest is currently at:

http://www.daddywall.com/webio/webio-dec2011.zip

Detailed documentation is in the file progman.html, which should have been included 
with sources and samples.  This file fills in update info which may not make it
into the html file. 

During 2011 the demo application was built and run on Centos Linux 5.6 and 
Windows & using Microsoft Visual Studio 2010. Project files for Visual 
Studio 6.0 are preserved with "-60" added to the main filename, i.e. 
webio.dsp for MSVC 6.0 is named webio-60.dsp. These files have not been tested
in a few years - use at your own risk.

A new Linux makefile has been added so that both the demo and a library can be 
built int he same directory. The demo is built be the default "makefile",  the
library (at least the "daddywall" version) can be built be dwallweb.mk. Since the 
Daddywall sources are not open the latter file is purely informational. 

	Known bugs & problems:

* The cticks counter is not maintained in the demo programs.

* The -c flag (for cache control) is documented but not supported. 

* On at least some Windows 7 machines, bind fails on port 80. It seems Microsoft 
used it for their proprietary "IIS".  To get around this the default port for 
windows builds is changed to 88, thus your browser can access your web 
server's pages at http://127.0.0.1:80 More proof that if Bill Gates 
pair a nickel to every programmer who had to work around a 
Microsoft bug he would be broke.

Source: readme.txt, updated 2012-01-01