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

contributors($setup);

?>
<div id="intro.lzf" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   LZF is a very fast compression algorithm, ideal for saving space with
   only slight speed cost. It can be optimized for speed or space at the
   time of compilation. This extension is using <a href="http://oldhome.schmorp.de/marc/liblzf.html" class="link external">&raquo;&nbsp;liblzf</a>
   library by Marc Lehmann for its operations.
  </p>
 </div><?php manual_footer($setup); ?>