+
+vCard support
+-------------
+
+The topic of combining ikiwiki with
+[[calypso|http://keithp.com/blogs/calypso/]] was brought up
+[[in another event|http://penta.debconf.org/dc13_schedule/events/1087.en.html]]
+during the same DebConf.
+
+Short outline: Calypso's collection of vCards can go into an ikiwiki underlay,
+and be rendered with a yet-to-be-completed `.vcf` rendering plugin.
+
+Remaining questions:
+
+* It would be nice to have all contacts inside a group. Should they all be
+ tagged 'Contact'? / How can that be localized?
+
+ Using plugin options in the VCF plugin would be an option. Also, another
+ option could contain a string to be prefixed to the categories defined inside
+ the vCard.
+
+* Linking vCards is not trivial, as they don't have friendly names. This calls
+ for the [[todo/alias directive]].
+
+* Would the same thing be useful with contacts too?
+
+A partial implementation is pending publication.