<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.tidy.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.tidy.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.tidy.php',
    1 => 'Tidy',
  ),
  'prev' => 
  array (
    0 => 'book.tidy.php',
    1 => 'Tidy',
  ),
  'next' => 
  array (
    0 => 'tidy.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/tidy/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.tidy" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   Tidy is a binding for the Tidy HTML clean and repair utility which
   allows you to not only clean and otherwise manipulate HTML, XHTML,
   and XML documents, but also traverse the document tree, including
   ones with embedded scripting languages such as PHP or ASP within
   them using object-oriented constructs.
  </p>
 </div><?php manual_footer($setup); ?>