cvs: peardoc /en/package/html html-css.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1198337790@cvsserver> |
farell Sat Dec 22 15:36:30 2007 UTC
Added files:
/peardoc/en/package/html html-css.xml
Log:
initial commit of HTML_CSS 1.4.0 manual
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css.xml
+++ peardoc/en/package/html/html-css.xml
<!-- $Revision: 1.1 $ -->
<sect1 id="package.html.html-css">
<title>HTML_CSS</title>
<para>
The PEAR::HTML_CSS package provides a simple interface for handling and generating
cascading style sheets.
</para>
<sect2 id="package.html.html-css.intro">
<title>Introduction</title>
<sect3 id="package.html.html-css.intro.use">
<title>Why use HTML_CSS ?</title>
<para>
Even if a CSS file is easy to modify (text format), there is no PHP interface
that provides such degree of handling style sheet declarations.
Create from scratch or parsing single or multi data sources begin really
so easy with HTML_CSS.
</para>
</sect3>
<sect3 id="package.html.html-css.intro.use.features">
<title>Features</title>
<para>
<itemizedlist>
<listitem>parse css string.</listitem>
<listitem>parse css file.</listitem>
<listitem>parse multiple css data sources at once.</listitem>
<listitem>output to inline stylesheet declarations.</listitem>
<listitem>output to document internal stylesheet declarations.</listitem>
<listitem>output to standalone stylesheet declarations.</listitem>
<listitem>output to Array of definitions.</listitem>
<listitem>output to string.</listitem>
<listitem>output to file.</listitem>
<listitem>search for selectors and/or properties using Perl-compatible pattern.</listitem>
</itemizedlist>
</para>
</sect3>
<sect3 id="package.html.html-css.intro.use.requires">
<title>System Requirements</title>
<para>
<itemizedlist>
<listitem>
<ulink url="&url.php;">PHP</ulink> 4.3.0 or newer.
</listitem>
<listitem>
<ulink url="&url.pear;">PEAR</ulink> 1.5.4 or newer.
</listitem>
<listitem>
<ulink url="&url.pear.package;HTML_Common">PEAR::HTML_Common</ulink> 1.2.4 or newer.
</listitem>
</itemizedlist>
</para>
</sect3>
&package.html.html-css.faq;
&package.html.html-css.whatsnew;
</sect2>
<sect2 id="package.html.html-css.ref">
<title>Reference guide</title>
&package.html.html-css.api;
&package.html.html-css.errorhandler;
</sect2>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->