Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 89346381d9fb64d9ee8827de5f073355 > files > 101

php-pear-HTML_Progress2-2.4.1-3mdv2010.0.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>
      Preface
    </title>
    <link rel="stylesheet" href="book.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
    <link rel="start" href="index.html" title="HTML_Progress2 Manual" />
    <link rel="up" href="index.html" title="HTML_Progress2 Manual" />
    <link rel="prev" href="index.html" title="HTML_Progress2 Manual" />
    <link rel="next" href="pr01s02.html" title="Pre-requisites" />
    <style type="text/css">
/*<![CDATA[*/
    body {
    background-color: white;
    color: black;
    }
    :link { color: #0000FF }
    :visited { color: #840084 }
    :active { color: #0000FF }
    h2.c2 {clear: both}
    p.c1 {font-weight: bold}
    /*]]>*/
    </style>
  </head>
  <body>
    <table class="progress2Header">
      <tr>
        <td>
          <img src="img/pear_progress2.gif" align="left" alt=
          "PEAR Progress2 logo" />
          <h1>
            HTML_Progress2 : The Definitive Guide
          </h1>
          <div class="navheader">
            <table width="100%" summary="Navigation header">
              <tr>
                <th colspan="3" align="center">
                  Preface
                </th>
              </tr>
              <tr>
                <td width="20%" align="left">
                  <a accesskey="p" href="index.html">Prev</a>&nbsp;
                </td>
                <th width="60%" align="center">
                  &nbsp;
                </th>
                <td width="20%" align="right">
                  &nbsp;<a accesskey="n" href="pr01s02.html">Next</a>
                </td>
              </tr>
            </table>
          </div>
        </td>
      </tr>
    </table>
    <div class="preface" lang="en" xml:lang="en">
      <div class="titlepage">
        <h2 class="title">
          <a name="preface" id="preface"></a>Preface
        </h2>
      </div>
      <div class="toc">
        <p class="c1">
          Table of Contents
        </p>
        <dl>
          <dt>
            <span class="sect1"><a href=
            "pr01.html#preface.structure">Organization of This Book</a></span>
          </dt>
          <dt>
            <span class="sect1"><a href=
            "pr01s02.html">Pre-requisites</a></span>
          </dt>
        </dl>
      </div>
      <div class="sect1" lang="en" xml:lang="en">
        <div class="titlepage">
          <h2 class="title c2">
            <a name="preface.structure" id="preface.structure"></a>Organization
            of This Book
          </h2>
        </div>
        <p>
          This book is divided into five parts, they are:
        </p>
        <div class="itemizedlist">
          <ul type="disc">
            <li>
              <p>
                <a href="pt01.html" title=
                "Part&nbsp;I.&nbsp;Introduction">Introduction</a>
              </p>
              <p>
                This section contains a gentle introduction to what
                HTML_Progress2 is and has to offer. Included is general
                information about installing and using this PEAR package, and
                answers to frequently asked HTML_Progress2 related questions.
              </p>
            </li>
            <li>
              <p>
                <a href="pt02.html" title=
                "Part&nbsp;II.&nbsp;Getting Started">Getting Started</a>
              </p>
              <p>
                This section is intended to provide a quick introduction to get
                started understanding, installing, and running the bundle
                examples.
              </p>
            </li>
            <li>
              <p>
                <a href="pt03.html" title=
                "Part&nbsp;III.&nbsp;Migrating Guide">Migrating Guide</a>
              </p>
              <p>
                This section is intended to help users to migrate easily all
                their scripts from version 1.2.x to the major 2.0.0.
              </p>
            </li>
            <li>
              <p>
                <a href="pt04.html" title=
                "Part&nbsp;IV.&nbsp;Reference Guide">Reference Guide</a>
              </p>
              <p>
                This section describes every API in the HTML_Progress2 package.
                The description of each function may contain some or all of the
                following parts:
              </p>
              <div class="itemizedlist">
                <ul type="circle">
                  <li>
                    <p>
                      Synopsis
                    </p>
                    <p>
                      Shows the structure and prototype of the function.
                    </p>
                  </li>
                  <li>
                    <p>
                      Description
                    </p>
                    <p>
                      Gives a description about what the function does.
                    </p>
                  </li>
                  <li>
                    <p>
                      Parameter
                    </p>
                    <p>
                      Describes each parameter for the function along with the
                      paramater types and names. Both required and optional
                      parameters are listed.
                    </p>
                  </li>
                  <li>
                    <p>
                      Returns
                    </p>
                    <p>
                      Describes the returned value, if the function doesn't
                      fail.
                    </p>
                  </li>
                  <li>
                    <p>
                      Throws
                    </p>
                    <p>
                      Describes the returned <code class=
                      "classname">PEAR_Error</code> objects, if the function
                      fails.
                    </p>
                  </li>
                  <li>
                    <p>
                      Note
                    </p>
                    <p>
                      Additional notes and information about the function. An
                      example note would be if the function can be called
                      statically.
                    </p>
                  </li>
                  <li>
                    <p>
                      See
                    </p>
                    <p>
                      Links to other related functions or manual entries.
                    </p>
                  </li>
                  <li>
                    <p>
                      Example
                    </p>
                    <p>
                      An example use of the function or class.
                    </p>
                  </li>
                </ul>
              </div>
            </li>
            <li>
              <p>
                <a href="pt05.html" title=
                "Part&nbsp;V.&nbsp;Appendixes">Appendixes</a>
              </p>
              <p>
                This section is intended to provide some examples included into
                the distribution. It will also give a features comparative
                between HTML_Progress2 and HTML_Progress2_Lite.
              </p>
            </li>
          </ul>
        </div>
      </div>
    </div>
    <table class="progress2Footer">
      <tr>
        <td align="left">
          HTML_Progress2 : The Definitive Guide
        </td>
        <td align="right">
          v 2.4.0 : April 20, 2007
        </td>
      </tr>
    </table>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left">
            <a accesskey="p" href="index.html">Prev</a>&nbsp;
          </td>
          <td width="20%" align="center">
            &nbsp;
          </td>
          <td width="40%" align="right">
            &nbsp;<a accesskey="n" href="pr01s02.html">Next</a>
          </td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">
            HTML_Progress2 Manual&nbsp;
          </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top">
            &nbsp;Pre-requisites
          </td>
        </tr>
      </table>
    </div>
  </body>
</html>