# # Example configuration file for swtk # # $Id$ # # The name of your website SITE_NAME = "Your Website" # The full URL of your website SITE_URL = "http://www.some.were.com/" # The name of the website's author SITE_AUTHOR = Your name # Path to the directory that your templates are stored in TEMPLATE_DIR = templates/ # The default template to use TEMPLATE_DEFAULT= default.tmpl # The directory the .swtk input files are kept in DIR_INPUT = swtk-data/ # The directory the resulting website should be stored in DIR_OUTPUT = data/ # Shall swtk produce verbose output? VERBOSE = 1 # Generate sitemap.xml in DIR_OUTPUT? SITEMAP = 1 # If you want to include a link to a XSL stylesheet, specify its URL SITEMAP_STYLE = "/sitemap.xsl" # Ignore all URLs that match the following pattern: SITEMAP_IGNORE = "/error/|disclaimer" # Other variables you may wish to use within your templates... #FOO = bar # vim: sts=4 enc=utf-8 ft=cfg