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

contributors($setup);

?>
<div id="yaz.requirements" class="section">
  <h2 class="title">Requisiti</h2>
  <p class="para">
   Obtain YAZ (ANSI/NISO Z39.50 support) and install it.
   YAZ can be fetched in source or in various prebuilt packages
   from the <a href="http://ftp.indexdata.dk/pub/yaz/" class="link external">&raquo;&nbsp;YAZ archive</a>.
   Systems such as Debian GNU/Linux, Suse Linux, FreeBSD also has YAZ
   as part of their distribution.
  </p>
 </div><?php manual_footer($setup); ?>