== Sandbox Template == The purpose of the sandbox template is to help developers start a new Boost project, by providing them with appropriate files (such as sample source, test, example, and documentation files) and directory structure that follow Boost guidelines. Currently, the template is implemented using [http://www.dancinghacker.com/code/template FileTemplate], a simple Python-based template processor which can incorporate project-specific information (such as the list of authors and the name of the library) into the generated project. The !FileTemplate source is located in the [wiki:BoostSubversion Boost subversion] under the [source:sandbox/template_under_construction/] directory, with the documentation and test source under [source:sandbox/template_under_construction/file_template/], and the sandbox template under [source:sandbox/template_under_construction/sandbox/]. See also: * [http://dancinghacker.com/code/template/ online documentation for FileTemplate and the sandbox template] * [http://dancinghacker.com/code/template/filetemplate/sandbox/use.html typical use cases for the sandbox template] A built version of the HTML docs has also been included in the repository under [source:sandbox/template_under_construction/file_template/libs/file_template/doc/html]. Please note that !FileTemplate and the sandbox template have not been heavily tested. If you are starting a new Boost project and decide to use the template, your feedback would be much appreciated! Feel free to add your impressions and suggestions below, or post them on the [http://www.boost.org/more/mailing_lists.htm#main Boost developer mailing list]. === Comments: === (please feel free to add your comments here)