From oaleh_91 at hotmail.com Sun Mar 4 02:50:02 2007 From: oaleh_91 at hotmail.com (ahmad omar) Date: Sun Mar 4 02:50:06 2007 Subject: [uf-rest] (no subject) Message-ID: _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From oaleh_91 at hotmail.com Sun Mar 4 02:57:17 2007 From: oaleh_91 at hotmail.com (ahmad omar) Date: Sun Mar 4 02:57:39 2007 Subject: [uf-rest] (no subject) Message-ID: _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From drernie at opendarwin.org Tue Mar 13 11:43:03 2007 From: drernie at opendarwin.org (Dr. Ernie Prabhakar) Date: Tue Mar 13 11:43:07 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo Message-ID: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> Hi all, Things have been fairly quiet lately (despite many new members who've joined, welcome). I've been pondering how best to build on the success of getting REST into Rails 1.2. Fortunately, Chris (cc-ed above) appears to have beaten me to it: http://errtheblog.com/post/37 > What if instead of requesting /posts/1 and posts/1.xml, all you > ever needed was /posts/1? I?m not making this up. We are indeed > seeing the epoch of a world of resources, and in many places we can > take the RESTful design a step further: we can eliminate some of > our our respond_to and params[:format] requirements. Less code... > Soon you may not even need to code feeds?either your readers will > understand hAtom and be capable of subscribing to a URL directly > (which NetNewsWire can already do), or you can (now) use an hAtom > to Atom converter. Just point Feedburner at the converted feed and > bam, insta-Atom. No extra code required. > > And that?s the whole point. Less code. The information is already > there. Help the machines find it. What's more intriguing is that he's using Hpricot, the whiz-bang (well, whiz-% :-) Ruby parser, for the (somewhat painfully named) mofo: > mofo is a microformat parser for Ruby based on Hpricot. It?s got a > nice little DSL for defining microformats and currently supports > hCard, hCalendar, hReview, hEntry, xoxo, rel-tag, and rel-bookmark. > There may be a few kinks, but hey, it?s new. Me thinks it wouldn't be that difficult to hack scaffold_resource to generate XOXO-compatible lists that could be extracted into the equivalent of "to_xml", and then to add that into ActiveResource to create an end-to-end REST-Enabled XHTML solution. In fact, that seems to be what Drew McClellan (on this list?) suggested, which at least partly inspired Chris: http://allinthehead.com/presentations/2006/mf-website-api.pdf Did that make sense (and/or sound cool) to anyone besides me? -- Ernie P. From jystewart at gmail.com Wed Mar 14 06:42:07 2007 From: jystewart at gmail.com (James Stewart) Date: Wed Mar 14 06:42:12 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> Message-ID: Hi, I think this is my first post here, after lurking for a while. On Mar 13, 2007, at 3:43 PM, Dr. Ernie Prabhakar wrote: > Things have been fairly quiet lately (despite many new members > who've joined, welcome). I've been pondering how best to build on > the success of getting REST into Rails 1.2. Fortunately, Chris (cc- > ed above) appears to have beaten me to it: > > http://errtheblog.com/post/37 > >> What if instead of requesting /posts/1 and posts/1.xml, all you >> ever needed was /posts/1? I?m not making this up. We are indeed >> seeing the epoch of a world of resources, and in many places we >> can take the RESTful design a step further: we can eliminate some >> of our our respond_to and params[:format] requirements. Less code... > >> Soon you may not even need to code feeds?either your readers will >> understand hAtom and be capable of subscribing to a URL directly >> (which NetNewsWire can already do), or you can (now) use an hAtom >> to Atom converter. Just point Feedburner at the converted feed and >> bam, insta-Atom. No extra code required. >> >> And that?s the whole point. Less code. The information is already >> there. Help the machines find it. > What's more intriguing is that he's using Hpricot, the whiz-bang > (well, whiz-% :-) Ruby parser, for the (somewhat painfully named) > mofo: > >> mofo is a microformat parser for Ruby based on Hpricot. It?s got a >> nice little DSL for defining microformats and currently supports >> hCard, hCalendar, hReview, hEntry, xoxo, rel-tag, and rel- >> bookmark. There may be a few kinks, but hey, it?s new. > Me thinks it wouldn't be that difficult to hack scaffold_resource > to generate XOXO-compatible lists that could be extracted into the > equivalent of "to_xml", and then to add that into ActiveResource to > create an end-to-end REST-Enabled XHTML solution. I've been doing a bit of work along similar lines, using mofo to take input for an events service I'm currently testing (not public yet, sorry!). Since my service is entirely focussed on events I've been focussing on hCalendar and hCard, and my frontend generates them as a matter of course. I'm using the mofo head rather than the current release as the released version doesn't have support for hCards or addr within hCalendar events. What I wanted to be able to do was to be able to accept my input as XML, JSON, microformats or a regular query string. It's quite straightforward to add parameter parsers for different types of input in Rails 1.2, but distinguishing the microformat input from a standard query string was a bit trickier. I wrote up a few notes on my blog: http://jystewart.net/process/2007/02/intercepting-microformats-in- rails-input/ I've also written up a longer piece on the process which should appear on infoq.com some time soon. James. -- James Stewart Work: http://jystewart.net/process/ Play: http://james.anthropiccollective.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-rest/attachments/20070314/e0e7f81c/attachment.html From drernie at opendarwin.org Wed Mar 14 19:15:11 2007 From: drernie at opendarwin.org (Dr. Ernie Prabhakar) Date: Wed Mar 14 19:15:20 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> Message-ID: <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> Hi James, On Mar 14, 2007, at 7:42 AM, James Stewart wrote: > I think this is my first post here, after lurking for a while. Welcome! > What I wanted to be able to do was to be able to accept my input as > XML, JSON, microformats or a regular query string. It's quite > straightforward to add parameter parsers for different types of > input in Rails 1.2, but distinguishing the microformat input from a > standard query string was a bit trickier. Um, sorry, I'm not quite following you. Do you mean *encoding* the microformat data _into_ the query string? My understanding is that the query string is urlencoded vs. HTML, so there's no ambiguity. But I'm probably completely missing your point. > I wrote up a few notes on my blog: > > http://jystewart.net/process/2007/02/intercepting-microformats-in- > rails-input/ > > I've also written up a longer piece on the process which should > appear on infoq.com some time soon. Look forward to it -- please let us know when it is up. - Ernie P. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-rest/attachments/20070314/445ed40f/attachment.html From jystewart at gmail.com Thu Mar 15 11:39:43 2007 From: jystewart at gmail.com (James Stewart) Date: Thu Mar 15 12:05:47 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> Message-ID: <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> On Mar 15, 2007, at 3:15 AM, Dr. Ernie Prabhakar wrote: > On Mar 14, 2007, at 7:42 AM, James Stewart wrote: >> I think this is my first post here, after lurking for a while. > > Welcome! Thanks :) >> What I wanted to be able to do was to be able to accept my input >> as XML, JSON, microformats or a regular query string. It's quite >> straightforward to add parameter parsers for different types of >> input in Rails 1.2, but distinguishing the microformat input from >> a standard query string was a bit trickier. > > Um, sorry, I'm not quite following you. Do you mean *encoding* the > microformat data _into_ the query string? My understanding is that > the query string is urlencoded vs. HTML, so there's no ambiguity. > But I'm probably completely missing your point. WHat I wanted to be able to do was post HTML (marked up with microformats) to my endpoint just as I would post XML, and to have mofo then parse that HTML and pull out the relevant content. >> I wrote up a few notes on my blog: >> >> http://jystewart.net/process/2007/02/intercepting-microformats-in- >> rails-input/ >> >> I've also written up a longer piece on the process which should >> appear on infoq.com some time soon. > > Look forward to it -- please let us know when it is up. It actually went up a couple of hours after I last posted: http://www.infoq.com/articles/rails-rest-and-microformats James. -- James Stewart Play: http://james.anthropiccollective.org Work: http://jystewart.net/process/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-rest/attachments/20070315/1510a1c5/attachment.html From technoweenie at gmail.com Thu Mar 15 12:20:06 2007 From: technoweenie at gmail.com (Rick Olson) Date: Thu Mar 15 12:20:14 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> Message-ID: <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> > WHat I wanted to be able to do was post HTML (marked up with microformats) > to my endpoint just as I would post XML, and to have mofo then parse that > HTML and pull out the relevant content. The problem with this is that unless you code your rails models to match specific microformats, the chances of the two data formats lining up are slim. You'll need to write a custom param parser that wires attributes from whatever microformat you're receiving with your model's attributes. -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.com From david at loudthinking.com Thu Mar 15 12:37:43 2007 From: david at loudthinking.com (David Heinemeier Hansson) Date: Thu Mar 15 12:37:50 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> Message-ID: >> WHat I wanted to be able to do was post HTML (marked up with >> microformats) >> to my endpoint just as I would post XML, and to have mofo then >> parse that >> HTML and pull out the relevant content. > > The problem with this is that unless you code your rails models to > match specific microformats, the chances of the two data formats > lining up are slim. You'll need to write a custom param parser that > wires attributes from whatever microformat you're receiving with your > model's attributes. You could do that in a filter/preprocessor, though. Such that the internals of your models and controllers would be indifferent to how the data came in. -- David Heinemeier Hansson http://www.37signals.com -- Basecamp, Campfire, Backpack, Getting Real http://www.rubyonrails.com -- Web-application framework http://www.loudthinking.com -- Broadcasting Brain -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1940 bytes Desc: not available Url : http://microformats.org/discuss/mail/microformats-rest/attachments/20070315/c952d693/smime.bin From jystewart at gmail.com Thu Mar 15 14:37:41 2007 From: jystewart at gmail.com (James Stewart) Date: Thu Mar 15 14:37:51 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> Message-ID: <5492DBD1-3DB0-4FBC-9CBB-E5AE4A36A222@gmail.com> On Mar 15, 2007, at 8:20 PM, Rick Olson wrote: >> WHat I wanted to be able to do was post HTML (marked up with >> microformats) >> to my endpoint just as I would post XML, and to have mofo then >> parse that >> HTML and pull out the relevant content. > > The problem with this is that unless you code your rails models to > match specific microformats, the chances of the two data formats > lining up are slim. You'll need to write a custom param parser that > wires attributes from whatever microformat you're receiving with your > model's attributes. One thing I've been considering for that is overriding the new and/or create methods on my models (or adding a new method) that will accept a mofo object as input and map it to field names. That could work as a plugin. So my process would be: * param_parser detects microformats and sets up params containing the microformat objects * overridden AR method receives microformat objects and translates them into models It's not as elegant as I'd like, but it's the best I've been able to come up with so far. James. -- James Stewart Play: http://james.anthropiccollective.org Work: http://jystewart.net/process/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-rest/attachments/20070315/1bc15d1e/attachment.html From ryan at technorati.com Mon Mar 19 21:36:41 2007 From: ryan at technorati.com (Ryan King) Date: Mon Mar 19 21:36:44 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> Message-ID: <85E498D9-5395-4E04-988E-57148437757F@technorati.com> On Mar 15, 2007, at 1:20 PM, Rick Olson wrote: >> WHat I wanted to be able to do was post HTML (marked up with >> microformats) >> to my endpoint just as I would post XML, and to have mofo then >> parse that >> HTML and pull out the relevant content. > > The problem with this is that unless you code your rails models to > match specific microformats, the chances of the two data formats > lining up are slim. You'll need to write a custom param parser that > wires attributes from whatever microformat you're receiving with your > model's attributes. Of course, if you were to make, for example, your Person model use the same field names as hCard/vCard you could skip the step of figuring out how to represent a person (again). -ryan -- Ryan King ryan@technorati.com From chris at ozmm.org Wed Mar 21 21:56:47 2007 From: chris at ozmm.org (Chris Wanstrath) Date: Wed Mar 21 21:56:50 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <85E498D9-5395-4E04-988E-57148437757F@technorati.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> <85E498D9-5395-4E04-988E-57148437757F@technorati.com> Message-ID: <8b73aaca0703212256t68cff11bvfbe00776e98a109e@mail.gmail.com> On 3/19/07, Ryan King wrote: > Of course, if you were to make, for example, your Person model use > the same field names as hCard/vCard you could skip the step of > figuring out how to represent a person (again). Yep. You could also use alias_attribute if the model fields and the microformat fields don't match up and you don't need any special processing to coerce the uf data. For example, if you have an hCard and you're using the 'bday' attribute but your model has a 'date_of_birth' field: alias_attribute :bday, :date_of_birth Now you can @person.bday = Time.now (or something) and it'll be functionally the same as @person.date_of_birthday = Time.now. However, I gotta say: posting HTML is kind of awkward. Isn't it? Microformats are for publishing and talk of posting them to endpoints kinda gives me the willies... -- Chris Wanstrath http://errtheblog.com From technoweenie at gmail.com Wed Mar 21 22:16:06 2007 From: technoweenie at gmail.com (Rick Olson) Date: Wed Mar 21 22:16:10 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <8b73aaca0703212256t68cff11bvfbe00776e98a109e@mail.gmail.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> <85E498D9-5395-4E04-988E-57148437757F@technorati.com> <8b73aaca0703212256t68cff11bvfbe00776e98a109e@mail.gmail.com> Message-ID: <48fe25b0703212316u480e10afya1d566fd4fb60964@mail.gmail.com> > However, I gotta say: posting HTML is kind of awkward. Isn't it? > Microformats are for publishing and talk of posting them to endpoints > kinda gives me the willies... You don't think a hAPP api would be cool? Forget atom, just have your blog editing tool send your post in hAtom-formatted markup. -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.com From chris at ozmm.org Wed Mar 21 22:48:08 2007 From: chris at ozmm.org (Chris Wanstrath) Date: Wed Mar 21 22:48:24 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <48fe25b0703212316u480e10afya1d566fd4fb60964@mail.gmail.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> <85E498D9-5395-4E04-988E-57148437757F@technorati.com> <8b73aaca0703212256t68cff11bvfbe00776e98a109e@mail.gmail.com> <48fe25b0703212316u480e10afya1d566fd4fb60964@mail.gmail.com> Message-ID: <8b73aaca0703212348s3290bcabm34c93fbf0eb6fd51@mail.gmail.com> On 3/21/07, Rick Olson wrote: > You don't think a hAPP api would be cool? Forget atom, just have your > blog editing tool send your post in hAtom-formatted markup. Be careful what you wish for: http://pastie.caboo.se/48689 -- Chris Wanstrath http://errtheblog.com From oaleh_91 at hotmail.com Fri Mar 23 03:21:40 2007 From: oaleh_91 at hotmail.com (ahmad omar) Date: Fri Mar 23 03:21:46 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <8b73aaca0703212348s3290bcabm34c93fbf0eb6fd51@mail.gmail.com> Message-ID: >From: "Chris Wanstrath" >Reply-To: Microformats REST >To: "Microformats REST" >Subject: Re: [uf-rest] New microformat/REST Ruby Parser: mofo >Date: Wed, 21 Mar 2007 23:48:08 -0700 > >On 3/21/07, Rick Olson wrote: > >>You don't think a hAPP api would be cool? Forget atom, just have your >>blog editing tool send your post in hAtom-formatted markup. > >Be careful what you wish for: http://pastie.caboo.se/48689 > >-- >Chris Wanstrath >http://errtheblog.com >_______________________________________________ >microformats-rest mailing list >microformats-rest@microformats.org >http://microformats.org/mailman/listinfo/microformats-rest _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From ryan at technorati.com Fri Mar 23 09:53:30 2007 From: ryan at technorati.com (Ryan King) Date: Fri Mar 23 09:53:35 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <48fe25b0703212316u480e10afya1d566fd4fb60964@mail.gmail.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> <85E498D9-5395-4E04-988E-57148437757F@technorati.com> <8b73aaca0703212256t68cff11bvfbe00776e98a109e@mail.gmail.com> <48fe25b0703212316u480e10afya1d566fd4fb60964@mail.gmail.com> Message-ID: On Mar 21, 2007, at 11:16 PM, Rick Olson wrote: >> However, I gotta say: posting HTML is kind of awkward. Isn't it? >> Microformats are for publishing and talk of posting them to endpoints >> kinda gives me the willies... > > You don't think a hAPP api would be cool? Forget atom, just have your > blog editing tool send your post in hAtom-formatted markup. Yeah, why use XML when you already have all the semantics you need in HTML? -ryan -- Ryan King ryan@technorati.com From ryan at technorati.com Fri Mar 23 09:55:52 2007 From: ryan at technorati.com (Ryan King) Date: Fri Mar 23 09:55:56 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: <8b73aaca0703212256t68cff11bvfbe00776e98a109e@mail.gmail.com> References: <04E1C64D-450E-4CE2-915D-3BF7D152F111@opendarwin.org> <4CD63DCF-4F75-4FE3-93EA-F4845F60D861@opendarwin.org> <39209247-8C92-4893-B479-6C8284C0069B@gmail.com> <48fe25b0703151320o590c5c38ic4bac90a914c2bf4@mail.gmail.com> <85E498D9-5395-4E04-988E-57148437757F@technorati.com> <8b73aaca0703212256t68cff11bvfbe00776e98a109e@mail.gmail.com> Message-ID: On Mar 21, 2007, at 10:56 PM, Chris Wanstrath wrote: > However, I gotta say: posting HTML is kind of awkward. Isn't it? > Microformats are for publishing and talk of posting them to endpoints > kinda gives me the willies... This is how the web was designed (remember, REST is just a description of how the web works as a distributed computation platform). HTML is a valid way to REpresent entities for facilitating State Transfer. -ryan -- Ryan King ryan@technorati.com From oaleh_91 at hotmail.com Sun Mar 25 00:55:35 2007 From: oaleh_91 at hotmail.com (ahmad omar) Date: Sun Mar 25 00:55:42 2007 Subject: [uf-rest] New microformat/REST Ruby Parser: mofo In-Reply-To: Message-ID: >From: "ahmad omar" >Reply-To: Microformats REST >To: microformats-rest@microformats.org >Subject: Re: [uf-rest] New microformat/REST Ruby Parser: mofo >Date: Fri, 23 Mar 2007 14:21:40 +0300 > > > > >>From: "Chris Wanstrath" >>Reply-To: Microformats REST >>To: "Microformats REST" >>Subject: Re: [uf-rest] New microformat/REST Ruby Parser: mofo >>Date: Wed, 21 Mar 2007 23:48:08 -0700 >> >>On 3/21/07, Rick Olson wrote: >> >>>You don't think a hAPP api would be cool? Forget atom, just have your >>>blog editing tool send your post in hAtom-formatted markup. >> >>Be careful what you wish for: http://pastie.caboo.se/48689 >> >>-- >>Chris Wanstrath >>http://errtheblog.com >>_______________________________________________ >>microformats-rest mailing list >>microformats-rest@microformats.org >>http://microformats.org/mailman/listinfo/microformats-rest > >_________________________________________________________________ >Express yourself instantly with MSN Messenger! Download today it's FREE! >http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > >_______________________________________________ >microformats-rest mailing list >microformats-rest@microformats.org >http://microformats.org/mailman/listinfo/microformats-rest _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ From oaleh_91 at hotmail.com Tue Mar 27 01:04:05 2007 From: oaleh_91 at hotmail.com (ahmad omar) Date: Tue Mar 27 01:04:12 2007 Subject: [uf-rest] rec Message-ID: rec _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From oaleh_91 at hotmail.com Tue Mar 27 01:12:47 2007 From: oaleh_91 at hotmail.com (ahmad omar) Date: Tue Mar 27 01:13:05 2007 Subject: [uf-rest] (no subject) Message-ID: _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From oaleh_91 at hotmail.com Tue Mar 27 01:17:39 2007 From: oaleh_91 at hotmail.com (ahmad omar) Date: Tue Mar 27 01:17:42 2007 Subject: [uf-rest] (no subject) In-Reply-To: Message-ID: >From: "ahmad omar" >Reply-To: Microformats REST >To: microformats-rest@microformats.org >Subject: [uf-rest] (no subject) >Date: Tue, 27 Mar 2007 12:12:47 +0300 > > > >_________________________________________________________________ >Express yourself instantly with MSN Messenger! Download today it's FREE! >http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > >_______________________________________________ >microformats-rest mailing list >microformats-rest@microformats.org >http://microformats.org/mailman/listinfo/microformats-rest _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/