home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
home [19-02-2012 15:58]
cwacha
home [22-12-2017 16:53]
cwacha
Line 2: Line 2:
  
  
-**PHP iAddressBook** is an address book for a single user. You can use it for Personal or Business Cards [[docs#contact_format|(it supports tons of fields)]], features a spotlight-like search, has transparent vCard import/export, multilanguage support, [[docs#templates|design templates]] and an intuitive interface. It aims at 100% compatibility to the AddressBook in Mac OS X.+**PHP iAddressBook** is an address book for a single user. You can use it for Personal or Business Cards [[docs#contact_format|(it supports tons of fields)]], features a spotlight-like search, has transparent vCard import/export, multilanguage support, [[docs#templates|design templates]] and an intuitive interface. It aims at 100% compatibility to the AddressBook in macOS.
  
  
 ==== Features ==== ==== Features ====
  
-  * contact fields 99% identical to AddressBook.app in Mac OS X ([[docs#contact_format|click here for details]]) +  * iCloud/CardDAV and XML-RPC interfaces 
-  * add/edit/view contacts +  * authentication support 
-  * search/filter contacts +  * contact fields 99% identical to AddressBook.app in macOS ([[docs#contact_format|click here for details]]) 
-  * categories +  * add/edit/view/search/filter contacts 
-  * contact photos +  * supports categories 
-  * manual uploaded photos are resized automatically +  * supports contact photos 
-  * transparent vCard import/export +  * provides transparent vCard import/export 
-  * import and export of multiple cards +  * prevents import of duplicate vCards
-  * duplicate vCards are not imported (must be 100% identical to be recognized as duplicates)+
   * HTML template support   * HTML template support
   * multilanguage support (currently english, german, spanish, dutch, italian, french, portuguese, japanese, esperanto, russian, slovak)   * multilanguage support (currently english, german, spanish, dutch, italian, french, portuguese, japanese, esperanto, russian, slovak)
-  * authentication support 
-  * installer script 
-  * XML-RPC interface 
-  * uses [[http://adodb.sourceforge.net/|ADOdb Database Abstraction Library]] to access MySQL, SQLite and others 
   * easy extentable thanks to clean and modular code   * easy extentable thanks to clean and modular code
 +  * compatible with PHP 7.x and 5.x
  
 ==== Contact ==== ==== Contact ====
Line 29: Line 25:
  
 <html> <html>
-<script type="text/javascript" src="http://www.ohloh.net/projects/13595/widgets/project_partner_badge"></script>+<script type="text/javascript" src="https://www.ohloh.net/p/13595/widgets/project_partner_badge.js"></script>
 </html> </html>
  
Line 37: Line 33:
  
 <!-- Creative Commons License --> <!-- Creative Commons License -->
-<a href="http://creativecommons.org/licenses/GPL/2.0/"> +<a href="https://creativecommons.org/licenses/GPL/2.0/"> 
-<img alt="CC-GNU GPL" border="0" src="http://creativecommons.org/images+<img alt="CC-GNU GPL" border="0" src="https://creativecommons.org/images
 /public/cc-GPL-a.png" /></a><br /> /public/cc-GPL-a.png" /></a><br />
-This software is licensed under the <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL</a>.+This software is licensed under the <a href="https://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL</a>.
 <!-- /Creative Commons License --> <!-- /Creative Commons License -->
  
 <!-- <!--
  
-<rdf:RDF xmlns="http://web.resource.org/cc/" +<rdf:RDF xmlns="https://web.resource.org/cc/" 
-    xmlns:dc="http://purl.org/dc/elements/1.1/" +    xmlns:dc="https://purl.org/dc/elements/1.1/" 
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">+    xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#">
 <Work rdf:about=""> <Work rdf:about="">
-   <license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> +   <license rdf:resource="https://creativecommons.org/licenses/GPL/2.0/" /> 
-   <dc:type rdf:resource="http://purl.org/dc/dcmitype/Software" />+   <dc:type rdf:resource="https://purl.org/dc/dcmitype/Software" />
 </Work> </Work>
  
-<License rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> +<License rdf:about="https://creativecommons.org/licenses/GPL/2.0/"> 
-<permits rdf:resource="http://web.resource.org/cc/Reproduction" /> +<permits rdf:resource="https://web.resource.org/cc/Reproduction" /> 
-   <permits rdf:resource="http://web.resource.org/cc/Distribution" /> +   <permits rdf:resource="https://web.resource.org/cc/Distribution" /> 
-   <requires rdf:resource="http://web.resource.org/cc/Notice" /> +   <requires rdf:resource="https://web.resource.org/cc/Notice" /> 
-   <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> +   <permits rdf:resource="https://web.resource.org/cc/DerivativeWorks" /> 
-   <requires rdf:resource="http://web.resource.org/cc/ShareAlike" /> +   <requires rdf:resource="https://web.resource.org/cc/ShareAlike" /> 
-   <requires rdf:resource="http://web.resource.org/cc/SourceCode" />+   <requires rdf:resource="https://web.resource.org/cc/SourceCode" />
 </License> </License>
  
  • home.txt
  • Last modified: 06-12-2018 22:44
  • by cwacha