<?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.12.0</version>
    <date>2004-12-29</date>
    <license>PHP License</license>
    <state>alpha</state>
    <notes>- added Italian languagefile for Christian holidays (thx 2 quipo)
- added performance-fix for getHolidayForDate() (thx 2 quipo)
- added German translation for USA-holidays</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" md5sum="3ce24f01881e38a2bd745b1eb1638fb8" name="examples/addingTranslations.php"/>
      <file role="doc" baseinstalldir="Date" md5sum="b12922bcc96c4a72d31a065990e95cb7" name="examples/creating_drivers.php"/>
      <file role="doc" baseinstalldir="Date" md5sum="b5376f0a7cf04b27b7222c1ef8d00243" name="examples/usingCompositeDriver.php"/>
      <file role="doc" baseinstalldir="Date" md5sum="210ed94ebbf69624f4201360df3b78a1" name="examples/usingStandaloneDriver.php"/>
      <file role="php" baseinstalldir="Date" md5sum="e9c54ee37676a5e08a4549949fc319b6" name="Holidays/Driver.php"/>
      <file role="php" baseinstalldir="Date" md5sum="fcea603fc81d9f82fa7dc35c8451d8e6" name="Holidays/Holiday.php"/>
      <file role="php" baseinstalldir="Date" md5sum="22808fa655c50817a539734596f8f999" name="Holidays/Driver/Christian.php"/>
      <file role="php" baseinstalldir="Date" md5sum="19da3f409fad9b6ba3771401c2b9d4e7" name="Holidays/Driver/Composite.php"/>
      <file role="php" baseinstalldir="Date" md5sum="d718e89b5a37a0887cbc0b8662ab2ccf" name="Holidays/Driver/Germany.php"/>
      <file role="php" baseinstalldir="Date" md5sum="f50ebd8ed8af539be3848b91fd9bbb34" name="Holidays/Driver/Jewish.php"/>
      <file role="php" baseinstalldir="Date" md5sum="abe958c3434c17c644906d384fd7b928" name="Holidays/Driver/UNO.php"/>
      <file role="php" baseinstalldir="Date" md5sum="a95ea68485e72dee699d0116658544ea" name="Holidays/Driver/USA.php"/>
      <file role="data" baseinstalldir="Date" md5sum="f547126f523c738e3407d52802705e64" name="lang/Christian/de_DE.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="3b3a6af82ac846027322a601910017cb" name="lang/Christian/en_EN.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="e2611a972ac6bf97fb7e25862294a805" name="lang/Christian/fr_FR.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="71937f90c00f64f186a06d21bb9a65d7" name="lang/Christian/it_IT.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="99045b525e0c8ce86ebba61543e6dd07" name="lang/Germany/de_DE.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="04f395fca5a18d67a1e44a925a9c5509" name="lang/Germany/en_EN.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="523f713212e6b7cbed9b19b1ce5ea340" name="lang/Germany/fr_FR.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="694128d95a79035ee168ea80d7479825" name="lang/UNO/de_DE.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="f4e7d6c1a63aa6926f3c06fc49537552" name="lang/UNO/en_EN.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="52342a746e4df04182e2ca826c3604fe" name="lang/UNO/fr_FR.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="1fefa3d062f7745fcc46d63094aae78f" name="lang/USA/de_DE.ini"/>
      <file role="data" baseinstalldir="Date" md5sum="6acd76d8bde0ee7facc9ada60c779d03" name="lang/USA/en_EN.ini"/>
      <file role="php" baseinstalldir="Date" md5sum="02176a2163544214ae30135c0599f826" name="Holidays.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.12.0</version>
      <date>2004-12-29</date>
      <license>PHP License</license>
      <state>alpha</state>
      <notes>- added Italian languagefile for Christian holidays (thx 2 quipo)
- added performance-fix for getHolidayForDate() (thx 2 quipo)
- added German translation for USA-holidays
</notes>
    </release>
  </changelog>
</package>
