Rearrange the build-related code (macros, makefiles, bootstrap,
gnulib-use)
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
Rearrange the build process in order to use EXEEXT (if
needed)
Update build
Fix package version in order to handle git versioning
Use PACKAGE_URL in site building
Create AX_PACKAGE_API macro
Update configure.ac replacing API-handling with
AX_PACKAGE_API
Remove the guile-library dependency in string.scm internal
library (it uses string transform module)
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
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
Untie map filename from map id
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
Release 0.4.0
Fix bootstrap in order to exit when a missing program is
called