Hi folks, I took a break from Mongrel today and instead whipped up an Atom feed generator for my site. People who love or utterly hate my essays will lover or utterly hate to subscribe to it. http://www.zedshaw.com/feed.atom Let me know if it isn''t working well in your favorite feed reader. -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/ http://www.awprofessional.com/title/0321483502 -- The Mongrel Book http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
Thats great you''ve got an atom feed. Just so you know, I use flock and when I click on the link, it tries ot download, not dispaly. M Thanks for the great work. ~Michael On 11/23/06, Zed A. Shaw <zedshaw at zedshaw.com> wrote:> > Hi folks, > > I took a break from Mongrel today and instead whipped up an Atom feed > generator for my site. People who love or utterly hate my essays will lover > or utterly hate to subscribe to it. It works in opera tho.http://www.zedshaw.com/feed.atom> > Let me know if it isn''t working well in your favorite feed reader. > > -- > Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu > http://www.zedshaw.com/ > http://www.awprofessional.com/title/0321483502 -- The Mongrel Book > http://mongrel.rubyforge.org/ > http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20061124/ccad303c/attachment.html
On Fri, 24 Nov 2006 17:17:45 -0800 "Michael Fairchild" <rmdf at stimble.net> wrote:> Thats great you''ve got an atom feed. Just so you know, I use flock and when > I click on the link, it tries ot download, not dispaly. M > Thanks for the great work.Interesting. I''m planning on using this same code to do an atom feed for the Mongrel site as well. Do you know if it''s the mime type that''s confusing flock? What type does flock expect? -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/ http://www.awprofessional.com/title/0321483502 -- The Mongrel Book http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
> Interesting. I''m planning on using this same code to do an atom feed for the Mongrel site as well. Do you know if it''s the mime type that''s confusing flock? What type does flock expect?It''s coming back as application/atom+xml, which is the correct content type. This just means your browser isn''t set up for that mime type. Safari opens the feed up in Vienna, and Firefox opens it up in Bloglines. -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.com
I just did a little more testing and it appears that it is just the .atom at the end of the url that confuses flock and makes it think it needs to download the file. I manually added it to my feeds and it works fine that way. In any case, Its a flock issue. ~michael On 11/24/06, Rick Olson <technoweenie at gmail.com> wrote:> > > Interesting. I''m planning on using this same code to do an atom feed > for the Mongrel site as well. Do you know if it''s the mime type that''s > confusing flock? What type does flock expect? > > It''s coming back as application/atom+xml, which is the correct content > type. This just means your browser isn''t set up for that mime type. > Safari opens the feed up in Vienna, and Firefox opens it up in > Bloglines. > > -- > Rick Olson > http://weblog.techno-weenie.net > http://mephistoblog.com > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20061125/cd79a893/attachment.html