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></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 |
<h1 align="center">README</h1> |
12 |
<pre> |
13 |
|
14 |
phpHtmlLib |
15 |
|
16 |
Version 2.3.0 |
17 |
|
18 |
by |
19 |
|
20 |
Walt A. Boring IV |
21 |
waboring@buildabetterweb.com |
22 |
|
23 |
|
24 |
-=What is it?=- |
25 |
--------------- |
26 |
|
27 |
phpHtmllib is a set of PHP classes and library functions to |
28 |
help facilitate building, debugging, and rendering of XML, |
29 |
HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) |
30 |
images as well as complex html 'widgets' . |
31 |
|
32 |
It provides a mechanism to output perfectly indented/readable |
33 |
tags, and a programmatic API to generating tags on the fly. |
34 |
|
35 |
|
36 |
-=The Latest Version=- |
37 |
---------------------- |
38 |
|
39 |
Details of the latest version can be found on the phpHtmlLib |
40 |
web site at sourceforget.net. |
41 |
http://phphtmllib.sourceforge.net |
42 |
|
43 |
|
44 |
-=Documentation=- |
45 |
----------------- |
46 |
The current documentation can be found in the doc directory. |
47 |
|
48 |
-=Installation=- |
49 |
---------------- |
50 |
|
51 |
Installation instructions can be found in the INSTALL file |
52 |
provided with this distribution. It describes the requirements |
53 |
as well as instructions on using the phpHtmlLib libs with your |
54 |
website. |
55 |
|
56 |
|
57 |
-=Licensing=- |
58 |
------------- |
59 |
|
60 |
Please see the LICENSE file included in this distribution. |
61 |
|
62 |
|
63 |
-=Acknowledgments=- |
64 |
------------------- |
65 |
|
66 |
I would like to personally thank a few good friends of mine |
67 |
that have helped me during the development of phpHtmlLib. |
68 |
Richard Koreski, HTML guru and Daniel Ceregatti, long time friend. |
69 |
Also thanks to my wife Allison for helping me in all the right ways. |
70 |
|
71 |
I'd also like to thank the folks at Zend for writing such an excellent engine for PHP. |
72 |
PHP is by far the best web language on the planet. |
73 |
|
74 |
Oh yah, and thanks Linus! |
75 |
|
76 |
words n stuff. |
77 |
|
78 |
</pre> |
79 |
<p class="notes" id="credit"> |
80 |
Documention generated on Thu, 31 Jul 2003 18:31:26 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a> |
81 |
</p> |
82 |
</body> |
83 |
</html> |