wgen
Website Generator -> Configuration
 
 

 

SourceForge

      The configuration file contains all the necessary paramters for wgen.

wgen ignores

  • lines containing nothing but whitespace
  • everything after a hash (#) to the end of line

Parameters

All files and paths (except base_directory) may be absolute or relative to base_directory.
base_directory
An absolute path

template_file
Path to the template file.

editors_file
Path to the editors file.

source_directory
Path where to read files from.

destination_directory
Path where to put files.

Example

# wgen.conf
# Configuration file for Website Generator

language              norsk
base_directory        /home/pladsen/mysite/
template_file         share/template.html
editors_file          share/editors
source_directory      upload
destination_directory htdocs

 

Updated monday October 16. 2000 at 07:50
Send comments to Jan Ivar Pladsen