Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bogdan Lupandin  >  Installation Automation  >  index.php  >  Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Index/Greeter file
Class: Installation Automation
Automate multi-step application installations
Author: By
Last change:
Date: 2009-05-03 20:40
Size: 485 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <title>Installation Class Example 1</title>
    </head>
    <body>
        <p>
            Please read the <a href="documentation.html">documentation</a> that came with the installation of this class and all associated files with it. Good luck.
        </p>
    </body>
</html>