fix presentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279347 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2009-04-25 18:44:41 +00:00
parent 83ea464fd6
commit ff2e264da1
9 changed files with 39 additions and 29 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<appendix xml:id="tidy.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
@ -7,8 +7,8 @@
Each <literal>TIDY_TAG_XXX</literal> represents a HTML tag. For example,
<constant>TIDY_TAG_A</constant> represents a &lt;a
href="XX"&gt;link&lt;/a&gt; tag. Each <literal>TIDY_ATTR_XXX</literal>
represents a HTML atribute. For example <constant>TIDY_ATTR_HREF</constant>
would represent the href atribute in the previous example.
represents a HTML attribute. For example <constant>TIDY_ATTR_HREF</constant>
would represent the href attribute in the previous example.
</para>
<para>
The following constants are defined:

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<refentry xml:id="function.tidy-set-encoding" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidy_set_encoding</refname>
@ -23,9 +23,13 @@
<term><parameter>encoding</parameter></term>
<listitem>
<para>
Possible values for <parameter>encoding</parameter> are ascii, latin0,
latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16, utf16le,
utf16be, big5 and shiftjis.
The <parameter>encoding</parameter> parameter sets the encoding for
input/output documents. The possible values for encoding are:
<literal>ascii</literal>, <literal>latin0</literal>, <literal>latin1</literal>,
<literal>raw</literal>, <literal>utf8</literal>, <literal>iso2022</literal>,
<literal>mac</literal>, <literal>win1252</literal>, <literal>ibm858</literal>,
<literal>utf16</literal>, <literal>utf16le</literal>, <literal>utf16be</literal>,
<literal>big5</literal>, and <literal>shiftjis</literal>.
</para>
</listitem>
</varlistentry>

View file

@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="tidy.body" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidy::body</refname>
<refname>tidy_get_body</refname>
<refpurpose>Returns a tidyNode Object starting from the &lt;body&gt; tag of the tidy parse tree</refpurpose>
<refpurpose>Returns a <classname>tidyNode</classname> object starting from the &lt;body&gt; tag of the tidy parse tree</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;

View file

@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="tidy.head" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidy::head</refname>
<refname>tidy_get_head</refname>
<refpurpose>Returns a tidyNode Object starting from the &lt;head&gt; tag of the tidy parse tree</refpurpose>
<refpurpose>Returns a <classname>tidyNode</classname> object starting from the &lt;head&gt; tag of the tidy parse tree</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;

View file

@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="tidy.html" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidy::html</refname>
<refname>tidy_get_html</refname>
<refpurpose>Returns a tidyNode Object starting from the &lt;html&gt; tag of the tidy parse tree</refpurpose>
<refpurpose>Returns a <classname>tidyNode</classname> object starting from the &lt;html&gt; tag of the tidy parse tree</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="tidy.parsefile" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>tidy::parseFile</refname>
@ -25,7 +25,7 @@
<methodparam choice="opt"><type>bool</type><parameter>use_include_path</parameter><initializer>false</initializer></methodparam>
</methodsynopsis>
<para>
This function parses the given file.
Parses the given file.
</para>
</refsect1>
@ -53,7 +53,7 @@
options themselves.
</para>
<para>
Pour une explication sur chaque option, voyez
For an explanation about each option, see
<link xlink:href="&url.tidy.conf;">&url.tidy.conf;</link>.
</para>
</listitem>
@ -62,13 +62,13 @@
<term><parameter>encoding</parameter></term>
<listitem>
<para>
Le paramètre <parameter>encoding</parameter> configure l'encodage
pour les documents d'entrée et de sortie. Les valeurs possibles sont
The <parameter>encoding</parameter> parameter sets the encoding for
input/output documents. The possible values for encoding are:
<literal>ascii</literal>, <literal>latin0</literal>, <literal>latin1</literal>,
<literal>raw</literal>, <literal>utf8</literal>, <literal>iso2022</literal>,
<literal>mac</literal>, <literal>win1252</literal>, <literal>ibm858</literal>,
<literal>utf16</literal>, <literal>utf16le</literal>, <literal>utf16be</literal>,
<literal>big5</literal> et <literal>shiftjis</literal>.
<literal>big5</literal>, and <literal>shiftjis</literal>.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="tidy.repairfile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidy::repairFile</refname>
@ -62,9 +62,12 @@
<listitem>
<para>
The <parameter>encoding</parameter> parameter sets the encoding for
input/output documents. The possible values for encoding are: ascii,
latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16,
utf16le, utf16be, big5 and shiftjis.
input/output documents. The possible values for encoding are:
<literal>ascii</literal>, <literal>latin0</literal>, <literal>latin1</literal>,
<literal>raw</literal>, <literal>utf8</literal>, <literal>iso2022</literal>,
<literal>mac</literal>, <literal>win1252</literal>, <literal>ibm858</literal>,
<literal>utf16</literal>, <literal>utf16le</literal>, <literal>utf16be</literal>,
<literal>big5</literal>, and <literal>shiftjis</literal>.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="tidy.repairstring" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidy::repairString</refname>
@ -59,9 +59,12 @@
<listitem>
<para>
The <parameter>encoding</parameter> parameter sets the encoding for
input/output documents. The possible values for encoding are: ascii,
latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16,
utf16le, utf16be, big5 and shiftjis.
input/output documents. The possible values for encoding are:
<literal>ascii</literal>, <literal>latin0</literal>, <literal>latin1</literal>,
<literal>raw</literal>, <literal>utf8</literal>, <literal>iso2022</literal>,
<literal>mac</literal>, <literal>win1252</literal>, <literal>ibm858</literal>,
<literal>utf16</literal>, <literal>utf16le</literal>, <literal>utf16be</literal>,
<literal>big5</literal>, and <literal>shiftjis</literal>.
</para>
</listitem>
</varlistentry>

View file

@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="tidy.root" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidy::root</refname>
<refname>tidy_get_root</refname>
<refpurpose>Returns a tidyNode object representing the root of the tidy parse tree</refpurpose>
<refpurpose>Returns a <classname>tidyNode</classname> object representing the root of the tidy parse tree</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;