iPP 1.0.0 08/22/98 Preview Release

-----------------------------------------------------------------------------
CONTENT

    Introduction

    Release Notes
    Requirements
    Installation

    Feedback

-----------------------------------------------------------------------------
INTRODUCTION

iPP is a platform independent preprocessor written entirely in Java.

Using iPP developers can easily generate web pages and source files from
templates.

iPP can be used on any platform that supports the Java Runtime Environment
(JRE) 1.1.x.

-----------------------------------------------------------------------------
RELEASE NOTES

iPP 1.0.0 08/22/98 Preview Release eliminates the need for root access and
includes bug fixes.

You can help shape the development of iPP, send your comments, suggestions
and problems to webmaster@servertec.com.

-----------------------------------------------------------------------------
REQUIREMENTS

Storage 
    1 MB for classes and executables 
    1 MB for classes, executables, examples and documentation

JRE
    Java Runtime Environment (JRE) 1.1.x or later Download from JavaSoft

or JDK
    Java Development Kit (JDK) 1.1.x or later Download from JavaSoft

-----------------------------------------------------------------------------
INSTALLATION

Use the following instructions to install iPP on Windows 95/NT. 

    1. Install Java JDK 1.1.x 
    Follow JavaSoft's instructions for installing Java JDK 1.1.x. 

    2. Unzip downloaded file(s) 
    Follow 3rd Party instructions for extracting files from a zip file
    using folder names. 
    Normally extract to c:\ 

    3. Define environmental variables in c:\autoexec.bat file. 
    Using c:\ipp\install\win32\vars.bat as a template: 

        I.   Define JAVA_HOME 
        set JAVA_HOME=path 
        Normally path is c:\java 

        II.  Modify JAVA_EXE, as needed 
        set JAVA_EXE=%JAVA_HOME%\bin\java.exe 

        III. Define CLASSPATH 
        set CLASSPATH=path;%CLASSPATH% 
        Normally path is c:\ipp\classes 

        IV.  Define PATH 
        set PATH=path;%PATH% 
        Normally path is c:\ipp\bin 

Use the following instructions to install iPP on Linux/Unix. 

    1. Install Java JDK 1.1.x 
    Follow JavaSoft's instructions for installing Java JDK 1.1.x. 

    2. Login on account where iMake will be installed.

    3. Unzip downloaded file(s). 
    gzip -d filename 

    4. Untar resultant file(s). 
    tar -xvpf filename 

    5. If not in root directory, move ipp to root directory. 
    mv ipp / 

    6. Make executables, as needed
    cd /ipp/bin 
    makepp

    7. Define environmental variables in user's login script.
    Using /ipp/install/linux/home/pp.sh as a template: 

        I.   Define JAVA_EXE, as needed 
        export JAVA_EXE="${JAVA_HOME}/bin/java"

        II.  Define CLASSPATH 
        export CLASSPATH="./:path:${CLASSPATH}" 
        Normally path is 
        /ipp/classes 

        III. Update PATH 
        export PATH="./:path:${PATH}" 
        Normally path is /ipp/bin 

-----------------------------------------------------------------------------
FEEDBACK

Please email your comments, suggestions and problems to
webmaster@servertec.com.
