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

contributors($setup);

?>
<div id="geoip.requirements" class="section">
  <h2 class="title">Gereksinimler</h2>
  <p class="simpara">
   This extension requires the GeoIP C library version 1.4.0 or higher to be
   installed. You can grab the latest version from
   <a href="http://www.maxmind.com/app/c" class="link external">&raquo;&nbsp;http://www.maxmind.com/app/c</a>
   and compile it yourself.
  </p>
  <p class="simpara">
   By default, you will only have access to the Free GeoIP Country or GeoLite
   City databases. While this module can work with other types of database,
   you must buy a commercial license from
   <a href="http://www.maxmind.com/" class="link external">&raquo;&nbsp;Maxmind</a>.
  </p>
 </div><?php manual_footer($setup); ?>