summaryrefslogtreecommitdiff
path: root/docs/users_guide_src/users_guide.tex
blob: 74949cf44d0fdba2a96309be099c64b68ac3d7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

\documentclass{howto}
\usepackage{moreverb}                   %% Verbatim Code Listings

\title{Cheetah Users' Guide}
\release{0.9.17rc1}

\author{Edited by Mike Orr and Tavis Rudd}
\authoraddress{\email{cheetahtemplate-discuss@lists.sourceforge.net}}

\begin{document}
\maketitle

% @@MO: Picture of cheetah from web site.

\tableofcontents

\copyright{Copyright 2001-2005, The Cheetah Development Team.
      This document may be copied and modified under the terms of the
      {\bf Open Publication License} \url{http://www.opencontent.org/openpub/} }

    %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \include{introduction}
    \include{glossary}
    \include{gettingStarted}
    \include{howItWorks}
    \include{language}
    \include{comments}
    \include{output}
    \include{inheritanceEtc}
    \include{flowControl}
    \include{errorHandling}
    \include{parserInstructions}
    \include{moduleFormatting}
    \include{tipsAndTricks}
    \include{webware}
    \include{otherHtml}
    \include{nonHtml}
    \include{nonHTML}
    \include{libraries}
    \include{editors}

    %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \appendix
    \include{links}
    \include{examples}
    \include{comparisons}
    \include{optikLicense}

\end{document}

% Local Variables:
% TeX-master: "users_guide"
% End: