Servertec Templates
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Conventions
Templates
Constants
Identifiers
Operators
Directives
iPP
Legal
Feedback

 


A collection of directives, statements and comments.

Syntax

{ directives | statements }...

Example

pp -i templates -d TITLE=Support index.tf index.html
pp -d UNIX index.tf index.html

index.tf

#include <header.tf>

    This page was generated using iPP.

#include <footer.tf>

header.tf

<html>
    <head>
        <title>TITLE</title>
    </head>
    <body>
        <h1>TITLE</h1>
        <hr>

footer.tf

    </body>
</html>
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Tue Jun 30 00:17:54 PDT 1998