Fix getopt related bug (run 'sitetool -n check' to
reproduce)
Fix the test-validate test case
Fix the test-build test case
Fix the NEWS and TODOs site pages generation in site/in
directory
Add file-hinting support (based on fcp hint-feature)
Fix the mode related help, by requesting a single tool help ...
all the tools helps get displayed (sitetool --mode=build --help to
reproduce)
Rearrange the site in order to be multi-page
Remove the --brief option handling (out-dated)
Add handling for subopts in Options.pm module
Strenghten libs/perl/Sitetool/Options.pm module with argument
shifter in order to give place to some options amongst the
other
Add code into the libs/perl/Sitetool/Options.pm module in order
to have a cleaner option parsing method
Add option bundling in libs/perl/Sitetool/Base/Options.pm
module
Develop tools/script/perl-autofrisk in order to mimic the
Guile's autofrisk script. The script should be integrated into the
bootstrap script
Change tests structure in order to be able to specify a
per-test data directory
Add /libs/site/layout.scm in order to handle a generic layout
to be used if a specific layout is not defined. Its structure
should be like the one found in template-body
(/libs/site/template.scm) procedure
Add lists (ordered, unordered, definition and nested), debug
and verbose messages and comments to
src/filters/wikitext-sxml.in
Write a tutorial for Wikitext
Update all copyright dates
...
Move internal macros to build-utils package
Rearrange the variables substitution (they start with as_page_
or as_site_ ...)
Fix quoted variable parsing when @ character is used (e.g.
url=alpha@beta.com)