<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/tidy.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'tidy.requirements.php',
    1 => 'Anforderungen',
    2 => 'Anforderungen',
  ),
  'up' => 
  array (
    0 => 'tidy.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'tidy.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'next' => 
  array (
    0 => 'tidy.installation.php',
    1 => 'Installation',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/tidy/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="tidy.requirements" class="section">
  <h2 class="title">Anforderungen</h2>
  <p class="para">
   To use Tidy, you will need libtidy installed, available
   on the <a href="http://tidy.sourceforge.net/" class="link external">&raquo;&nbsp;tidy homepage</a>.
   As of PHP 7.1.0, the HTML5 aware successor
   <a href="http://www.html-tidy.org/" class="link external">&raquo;&nbsp;libtidy5</a> can be used alternatively.
   As of PHP 7.3.0, another option is to use <a href="https://github.com/petdance/tidyp" class="link external">&raquo;&nbsp;libtidyp</a>.
  </p>
 </div><?php manual_footer($setup); ?>