It would be nice if Pimki have support for the address book. For example
different pages may include vcards
<vcard>
VERSION:3.0
FN:First1
SN:Second1
URL:http://dot.com
ORG:DOT
TEL{TYPE=work,voice,pref,msg}:5551122
</vcard>
<vcard>
VERSION:3.0
FN:First2
SN:Second2
URL:http://dot2.com
ORG:DOT2
TEL{TYPE=home,voice,pref,msg}:5553344
</vcard>
and one another page (AddressBook) could to be able bring vcards together in one
|first|second|phones|url|
|First1|Second1|work 5551122|http://dot1.com|
|First2|Second2|home 5553344|http://dot2.com|
|