micropoc_xml2vcard/README.md

12 lines
581 B
Markdown
Raw Normal View History

2017-08-19 01:33:37 +00:00
# epvpn\_xml2vcard
2018-05-12 01:40:54 +00:00
For [micropoc](https://micropoc.de): Takes the XML file you've downloaded before and generates a vCard (makes sense for Android and stuff).
2017-08-19 01:43:40 +00:00
## Usage
2018-05-12 01:40:54 +00:00
1. Get your brandnew™ XML file from the [micropoc Phonebook](https://micropoc.de/phonebook.xml). Maybe save it as `phonebook.xml`.
2. If not already done, set executable rights for the program through `chmod +x micropoc_xml2vcard`.
3. Run `./micropoc_xml2vcard -i phonebook.xml -o micropoc.vcf`.
4. Now you have a file named `micropoc.vcf` ready to import to Android™®©đ€¶@ŋŧ¶ or somewhere else.
2017-08-19 01:43:40 +00:00