this little perl script generates HTML from a VCF file containing multiple contacts (e.g. an export from KAddressbook). I use this to create a printable version of my Contacts. In short: - The script reads a VCF containing multiple contacts
- Generates a single HTML file to stdout
- Supported fields: Full Name (FN), Organization (ORG), ROLE, EMAIL, ADDRESSES, Phone Numbers (TEL), URL, Birthday, Notes,
- Photos are saved directly into the current director, using the UID field for the filename
Usage: # ./vcf2html.pl addressbook.vcf > addressbook.html |
 Updating...
Jonas Diemer, Jan 3, 2009, 11:37 AM
|