| 1 |
|
| 2 |
phpHtmlLib |
| 3 |
|
| 4 |
Version 2.0 |
| 5 |
|
| 6 |
by |
| 7 |
|
| 8 |
Walt A. Boring IV |
| 9 |
waboring@buildabetterweb.com |
| 10 |
|
| 11 |
|
| 12 |
-=What is it?=- |
| 13 |
--------------- |
| 14 |
|
| 15 |
phpHtmllib is a set of PHP classes and library functions |
| 16 |
to help facilitate building, debugging, and rendering of |
| 17 |
XML, HTML and XHTML. |
| 18 |
It provides a mechanism to output perfectly indented/readable |
| 19 |
tags, and a programmatic API to generating tags on the fly. |
| 20 |
|
| 21 |
|
| 22 |
-=The Latest Version=- |
| 23 |
---------------------- |
| 24 |
|
| 25 |
Details of the latest version can be found on the phpHtmlLib |
| 26 |
web site at sourceforget.net. |
| 27 |
http://phphtmllib.sourceforge.net |
| 28 |
|
| 29 |
|
| 30 |
-=Documentation=- |
| 31 |
----------------- |
| 32 |
The current documentation can be found in the doc directory. |
| 33 |
|
| 34 |
-=Installation=- |
| 35 |
---------------- |
| 36 |
|
| 37 |
Installation instructions can be found in the INSTALL file |
| 38 |
provided with this distribution. It describes the requirements |
| 39 |
as well as instructions on using the phpHtmlLib libs with your |
| 40 |
website. |
| 41 |
|
| 42 |
|
| 43 |
-=Licensing=- |
| 44 |
------------- |
| 45 |
|
| 46 |
Please see the LICENSE file included in this distribution. |
| 47 |
|
| 48 |
|
| 49 |
-=Acknowledgments=- |
| 50 |
------------------- |
| 51 |
|
| 52 |
I would like to personally thank a few good friends of mine |
| 53 |
that have helped me during the development of phpHtmlLib. |
| 54 |
Richard Koreski, HTML guru and Daniel Ceregatti, long time friend. |
| 55 |
Also thanks to my wife Allison for helping me in all the right ways. |
| 56 |
|
| 57 |
I'd also like to thank the folks at Zend for writing such an excellent engine for PHP. |
| 58 |
PHP is by far the best web language on the planet. |
| 59 |
|
| 60 |
Oh yah, and thanks Linus! |
| 61 |
|
| 62 |
words n stuff. |