gdritter repos vdg-old / master docs / van-de-graaf.pandoc
master

Tree @master (Download .tar.gz)

van-de-graaf.pandoc @masterraw · history · blame

% VAN-DE-GRAAF(1) User Manuals

# NAME

van-de-graaf - scheme-based static site generation

# SYNOPSIS

van-de-graaf TEMPLATE [-i file] [-o file] [-t telml definitions]
[-d DECL]

# DESCRIPTION

*van-de-graaf* is a tool based on the GNU Guile implementation of
Scheme and the TeX-inspired TeLML markup language.

# EXAMPLES

# OPTIONS

*van-de-graaf* understands the following options:

-i
:   Specify an input filename. If this is not specified, or if the
    argument `-` is given, then it will take the input file on
	_stdin_.

-o
:   Specify an output filename. If this is not specified, or if the
	argument `-` is given, then the resulting document will appear
	on _stdout_.

-t
:   Specify a file of _telml_ definitions to be used in addition to
	the default ones. For further detail on _telml_ extension files,
	see *telml-extensions(7)*

-d
:   Specify the definition of a variable in Scheme. This can be used
	to convey definitions to the script.

# BUGS

Lots, probably.

# RETURN CODES

*van-de-graaf* exits with a code of 0 on success. If there was an
error parsing the template file, it exits with a code of 1. If
there was an error parsing the input file, it exits with a code of
2. If there was an error with the command-line arguments, it exits
with a code of 3.

# SEE ALSO

* guile(1)
* telml(7)
* telml-extensions(7)
* sxml(7)
* <http://okmij.org/ftp/Scheme/xml.html#SXML-spec>
* scss(7)

# AUTHOR

Getty Ritter <http://infinitenegativeutility.com>