FILES.TXT for the Mbedthis AppWeb Source Code. -------------------------------------------------------------------------------- This document describes the important files in this directory. AppWeb is modularized into several key components. The source code for these components is split into dedicated source directories. The key components are: * mpr - The Mbedthis Portable Runtime (MPR) * ejs - Embedded Javascript * http - The core HTTP web server * appWeb - The actual appWeb executable program * conf - The build configuration subsystem For more information see: doc/appWeb/guide/architecture.html The key directories and files are: Directory Purpose ----------------------- appWeb - Source code for the appWeb executable program appWebSamples - Sample source code bin - Directory holding generated libraries and executables bootstrap - Build bootstrap programs used by the build process conf - Configuration templates and default setup files doc - Mbedthis AppWeb documentation ejs - Embedded Javascript source code http - Primary HTTP server source code images - Directory to hold packaged images mpr - Mbedthis Portable Runtime source code obj - Directory holding generated objects visualStudio - Visual Studio project files File Purpose ----------------------- config.h - Configuration header generated by the configure program config.make - Configuration file included by make config.sh - Configuration file included by shell scripts configure - The configure utility fileList.txt - Pure file list of all the files in the distribution. make.dep - Generated makefile dependencies Makefile - Top level Makefile make.rules - Included make rules for this platform -------------------------------------------------------------------------------- Other important files to read: README.TXT -- How to get and build the source code. INSTALL.TXT -- How to get and build the source code. LICENSE.TXT -- License details. -------------------------------------------------------------------------------- Copyright (c) 2003-2004 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.