Jaminy / Email-Mining

BSD 2-Clause "Simplified" License
1 stars 4 forks source link

Make web interface machine-readable #30

Open irl opened 8 years ago

irl commented 8 years ago

Using a standard like hCard, microdata or RDFa (you only need to pick one) make the contact information on the detail pages machine readable.

Jaminy commented 8 years ago

Vobject package suitable for this application.

irl commented 7 years ago

Creating Vobject data sounds like a great idea. You can return these as a separate route in the Flask application, something like:

/contact/email@address.com for the details page /vcard/email@address.com for a vCard using Vobject

Have this as an extension task though, the others are more important to deal with first and would also be providing data for this task, such as XMPP, SIP and telephone numbers.