Source of: /manual/en/sem.setup.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.sem.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'sem.setup.php',
1 => 'Installing/Configuring',
),
'up' =>
array (
0 => 'book.sem.php',
1 => 'Semaphore, Shared Memory and IPC',
),
'prev' =>
array (
0 => 'intro.sem.php',
1 => 'Introduction',
),
'next' =>
array (
0 => 'sem.requirements.php',
1 => 'Requirements',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1>Installing/Configuring</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="sem.requirements.php">Requirements</a></li><li><a href="sem.installation.php">Installation</a></li><li><a href="sem.configuration.php">Runtime Configuration</a></li><li><a href="sem.resources.php">Resource Types</a></li></ul>
</div>
<?php manual_footer(); ?>