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