Hi, Rich, You sure are keeping yourself busy. I see you did some research with a peek at Wikipedia. Just to throw out a few thoughts: I think it might be a good idea to try to stay close to a standard that people might be able to import to other apps like email. A few more links
vCard Ontology - for describing People and Organizations http://www.w3.org/TR/vcard-rdf/ hCard Creator http://microformats.org/code/hcard/creator which creates the html: <div id="hcard-Forrest-Gump" class="vcard"> <span class="fn">Forrest Gump</span> <div class="org">Bubblegum Shrimp Co.</div> <a class="email" href="mailto:[email protected]">[email protected]</a> <div class="adr"> <div class="street-address">1234 Anystreet</div> <span class="locality">Anytown</span> , <span class="region">State</span> , <span class="postal-code">12345</span> <span class="country-name">United States of America</span> </div> <div class="tel">123.555.4321</div> <div><span class="category">wholesale shrimp</span></div><p style="font-size:smaller;">This <a href="http://microformats.org/wiki/hcard">hCard</a> created with the <a href="http://microformats.org/code/hcard/creator">hCard creator</a>.</p> </div> and a project in Java for parsing vCards https://code.google.com/p/ez-vcard/ I can't do the programming. I don't know if someone would find it an interesting project to do a parser in javascript or if it would be necessary. Just thinking of something that might be compatible with other apps. Or maybe just a QR code as a tag back to the source, see attached: Good luck! Greg -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

