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

Date        : 2017/12/19 12:16
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 
Firefox/57.0
IP-Address  : 90.88.180.122
Hostname    : AAubervilliers-681-1-64-122.w90-88.abo.wanadoo.fr
Old Revision: 
http://ltb-project.org/documentation/white-pages/0.2/config_vcard?rev=1513621054
New Revision: http://ltb-project.org/documentation/white-pages/0.2/config_vcard
Edit Summary: [vCard parameters] 
User        : coudot

@@ -17,11 +17,17 @@
  
  Set the vCard version:
  <file php>
  $vcard_version = "4.0";
+ </file>
+ 
+ Configure the file name:
+ <file php>
+ $vcard_file_extension = "vcf";
+ $vcard_file_identifier = "identifier";
  </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');
+ $vcard_map = array('FN' => 'fullname', 'N' => 'fullname', 'EMAIL' => 'mail', 
'CATEGORIES' => 'businesscategory', 'ORG' => 'organization', 'ROLE' => 
'employeetype', 'TEL;TYPE=work,voice;VALUE=uri:tel' => 'phone', 
'TEL;TYPE=cell,voice;VALUE=uri:tel' => 'mobile', 'UID' => 'identifier');
  </file>
  



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

Reply via email to