README_SAMPLES.TXT for the Mbedthis AppWeb Documentation and Samples.
--------------------------------------------------------------------------------

The full product documentation is supplied in HTML format under the doc
directory. This is also available online at:

    http://www.mbedthis.com/products/appweb/doc/product/index.html

The samples are into code samples for the C language, C++ language and pure
ESP page samples that do not require coding. 

If you are using C++, you can still the C APIs. Some of the samples exist only
under the C directory. For example the C/espApi sample demonstrates the ESP 
API that may be used in either C or C++ programs. 

The following samples are available:

ESP
---
    languageFeatures    Demonstrates the various language features of
                        ESP and JavaScript
    postBack            Demonstrates how to use one web page to display
                        a form and also accept posted user data
    sessions            Demonstrates how to store client session state data
    upload              Demonstrates how to use the file upload feature

C Language
----------
    espApi              Demonstrates the ESP API
    goaheadCompat       Demonstrates the GoAhead WebServer compatibility API
    pollEventLoop       Http server using a polling event loop
    selectEventLoop     Http server using a select event loop
    simpleEgi           Simple Embedded Gateway Interface sample
    simpleEsp           Simple Embedded Server Pages sample
    simpleServer        Simple Http server
    winEventLoop        Http server using a windows messages event loop

C++ Language
------------
    configByApi         Web server configured via API and not via a config file
    pollEventLoop       Http server using a polling event loop
    selectEventLoop     Http server using a select event loop
    simpleClient
    simpleEgi           Simple Embedded Gateway Interface sample
    simpleEsp           Simple Embedded Server Pages sample
    simpleHandler       Simple AppWeb URL handler
    simpleModule        Simple AppWeb loadable module
    simpleServer        Simple Http server
    winEventLoop        Http server using a windows messages event loop

--------------------------------------------------------------------------------

Licensing
---------

Please read LICENSE.TXT or go to:

    http://www.mbedthis.com/downloads/licensing.html

--------------------------------------------------------------------------------

Support
-------
You have a variety of support choices for Mbedthis Software products. You can
avail yourself of free support via our Online Forum. This is a community based
forum where users can share ideas and ask questions. You can also search the
forum for answers to past questions. To visit the AppWeb forum, go to:

    http://www.mbedthis.com/phpbb/index.php

You also have the option of purchasing support with the Mbedthis Commercial
License. It includes paid support as part of the license benefits.

--------------------------------------------------------------------------------

Copyright (c) 2003-2007 Mbedthis Software, LLC. All Rights Reserved.
Mbedthis and AppWeb are trademarks of Mbedthis Software, LLC. Other 
brands and their products are trademarks of their respective holders.

See LICENSE.TXT for software license details.

--------------------------------------------------------------------------------
# Local variables:
# tab-width: 4
# c-basic-offset: 4
# End:
# vim: sw=4 ts=4 
