diff options
| author | hierro <hierro> | 2002-04-15 04:22:37 +0000 |
|---|---|---|
| committer | hierro <hierro> | 2002-04-15 04:22:37 +0000 |
| commit | afe2b1123b1bc1e6b28d1c773a3c5a6942d61793 (patch) | |
| tree | 3c0b4a3058752c4e0b8c1d94bf695571839ebb66 /docs/users_guide_src | |
| parent | 1c349644425bc514dc76ce082c627cfc153cf0ef (diff) | |
| download | python-cheetah-afe2b1123b1bc1e6b28d1c773a3c5a6942d61793.tar.gz | |
Combined whoShouldRead.tex into introduction.tex and made some change
to comparisions.tex
Diffstat (limited to 'docs/users_guide_src')
| -rw-r--r-- | docs/users_guide_src/comparisons.tex | 2 | ||||
| -rw-r--r-- | docs/users_guide_src/introduction.tex | 14 | ||||
| -rw-r--r-- | docs/users_guide_src/users_guide.tex | 1 |
3 files changed, 15 insertions, 2 deletions
diff --git a/docs/users_guide_src/comparisons.tex b/docs/users_guide_src/comparisons.tex index 3a4d302..4bb8703 100644 --- a/docs/users_guide_src/comparisons.tex +++ b/docs/users_guide_src/comparisons.tex @@ -218,7 +218,7 @@ expressly designed for web servlets. However, it's also a full-fledged programming language with libraries similar to Python's and Perl's. The syntax and functions are like a cross between Perl and C plus some of their own ideas (e.g.; a single array type serves as both a list and a dictionary, -'\$arr\[\] = "value";' appends to an array). +'\$arr[]="value";' appends to an array). PHPLib (\url(http://phplib.netuse.de/) is a collection of classes for various web objects (authentication, shopping cart, sessions, etc), but what we're diff --git a/docs/users_guide_src/introduction.tex b/docs/users_guide_src/introduction.tex index 29c0ddf..246cba8 100644 --- a/docs/users_guide_src/introduction.tex +++ b/docs/users_guide_src/introduction.tex @@ -1,6 +1,20 @@ \section{Introduction} \label{intro} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\subsection{Who should read this Guide?} +\label{intro.whoShouldRead} + +This Users' Guide provides a complete technical overview and reference for the +Cheetah template system. Knowledge of Python and object-orientated programming +is assumed. A gentler introduction for template maintainers who don't know +Python will be written later, along with a Developers' Guide explaining +Cheetah's internals. + +This Guide also contains examples of integrating Cheetah with Webware for +Python. You will have to learn Webware from its own documentation in order to +build a Webware + Cheetah site. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{What is Cheetah?} \label{intro.whatIs} diff --git a/docs/users_guide_src/users_guide.tex b/docs/users_guide_src/users_guide.tex index 5efc998..b07d4b4 100644 --- a/docs/users_guide_src/users_guide.tex +++ b/docs/users_guide_src/users_guide.tex @@ -19,7 +19,6 @@ {\bf Open Publication License} \url{http://www.opencontent.org/openpub/} } %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \include{whoShouldRead} \include{introduction} \include{gettingStarted} \include{howItWorks} |
