* Release 0.1.0
* Fix the test-validate test case
* Fix the test-build test case
* Fix the parameter passing in map-sxml.in
* Fix the scheme library building (and import)
* Avoid having both lib.scm and xhtml.scm in libs/scheme directory (xhtml.scm is a module used in sxml processing and it is not required in lib.scm ... think about a clever solution)
* Fix --dry-run option in all scripts help() sub
* Remove the --brief option handling (out-dated)
* Rearrange the build process in order to use EXEEXT (if needed)
* Release 0.2.0
* Simplify site configuration language (having it in a single file would be a good thing); at the same time think, add and handle a site map indexing
* Integrate fcp multi-input/singe-output feature (when available)
* Replace scheme lib.scm with a better mechanism
* Fix the wrapper.in script in the test directory (find a better fix)
* Add sitemap related plugin in order to generate sitemaps index files
* Check all string-related assert
* Do a general clean-up of SITETOOL_BINARY_PATH, SITETOOL_DATA_PATH and SITETOOL_LIBRARY_PATH environment variables. Consider removing the SITETOOL_RC_FILES environment variable references or update all the src/* scripts accordingly
* Add to preprocessor the capability to evaluate expressions in its macros with environment variables translation
* Fix all system() calls. A boom is assured if they don't find the executable they are looking for
* Add a feature to choose a global layout via command line switch
* Add a feature to choose a layout for each page (now we've a common one)
* Add RSS generation
* Remove/replace tidy from sitetool-validation
* Added sxml/xhtml pretty-printing in order to avoid tidy usage
* Use sxml to validate each page
* Release 0.3.0
* Rearrange input file (site.as) grammar
* Add the todo-sxml filter
* Add support for choosing the right page's DTD. We should have a global site DTD and the option to override it on each page
* Fix the sitemap sorting in order to have a user-defined order
