<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://iaddressbook.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>PHP iAddressBook</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/"/>
    <id>http://iaddressbook.org/wiki/</id>
    <updated>2008-12-03T14:23:52+01:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://iaddressbook.org/wiki/feed.php" />
    <entry>
        <title>bugs - Birthday reminder bug</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/bugs?rev=1228210871&amp;do=diff"/>
        <published>2008-12-02T10:41:11+01:00</published>
        <updated>2008-12-02T10:41:11+01:00</updated>
        <id>http://iaddressbook.org/wiki/bugs?rev=1228210871&amp;do=diff</id>
        <summary>Version 1.00

	*  Birthday reminder seems a little buggy with the new year. Since December, it only shows people born in january (although some contacts are born in december).

Version 0.99

	*  if there are no birthdays in the future but at least one in the past, the birthday 'none' label was not displayed
	*  image handling: image is not resized when GD is used (instead of ImageMagick)
	*  image handling: replace proc_open by popen (again) as it may cause troubles with restrictive PHP settings…</summary>
    </entry>
    <entry>
        <title>feature_requests</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/feature_requests?rev=1223328318&amp;do=diff"/>
        <published>2008-10-06T23:25:18+01:00</published>
        <updated>2008-10-06T23:25:18+01:00</updated>
        <id>http://iaddressbook.org/wiki/feature_requests?rev=1223328318&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>Feature Requests

	*  templates for printing of single cards and address lists
	*  localization for addresses in person view (different address templates for countries)</summary>
    </entry>
    <entry>
        <title>playground:playground</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/playground:playground?rev=1213988062&amp;do=diff"/>
        <published>2008-06-20T20:54:22+01:00</published>
        <updated>2008-06-20T20:54:22+01:00</updated>
        <id>http://iaddressbook.org/wiki/playground:playground?rev=1213988062&amp;do=diff</id>
        <summary>====== Level 16 Headline ======</summary>
    </entry>
    <entry>
        <title>roadmap</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/roadmap?rev=1212527879&amp;do=diff"/>
        <published>2008-06-03T23:17:59+01:00</published>
        <updated>2008-06-03T23:17:59+01:00</updated>
        <id>http://iaddressbook.org/wiki/roadmap?rev=1212527879&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>*  0.9 initial release
		*  add/edit/view contacts
		*  search contacts
		*  vcard import (import single and multiple cards, duplicate check)
		*  vcard export (single card export)
		*  multilanguage support
		*  photos in contacts
		*  template support</summary>
    </entry>
    <entry>
        <title>home</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/home?rev=1212527794&amp;do=diff"/>
        <published>2008-06-03T23:16:34+01:00</published>
        <updated>2008-06-03T23:16:34+01:00</updated>
        <id>http://iaddressbook.org/wiki/home?rev=1212527794&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>PHP iAddressBook is an address book for a single user. You can use it for Personal or Business Cards (it supports tons of fields), features a spotlight-like search, has transparent vCard import/export, multilanguage support, design templates and an intuitive interface. It aims at 100% compatibility to the AddressBook in Mac OS X.</summary>
    </entry>
    <entry>
        <title>screenshots</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/screenshots?rev=1211838616&amp;do=diff"/>
        <published>2008-05-26T23:50:16+01:00</published>
        <updated>2008-05-26T23:50:16+01:00</updated>
        <id>http://iaddressbook.org/wiki/screenshots?rev=1211838616&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
    </entry>
    <entry>
        <title>docs</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/docs?rev=1211838166&amp;do=diff"/>
        <published>2008-05-26T23:42:46+01:00</published>
        <updated>2008-05-26T23:42:46+01:00</updated>
        <id>http://iaddressbook.org/wiki/docs?rev=1211838166&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>Prerequisites / Dependencies

PHP iAddressbook does only have very little dependencies since I wanted it to work on as many systems as possible.

You will need:

	*  PHP (Version 4.3 or higher)
	*  a database (MySQL or SQLite, ADOdb is used as abstraction layer)
	*  (optional) iconv (if you want to import vcards that are not UTF-8 encoded)
	*  (optional) ImageMagick's convert or GD (if you want to import photos)</summary>
    </entry>
    <entry>
        <title>development</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/development?rev=1211838049&amp;do=diff"/>
        <published>2008-05-26T23:40:49+01:00</published>
        <updated>2008-05-26T23:40:49+01:00</updated>
        <id>http://iaddressbook.org/wiki/development?rev=1211838049&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>Source Code &amp; Version Control


The source code for this project is currently hosted at SourceForge.net.

You can find the project details for PHP iAddressBook on SourceForge.net here.




The SVN repository is organised the usual way:

	*  The trunk tree contains the most recent development version.
	*  The branches tree contains subfolders for the different versions (0.9x, 1.0x etc.)
	*  The tags tree contains snapshots for all software releases ever made.</summary>
    </entry>
    <entry>
        <title>docs:xmlrpc</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/docs:xmlrpc?rev=1211836519&amp;do=diff"/>
        <published>2008-05-26T23:15:19+01:00</published>
        <updated>2008-05-26T23:15:19+01:00</updated>
        <id>http://iaddressbook.org/wiki/docs:xmlrpc?rev=1211836519&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>Overview


As of version 1.0 the iAddressBook comes with an XML-RPC API interface that
allows to integrate the addressbook into other tools. The interface is
intended primarily for querying and syncing the addressbook. The current
design tries to minimize troubles with future interface changes. The most
basic function provided tells you the version number of the interface itself.
This should make it easy to detect different interface layouts in the future
(in case anything should change substant…</summary>
    </entry>
    <entry>
        <title>demo</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/demo?rev=1211825670&amp;do=diff"/>
        <published>2008-05-26T20:14:30+01:00</published>
        <updated>2008-05-26T20:14:30+01:00</updated>
        <id>http://iaddressbook.org/wiki/demo?rev=1211825670&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>see &lt;http://iaddressbook.org/demo/&gt; for an online demonstration. 

To login with admin rights use:

username demo password demo 







You can also try all supported languages here:
 Supported Languages  Translation Status  Български   47%   Czech   39%   Deutsch   100%   English   100%   Español   38%   Esperanto   37%   Français   39%   Bahasa Indonesia   39%   Italiano   38%   Magyar   39%   Nederlands   38%   Português   38%   Русский   39%   Schwiizerdütsch    47%   Slovenčina   37%   Sáme…</summary>
    </entry>
    <entry>
        <title>changelog</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/changelog?rev=1211824105&amp;do=diff"/>
        <published>2008-05-26T19:48:25+01:00</published>
        <updated>2008-05-26T19:48:25+01:00</updated>
        <id>http://iaddressbook.org/wiki/changelog?rev=1211824105&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>Changes marked with :!: need some attention on upgrading! 

Version 1.0 (2008-05-26)

	*  fixed bug in birthday reminder: if there are no birthdays in the future but at least one in the past, the birthday 'none' label was not displayed
	*  fixed file creation modes. config setting $conf['fmode'] now has effect whenever a file is created
	*  fixed a bug in addressbook db handling
	*  fixed a minor GMT bug in date handling
	*  fixed image/format bug
	*  improved image handling: proc_open replaced …</summary>
    </entry>
    <entry>
        <title>download</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/download?rev=1211824053&amp;do=diff"/>
        <published>2008-05-26T19:47:33+01:00</published>
        <updated>2008-05-26T19:47:33+01:00</updated>
        <id>http://iaddressbook.org/wiki/download?rev=1211824053&amp;do=diff</id>
        <author>
            <name>cwacha</name>
        </author>
        <summary>Array



:!: Refer to the Changelog if you are upgrading!

	*  
	*  
	*  
	*  
	*  
	*   (categories)
	*  
	*  
	*   (Template fixed for Internet Explorer)
	*  
	*  [iaddressbook_0.9.zip] (working, but misses a nice default template)</summary>
    </entry>
</feed>
