[uf-discuss] hAtom look-see

Charles Iliya Krempeaux supercanadian at gmail.com
Sun Mar 19 14:51:05 PST 2006


Hello,

On 3/19/06, Ryan King <ryan at technorati.com> wrote:
>
> On Mar 14, 2006, at 10:13 AM, Dimitri Glazkov wrote:
>
> > Fellas,
> >
> > I wrote a post with an itsy-bitsy dose of hAtom in it:
> >
> > http://fuzzycontent.com/index.php/2006/03/14/context-wants-to-be-
> > free-too/
> >
> > I can't get any of the listed tools to validate it, though. Can you
> > lend me a hand with your expertize and tell me if I am doing something
> > wrong?
>
> looks good to me: http://www.lukearno.com/projects/hatom2atom/?
> url=http://fuzzycontent.com/index.php/2006/03/14/context-wants-to-be-
> free-too/.
>
> Btw, hatom proxy bookmarklet:
>
> javascript:void(document.location='http://www.lukearno.com/projects/
> hatom2atom/?url='+document.location)
>

You should probably URL Encode the URL (that document.location returns).
You can use the escape() function for that.

javascript:void(
document.location='http://www.lukearno.com/projects/hatom2atom/?url='+escape
(document.location))


See ya

--
    Charles Iliya Krempeaux, B.Sc.

    charles @ reptile.ca
    supercanadian @ gmail.com

    developer weblog: http://ChangeLog.ca/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://microformats.org/discuss/mail/microformats-discuss/attachments/20060319/1b060351/attachment.htm


More information about the microformats-discuss mailing list