bjori Sat Sep 8 17:43:45 2007 UTC
Added files:
/phd config.php
Log:
Add default config file
http://cvs.php.net/viewvc.cgi/phd/config.php?view=markup&rev=1.1
Index: phd/config.php
+++ phd/config.php
<?php
/* This file is autogenerated by setup.php. Do not edit directly. */
/* Generated by PhD $Id: config.php,v 1.1 2007/09/08 17:43:44 bjori Exp $ at
Thu, 09 Aug 2007 15:10:10 +0200. */
$OPTIONS = array (
'output_format' => array('xhtml'),
'output_theme' => array(
'xhtml' => array(
'php' => array(
'phpweb',
'chunkedhtml',
'bightml',
),
),
),
'index' => true,
'xml_root' => '/home/bjori/php/doc',
'language' => 'en',
'fallback_language' => 'en',
'enforce_revisions' => false,
'compatibility_mode' => true,
'build_log_file' => 'none',
'debug' => true,
);
die("You need to edit xml_root in config.php");