Changes between Version 1 and Version 2 of SandboxTemplate
- Timestamp:
- Jun 25, 2007, 9:05:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandboxTemplate
v1 v2 1 1 == Sandbox Template == 2 2 3 The purpose of a 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 directoriesthat follow Boost guidelines.3 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. 4 4 5 5 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.