Changes to raven-webserver by "David Kopf" <dak664@embarqmail.com>:
commit4a3aa5436c52590c69b4b867dfaa00bed2af2aa7
authorc_oflynn <c_oflynn>
Sun, 16 Nov 2008 15:28:37 +0000 (16 15:28 +0000)
committerc_oflynn <c_oflynn>
Sun, 16 Nov 2008 15:28:37 +0000 (16 15:28 +0000)
treedfeb88915f643c64d3665f42f553ff5bc1eb4035
parentf9103c3ac1d7ef2f892c93532116463b26890ae4
Changes to raven-webserver by "David Kopf" <dak664@embarqmail.com>:
    *Fixed bug in the cgi script handling
    *Making a special check for index.html and treating it like index.shtml to
        allow a common header for all files.
    *adding robots.txt to keep google, msn, yahoo out
    *adding a nice icon through a <link rel="icon"... in the header
    *saying "not enabled" for temperature if it hasn't been initialized
apps/raven-webserver/httpd-cgi.c
apps/raven-webserver/httpd-fs/favicon.png [new file with mode: 0644]
apps/raven-webserver/httpd-fs/files.shtml
apps/raven-webserver/httpd-fs/index.html
apps/raven-webserver/httpd-fs/robots.txt [new file with mode: 0644]
apps/raven-webserver/httpd-fs/sensor.shtml
apps/raven-webserver/httpd-fsdata.c
apps/raven-webserver/httpd.c