<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>Date_Holidays</name>
  <summary>Driver based class to calculate holidays.</summary>
  <description>Date_Holidays helps you calculating the dates and titles of holidays and other special celebrations. The calculation is driver-based so it is easy to add new drivers that calculate a country's holidays. The methods of the class can be used to get a holiday's date and title in various languages.</description>
  <maintainers>
    <maintainer>
      <user>luckec</user>
      <name>Carsten Lucke</name>
      <email>luckec@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>schst</user>
      <name>Stephan Schmidt</name>
      <email>schst@php-tools.net</email>
      <role>helper</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.9.0</version>
    <date>2004-08-20</date>
    <license>PHP License</license>
    <state>alpha</state>
    <notes>initial pear release</notes>
    <deps>
      <dep type="pkg" rel="ge" version="1.3.1" optional="no">PEAR</dep>
      <dep type="pkg" rel="has" optional="no">Date</dep>
    </deps>
    <filelist>
      <file role="doc" baseinstalldir="Date" name="examples/addingTranslations.php"/>
      <file role="doc" baseinstalldir="Date" name="examples/creating_drivers.php"/>
      <file role="doc" baseinstalldir="Date" name="examples/usingCompositeDriver.php"/>
      <file role="doc" baseinstalldir="Date" name="examples/usingStandaloneDriver.php"/>
      <file role="php" baseinstalldir="Date" name="Holidays/Driver.php"/>
      <file role="php" baseinstalldir="Date" name="Holidays/Holiday.php"/>
      <file role="php" baseinstalldir="Date" name="Holidays/Driver/Christian.php"/>
      <file role="php" baseinstalldir="Date" name="Holidays/Driver/Composite.php"/>
      <file role="php" baseinstalldir="Date" name="Holidays/Driver/Germany.php"/>
      <file role="php" baseinstalldir="Date" name="Holidays/Driver/Jewish.php"/>
      <file role="php" baseinstalldir="Date" name="Holidays/Driver/UNO.php"/>
      <file role="data" baseinstalldir="Date" name="lang/Christian/de_DE.ini"/>
      <file role="data" baseinstalldir="Date" name="lang/Christian/en_EN.ini"/>
      <file role="data" baseinstalldir="Date" name="lang/Christian/fr_FR.ini"/>
      <file role="data" baseinstalldir="Date" name="lang/Germany/de_DE.ini"/>
      <file role="data" baseinstalldir="Date" name="lang/Germany/en_EN.ini"/>
      <file role="data" baseinstalldir="Date" name="lang/Germany/fr_FR.ini"/>
      <file role="data" baseinstalldir="Date" name="lang/UNO/de_DE.ini"/>
      <file role="data" baseinstalldir="Date" name="lang/UNO/en_EN.ini"/>
      <file role="data" baseinstalldir="Date" name="lang/UNO/fr_FR.ini"/>
      <file role="php" baseinstalldir="Date" name="Holidays.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.9.0</version>
      <date>2004-08-20</date>
      <license>PHP License</license>
      <state>alpha</state>
      <notes>initial pear release
</notes>
    </release>
  </changelog>
</package>
