# This is the configuration file for example 4 Website { PageGroup { database_filename "ex4.db" source_dir "html" output_dir "docs" SubTagGroup { name "default" SubTag "" "Hello world!" SubTag "" `date` } Page { web_page "index.html" subtaggroup "default" } Page { web_page "about.html" subtaggroup "default" } Page { web_page "help.html" SubTag "" "Not your site" subtaggroup "default" } } }