<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release2"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release2
    http://pear.php.net/dtd/rest.release2.xsd">
 <p xlink:href="/rest/p/contact_addressbook">Contact_AddressBook</p>
 <c>pear.php.net</c>
 <v>0.4.0alpha1</v>
 <a>0.4.0alpha1</a>
 <mp>4.3.0</mp>
 <st>alpha</st>
 <l>BSD License</l>
 <m>firman</m>
 <s>Address book export-import class</s>
 <d>Package provide export-import address book mechanism. Contact_AddressBook refers to needed structure, convert the various address book structure format into it, then you can easily to store it into file, database or another storage media.
 
</d>
 <da>2005-08-16 16:57:55</da>
 <n>* Fixed bug in Contact_AddressBook_Builder_Eudora::build(), wrong way on &quot;notes&quot; tag
* Fixed bug causes by File_CSV with force config (thanks to Andy Crain &lt;crain@fuse.net&gt;)
* Fixed bug in Contact_AddressBook_Converter::prepare(), Contact_AddressBook_Converter::$isPrepared never assigned (thanks to Andy Crain &lt;crain@fuse.net&gt;)
* Reconstructed file and directory structure
* Renamed Contact_AddressBook_Builder_eudora to Contact_AddressBook_Eudora
* Renamed Contact_AddressBook_Builder_csv to Contact_AddressBook_CSV
* Renamed Contact_AddressBook_Parser_eudora to Contact_AddressBook_Parser_Eudora
* Renamed Contact_AddressBook_Parser_CSV to Contact_AddressBook_Parser_csv
* Renamed several files to pretty names
* Moved all CSV address book related files under PEAR data dir &quot;Contact_AddressBook/CSV&quot;
* Renamed format call names, see added logs
* Changed the examples
* Changed the release state to alpha
- Removed &quot;definitions&quot; dir, now all definition files are under &quot;Defs&quot; dir
- Removed Contact_AddressBook::isExportable(), each supported formats are exportable
- Removed Contact_AddressBook::isImportable(), each supported formats are importable
- Removed Contact_AddressBook_Builder_csv_netscape
- Removed Contact_AddressBook_Builder_csv_outlook_express
+ Added new method Contact_AddressBook::isSupported(), find out the whether the format is supported or not
+ Added new class Contact_AddressBook_CSV for working with CSV
+ Added new class Contact_AddressBook_Converter_CSV, for CSV converting
+ Added several CSV related files in PEAR data dir &quot;Contact_AddressBook/CSV&quot;
+ Added new support for KMail (KDE Mailer), Ms Outlook, Palm Pilot and Yahoo!
+ Added several call names (case-insensitive),
csv_wab =&gt; Ms Windows Address Book CSV
csv_outlookexpress  =&gt; Ms Windows Outlook Express CSV (equal with csv_wab)
csv_outlook =&gt; Ms Outlook CSV
csv_mozilla =&gt; Mozilla Mailer CSV
csv_thunderbird =&gt; Mozilla Thunderbird CSV (equal with csv_mozilla and csv_netscape)
csv_netscape =&gt; Netscape Mailer CSV (equal with csv_mozilla and csv_thunderbird)
csv_yahoo =&gt; Yahoo! CSV
csv_palm =&gt; Palm CSV.
eudora =&gt; Eudora address book
+ Upgraded File package dependency to version  &gt;= 1.2.1</n>
 <f>23427</f>
 <g>http://pear.php.net/get/Contact_AddressBook-0.4.0alpha1</g>
 <x xlink:href="package.0.4.0alpha1.xml"/>
</r>