<?xml version="1.0" encoding="utf-8" ?> <!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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" /> <title>Pieforms: Advanced web forms made easy</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div class="document" id="pieforms-advanced-web-forms-made-easy"> <h1 class="title"><a class="reference" href="http://pieforms.sourceforge.net/">Pieforms</a>: Advanced web forms made easy</h1> <p><div id="breadcrumbs"><a href="http://pieforms.sourceforge.net/">Pieforms Home</a> » <a href="">Documentation Home</a></div></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Author:</th><td class="field-body">Nigel McNie</td> </tr> <tr class="field"><th class="field-name">Contact:</th><td class="field-body"><a class="reference" href="mailto:nigel@catalyst.net.nz">nigel@catalyst.net.nz</a></td> </tr> <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">This document has been placed in the public domain</td> </tr> </tbody> </table> <p>The latest copy of the Pieforms documentation may be obtained from SVN:</p> <blockquote> <tt class="docutils literal"><span class="pre">svn</span> <span class="pre">co</span> <span class="pre">https://pieforms.svn.sourceforge.net/svnroot/pieforms/pieforms-php5/trunk</span> <span class="pre">pieforms</span></tt></blockquote> <div class="contents topic"> <p class="topic-title first"><a id="contents" name="contents">Contents</a></p> <ul class="simple"> <li><a class="reference" href="#general-documentation" id="id1" name="id1">General Documentation</a></li> <li><a class="reference" href="#user-user-documentation" id="id2" name="id2"><tt class="docutils literal"><span class="pre">user/</span></tt>: User Documentation</a></li> <li><a class="reference" href="#ref-reference-material" id="id3" name="id3"><tt class="docutils literal"><span class="pre">ref/</span></tt>: Reference Material</a></li> <li><a class="reference" href="#howto-miscellaneous-articles" id="id4" name="id4"><tt class="docutils literal"><span class="pre">howto/</span></tt>: Miscellaneous Articles</a></li> <li><a class="reference" href="#dev-core-development-information" id="id5" name="id5"><tt class="docutils literal"><span class="pre">dev/</span></tt>: Core Development Information</a></li> </ul> </div> <div class="section"> <h1><a class="toc-backref" href="#id1" id="general-documentation" name="general-documentation">General Documentation</a></h1> <p>These files may be of interest to any Pieforms user.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name"><a class="reference" href="../../README">README</a>:</th><td class="field-body">The project overview, requirements, and licensing details</td> </tr> <tr class="field"><th class="field-name"><a class="reference" href="../../COPYING">COPYING</a>:</th><td class="field-body">Pieforms is licensed under the <a class="reference" href="http://gnu.org/licenses/gpl.html">GNU GPL</a>, this file contains a full copy of the license</td> </tr> </tbody> </table> </div> <div class="section"> <h1><a class="toc-backref" href="#id2" id="user-user-documentation" name="user-user-documentation"><span id="user"></span><tt class="docutils literal"><span class="pre">user/</span></tt>: User Documentation</a></h1> <p>These files contain documentation about how to use Pieforms. They will be of interest to almost any Pieforms user.</p> <ul class="simple"> <li><a class="reference" href="user/concepts.html">Pieforms Concepts and Terms</a> - basic Pieforms concepts. <strong>Read this first!</strong></li> <li><a class="reference" href="user/features.html">Pieforms Feature List</a> - list of major Pieforms features</li> <li><a class="reference" href="user/configuration.html">Pieforms Configuration</a> - instructions on installation and basic configuration of Pieforms</li> <li><a class="reference" href="user/usage.html">Basic Usage</a> - A step by step guide to writing your first Pieform</li> <li><a class="reference" href="user/examples.html">Examples of Pieforms</a> - examples that show Pieforms usage, and may give you good ideas</li> <li><a class="reference" href="user/elements.html">Elements</a> - General information about elements including a list of elements that come with Pieforms.</li> <li><a class="reference" href="user/renderers.html">Renderers</a></li> <li><a class="reference" href="user/rules.html">Rules</a></li> <li><a class="reference" href="user/i18n.html">i18n</a></li> </ul> </div> <div class="section"> <h1><a class="toc-backref" href="#id3" id="ref-reference-material" name="ref-reference-material"><tt class="docutils literal"><span class="pre">ref/</span></tt>: Reference Material</a></h1> <p>These files contain developer specifications and reference notes that will be of interest to anyone who wishes to write plugins for Pieforms, or re-implement it in another language.</p> <ul class="simple"> <li><a class="reference" href="ref/api/index.html">Pieforms frontend API documentation (in phpdoc form)</a></li> <li><a class="reference" href="ref/elements.html">Element API</a></li> <li><a class="reference" href="ref/renderers.html">Renderer API</a></li> <li><a class="reference" href="ref/rules.html">Rule API</a></li> <li><a class="reference" href="ref/i18n.html">i18n API</a></li> </ul> </div> <div class="section"> <h1><a class="toc-backref" href="#id4" id="howto-miscellaneous-articles" name="howto-miscellaneous-articles"><tt class="docutils literal"><span class="pre">howto/</span></tt>: Miscellaneous Articles</a></h1> <p>These files contain various documentation about the use of Pieforms in many situations.</p> </div> <div class="section"> <h1><a class="toc-backref" href="#id5" id="dev-core-development-information" name="dev-core-development-information"><tt class="docutils literal"><span class="pre">dev/</span></tt>: Core Development Information</a></h1> <p>These files contain information for Pieforms hackers, administrators and others involved with the Pieforms source.</p> <ul class="simple"> <li><a class="reference" href="dev/coding.html">Pieforms Coding Standards</a></li> <li><a class="reference" href="dev/todo.html">Pieforms TODO List</a></li> </ul> <p><div id="breadcrumbs"><a href="http://pieforms.sourceforge.net/">Pieforms Home</a> » <a href="">Documentation Home</a></div></p> </div> </div> <div id="footer">Pieforms by <a href="http://nigel.mcnie.name/">Nigel McNie</a> and <a href="http://pieforms.sourceforge.net/about#authors">others</a>, © 2006 Catalyst IT Ltd. Pieforms is released under the <a href="http://gnu.org/licences/gpl.html">GNU GPL</a></div> </body> </html>