2003-12-07 16:33:30 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2005-02-15 09:46:10 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2003-12-07 16:33:30 +00:00
|
|
|
<section id="tidy.configuration">
|
|
|
|
&reftitle.runtime;
|
|
|
|
&extension.runtime;
|
|
|
|
<para>
|
|
|
|
<table>
|
2004-01-17 20:19:49 +00:00
|
|
|
<title>Tidy Configuration Options</title>
|
2004-11-01 15:34:49 +00:00
|
|
|
<tgroup cols="3">
|
2003-12-07 16:33:30 +00:00
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>Name</entry>
|
|
|
|
<entry>Default</entry>
|
|
|
|
<entry>Changeable</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>tidy.default_config</entry>
|
|
|
|
<entry>""</entry>
|
|
|
|
<entry>PHP_INI_SYSTEM</entry>
|
2004-01-17 20:19:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>tidy.clean_output</entry>
|
|
|
|
<entry>0</entry>
|
|
|
|
<entry>PHP_INI_PERDIR</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
2005-02-15 09:46:10 +00:00
|
|
|
&ini.php.constants;
|
2004-07-21 08:40:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
&ini.descriptions.title;
|
|
|
|
|
2004-01-17 20:19:49 +00:00
|
|
|
<para>
|
2004-07-21 08:40:46 +00:00
|
|
|
<variablelist>
|
|
|
|
<varlistentry id="ini.tidy.default-config">
|
|
|
|
<term>
|
|
|
|
<parameter>tidy.default_config</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Default path for tidy config file.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ini.tidy.clean-output">
|
|
|
|
<term>
|
|
|
|
<parameter>tidy.clean_output</parameter>
|
|
|
|
<type>boolean</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Turns on/off the output repairing by Tidy.
|
|
|
|
</para>
|
|
|
|
<warning>
|
|
|
|
<para>
|
|
|
|
Do not turn on <literal>tidy.clean_output</literal> if you are generating
|
|
|
|
non-html content such as dynamic images.
|
|
|
|
</para>
|
|
|
|
</warning>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2003-12-07 16:33:30 +00:00
|
|
|
</para>
|
2004-07-21 08:40:46 +00:00
|
|
|
|
2003-12-07 16:33:30 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
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
|
|
|
|
-->
|