/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/tutorial_phpHtmlLib.pkg.html
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/tutorial_phpHtmlLib.pkg.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu May 6 16:57:01 2004 UTC (20 years, 2 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
 updated all to v2.4.1 - Apr 01, 2004

1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <!-- template designed by Marco Von Ballmoos -->
6 <title>phpHtmlLib Guide</title>
7 <link rel="stylesheet" href="../media/stylesheet.css" />
8 <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9 </head>
10 <body>
11 <div class="page-body">
12
13 <table class="tutorial-nav-box">
14 <tr>
15 <td style="width: 30%">
16 <a href="../phpHtmlLib/tutorial_HTMLTagClass.cls.html" class="nav-button">Previous</a>
17 </td>
18 <td style="text-align: center">
19 </td>
20 <td style="text-align: right; width: 30%">
21 <a href="../phpHtmlLib/tutorial_gettingstarted.pkg.html" class="nav-button">Next</a>
22 </td>
23 </tr>
24 <tr>
25 <td style="width: 30%">
26 <span class="detail">HTMLagClass</span>
27 </td>
28 <td style="text-align: center">
29 </td>
30 <td style="text-align: right; width: 30%">
31 <span class="detail">Getting Started</span>
32 </td>
33 </tr>
34 </table>
35
36 <div><a name=""></a><div class="ref-title-box"><h1 class="ref-title">phpHtmlLib Guide</h1>
37 <h2 class="ref-purpose">introduction to phpHtmlLib</h2></div>
38 <div class="ref-synopsis"><span class="author">by Walter A. Boring IV
39 <div class="author-blurb"><a href="mailto:waboring@3gstech.com">mailto:waboring@3gstech.com</a></div></span>
40 <div class="notes">March 2004, Walter A. Boring IV</div>
41 <div class="release-info">(phpHtmlLib 2.4.x)</div></div>
42 <h1 class="title">Table of Contents</h1>
43 <ul class="toc">
44
45
46 <li><a href="../phpHtmlLib/tutorial_phpHtmlLib.pkg.html#whatisit">What is phpHtmlLib ?</a></li>
47
48 <li><a href="../phpHtmlLib/tutorial_phpHtmlLib.pkg.html#features">Features</a></li>
49
50 <li><a href="../phpHtmlLib/tutorial_phpHtmlLib.pkg.html#license">Software license</a></li>
51 </ul>
52
53 <span><a name="whatisit"></a><h2 class="title">What is phpHtmlLib ?</h2><p>phpHtmlLib is a set of PHP classes and library functions to build, debug,
54 and render XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics)
55 images as well as complex html 'widgets' for <a href="http://www.php.net">PHP</a> 4.1 or better.</p>
56 <p>It provides a mechanism to output perfectly indented/readable XML/HTML/XHTML/WML/SVG source,
57 and a programmatic API to generating XML/HTML/XHTML/WML/SVG tags and fully compliant documents.
58 The API provides a 'phpHtmlLib' standard API for creating documents by using powerfull widgets.
59 Every object has an add() method for inserting data, and a render() method for building the output.</p></span>
60 <span><a name="features"></a><h2 class="title">Features</h2><li><p>PHP classes and functions to build XML/HTML/XHTML/WML/SVG tags.</p></li>
61 <li><p>Every XML/HTML/XHTML/WML/SVG tag is a PHP class. Common, standardized
62 API for building tags, their attributes, and adding content to the tag (object).</p></li>
63 <li><p>Renders nicely indented XML/HTML/XHTML/WML/SVG source code, for
64 easy reading/debugging. To see this in action, view source on this page.</p></li>
65 <li><p>&quot;Debugging&quot; capability - The lib renders a viewable
66 version of source code in color-coded output with clickable links to help validate urls.</p></li>
67 <li><p>Render an entire document in HTML 4.0 or XHTML 1.0
68 (STRICT, TRANSITIONAL, or FRAMESET) compatible source, by setting 1 flag.</p></li>
69 <li><p>Render an entire properly formatted XML/WML/SVG document</p></li>
70 <li><p>Notifies the programmer, which HTML tags are deprecated by the W3C.</p></li>
71 <li><p>Utility/library functions that help build some of the more common tag objects.</p></li>
72 <li><p>'Widget' system for building complex HTML/XHTML 'widgets'
73 into easy to use php classes.</p></li>
74 <li><p>Feature rich Form Building/Processing engine.</p></li>
75 <li><p>CSS Builder object set to dynamically build CSS documents that are easily theme-able.</p></li></span>
76 <span><a name="license"></a><h2 class="title">Software license</h2><p>phpHtmlLib is released under
77 <a href="http://www.gnu.org/copyleft/lesser.html">GNU LGPL</a></p></span></div>
78
79 <table class="tutorial-nav-box">
80 <tr>
81 <td style="width: 30%">
82 <a href="../phpHtmlLib/tutorial_HTMLTagClass.cls.html" class="nav-button">Previous</a>
83 </td>
84 <td style="text-align: center">
85 </td>
86 <td style="text-align: right; width: 30%">
87 <a href="../phpHtmlLib/tutorial_gettingstarted.pkg.html" class="nav-button">Next</a>
88 </td>
89 </tr>
90 <tr>
91 <td style="width: 30%">
92 <span class="detail">HTMLagClass</span>
93 </td>
94 <td style="text-align: center">
95 </td>
96 <td style="text-align: right; width: 30%">
97 <span class="detail">Getting Started</span>
98 </td>
99 </tr>
100 </table>
101
102 <p class="notes" id="credit">
103 Documentation generated on Thu, 1 Apr 2004 09:37:05 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
104 </p>
105 </div></body>
106 </html>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed