A page in your DokuWiki was added or changed. Here are the details:

Date        : 2017/12/18 19:17
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 
Firefox/57.0
IP-Address  : 80.215.11.90
Hostname    : 80.215.11.90
Old Revision: ---
New Revision: http://ltb-project.org/documentation/white-pages/0.2/config_vcard
Edit Summary: created
User        : coudot

====== vCard export ======

<note>Configuration file: ''white-pages/conf/config.inc.php''</note>

When displaying an entry, it is possible to export it as vCard. If the feature 
is activated, a new button is displayed under the other information.

<note tip>The vCard format is a standard, you can get more information here: 
https://en.wikipedia.org/wiki/VCard.</note> 

===== Activation =====

Enable or disable this feature:
<file php>
$use_vcard = true;
</file>

===== vCard parameters =====

Set the vCard version:
<file php>
$vcard_version = "4.0";
</file>

Map the vCard fields to White Pages items (configured in attributes map):
<file php>
$vcard_map = array('FN' => 'fullname', 'N' => 'fullname', 'EMAIL' => 'mail', 
'CATEGORIES' => 'businesscategory', 'ORG' => 'organization', 'ROLE' => 
'employeetype', 'TEL;TYPE=work' => 'telephonenumber', 'TEL;TYPE=cell' => 
'mobile', 'UID' => 'identifer');
</file>



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
ltb-changes@lists.ltb-project.org
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes

Reply via email to