Adding initial xinclude for converting selected VCARD to docbook.
authorFredrik Unger <fred@tree.se>
Fri, 6 Apr 2012 05:24:01 +0000 (07:24 +0200)
committerFredrik Unger <fred@tree.se>
Fri, 6 Apr 2012 05:24:01 +0000 (07:24 +0200)
commitd10ed01d0e0a1afe8d66756d205db31b7dbfc583
tree7fe60d6d3a75d054b01e7904dc79f18755b1d5e1
parent630d952d4c5467a196b6712d7a4b0b00358c64eb
Adding initial xinclude for converting selected VCARD to docbook.

Currently reading a VCARDs file, selecting a VCARD based on the
commandline query, and converts it to docbook.
Initial tests with a few VCARDs work. If an address has 2 telephone
numbers, currently only the first is displayed.
If there is only a telephone number and no address, it will not
be displayed in this version.
xinclude/__init__.py [new file with mode: 0644]
xinclude/contact.py [new file with mode: 0755]