Use new entities and constants.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78809 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-04-19 13:50:15 +00:00
parent e59a0c46b5
commit 5dadf200ee

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<reference id="ref.calendar">
<title>Calendar functions</title>
<titleabbrev>Calendar</titleabbrev>
<partintro>
<section>
<title>Introduction</title>
<section id="calendar.intro">
&reftitle.intro;
<para>
The calendar extension presents a series of functions to simplify
converting between different calendar formats. The intermediary
@ -21,24 +21,21 @@
</para>
</section>
<section id="calendar.installation">
<title>Installation</title>
&reftitle.install;
<para>
To get these functions to work, you have to compile PHP with
<option role="configure">--enable-calendar</option>.
</para>
</section>
<section id="calendar.configuration">
<title>Runtime Configuration</title>
&no.config;
&reftitle.runtime;
&no.config;
</section>
<section id="calendar.resources">
<title>Resource types</title>
&reftitle.resources;
&no.resource;
</section>
<section id="calendar.constants">
<title>Predefined constants</title>
&no.constants;
</section>
&reference.calendar.constants;
</partintro>
&reference.calendar.functions;