Microformats/vcards

Hi

Is it possible to insert microformat hCards and hCalendars in FW which would allow downloading info directly into address books or calendars?

I am rooting about in http://microformats.org/ in an effort to learn about these but would be interesed to here of FW users views on them and their installation. And maybe some guidance on how to do it?

Regards Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

HI again

Can I bring this back to the front again just in case someone who knows missed it?

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There aren’t any Actions to facilitate this, as far as I know, but
it’s relatively simple code that you could add in through the various
Extended dialogs and Markup Items, I believe.

The example they give on the microformats.org site looks like this:

<div class="vcard">
	<a class="fn org url" href="http://www.commerce.net/">CommerceNet</a>
	<div class="adr">
		<span class="type">Work</span>:
		<div class="street-address">169 University Avenue</div>
		<span class="locality">Palo Alto</span>,
		<abbr class="region" title="California">CA</abbr>
		<span class="postal-code">94301</span>
		<div class="country-name">USA</div>
	</div>
	<div class="tel">
		<span class="type">Work</span> +1-650-289-4040
	</div>
	<div class="tel">
		<span class="type">Fax</span> +1-650-289-4041
	</div>
	<div>Email:
		<span class="email">email@hidden</span>
	</div>
</div>

Some of this will be really simple within Freeway, but other parts,
like class=“street-address” will be all but impossible, since Freeway
won’t let you create a style with a hyphen in its name. You’d have to
hand-code that part with Markup Items.

My guess is that unless you paste the whole thing into a markup item,
and then use a JavaScript formatter or similar to make it pretty,
you’re going to have a lot of work making the fine strokes here within
Freeway.

Walter

On Jan 26, 2010, at 4:31 PM, Richard Lowther wrote:

HI again

Can I bring this back to the front again just in case someone who
knows missed it?

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

OK thanks Walter. Looks like I have some home work to do if I want to get something like this to work.

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options