This is the source tree for CSFactory's OpenSource desktop productivity tools. Everything contained here is copyrighted and is available for your use and redistribution under certain license terms. Please read LICENSE.TXT for more information. Current information is available at http://developer.factorypark.com/. This tree contains the following top-level subdirectories: dist This is where packaged distributions (such as tarballs) are placed by the build process. src All source code is under here, including applications, library modules, and third-party source code. lib The build process places libraries (.a, .lib, etc...) here. bin The build process places executables and shared libraries here. include The build process places module-public header files here. docs Documents related to the project. Includes specifications, design documents, and the like. You should also find instructions for how to build the tree in here as well.