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

contributors($setup);

?>
<div id="intro.rrd" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   The PECL/rrd extension provides bindings to the RRDtool C library.
   RRDtool is the open source industry standard, high performance data
   logging and graphing system for time series data.
  </p>
  <p class="para">
   The RRDtool homepage is <a href="http://www.mrtg.org/rrdtool/" class="link external">&raquo;&nbsp;http://www.mrtg.org/rrdtool/</a>.
  </p>
 </div><?php manual_footer($setup); ?>