similar to: rss feed is not detected in firefox ?

Displaying 20 results from an estimated 4000 matches similar to: "rss feed is not detected in firefox ?"

2008 Mar 20
6
Parsing multiple RSS & Atom feed formats
I''m working on a RSS aggregator, and I''ve based the parser on a script from this post; http://www.superwick.com/archives/2007/06/09/rss-feed-parsing-in-ruby-on-rails/ But, being the complete newbie, I''ve found that this parser only works for specifically formatted feeds. For example, some feeds will throw a ''nil text'' error. I know that I could make
2006 Apr 02
2
Problem with RSS feed from Rails Recipes
I''m trying to add an RSS feed to my app, and am going through the Rails Recipes chapter on doing so. I get the following error when I request the feed: undefined method `gmtime'' for #<DateTime: 1963061961/800,0,2299161> ... 7: xml.pubDate CGI.rfc1123_date(@posts.first.created_on) Any idea what''s up? Pat
2004 Jun 26
2
RSS News Feed
Tom, Can you/someone get a news feed setup for shorewall announcements? If not, I''ll have to make use of the shorewall rss feeds at SF. Project RSS Feeds: shorewall http://sourceforge.net/export/rss2_project.php?group_id=22587 BTW, planetplanet.org has links to some cool feeds. -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net
2009 Jan 27
1
paravirtualized vs HVM disk interference (85% vs 15%)
Hi, We have found that exist a huge degradation in performance when doing I/O to a disk images contained in single files from a paravirtualized domain and from an HVM at the same time. The problem was found in a Xen box with Fedora 8 x86_64 binaries installed (Xen 3.1.0 + dom0 Linux 2.6.21). The test hardware was a rack mounted server with two 2.66 Ghz Xeon X5355 (4 cores each one, 128 Kb L1
2020 Feb 25
2
Script to monitor websites and generate RSS feed when they change
Looking for the above. I have found sites where you can register the sites you are interested in - as well as yourself - but I would rather run something myself on my server to monitor websites etc which do not have RSS-feeds. Does anyone use something like this?
2020 Feb 27
1
Script to monitor websites and generate RSS feed when they change
On 02/25/2020 02:55 PM, Vanhorn, Mike wrote: > I just read an article (part of which is here http://www.linuxpromagazine.com/Issues/2020/230/The-sys-admin-s-daily-grind-urlwatch/(language)/eng-US ) about urlwatch. > > --- > Mike VanHorn > Senior Computer Systems Administrator > College of Engineering and Computer Science > Wright State University > 265 Russ Engineering
2006 Jun 30
6
RSS::Parser Documentation
Hi I am trying to use the RSS classes from "rss/2.0" and everything works but I want to know what attributes and properties I can get at from each of the classes I am getting back. For example, the class has a "channel" which I can tell has a "title" attribute (because it works when I query it :) but I would really like a list of every attribute that is
2024 Apr 02
2
RSS Feed of NEWS needs a hand
On 02/04/2024 8:50 a.m., Dirk Eddelbuettel wrote: > > On 2 April 2024 at 07:37, Dirk Eddelbuettel wrote: > | > | On 2 April 2024 at 08:21, Duncan Murdoch wrote: > | | I have just added R-4-4-branch to the feeds. I think I've also fixed > | | the \I issue, so today's news includes a long list of old changes. > | > | These feeds can fussy: looks like you triggered
2011 Jun 14
1
Virt Tools Blog Planet (RSS feed aggregator)
The virt-tools.org website, launched last year, provides tutorials, videos, documentation, online help and roadmaps relevant to libvirt, libguestfs, gtk-vnc, spice, other related libraries, and tools or applications like virt-manager & virt-install. The site goal is to inform & assist end users, system administrators & application developers who wish to learn about the capabilities of
2006 Apr 30
2
Rss feed items disappear using feedtools?
I have met a problem on Feedtools and felt very confused about it: The feed that I generated using feedtools can not be read correctedly by feedtools,while rss from other websites can be read. Still,the code for rss generating: def userrss @user = User.find_by_id(params[:id]) @articles = @user.articles(:all,:order => ''updated_at desc'',:limit => 15)
2009 Oct 15
1
R RSS feed
I was trying to subscribe to an RSS feed from <http://developer.r-project.org/RSSfeeds.html> but IE chokes on DTDs and Firefox also has trouble with this feed. (I'm not sure if it has trouble with DTDs in general.) I went to one of our web developers to see what I should use to read the feed, and he pointed out that the mix of RSS 2.00 and rss-0.91 looks like a mistake: <!--
2006 Mar 20
3
can''t get my rss to validate with feedtools
I know that I''m doing something wrong, but I can''t figure out what. I''ve looked at every wiki and tutorial I can find on feedtools but I still can''t get my rss feed working. Here''s my code. feed = FeedTools::Feed.new feed.entries << FeedTools::FeedItem.new feed.entries[0].author.name = "Charlie Bowman" feed.entries[0].title =
2008 Mar 06
3
facebook_url_rewriter not used in Publisher?
As per my last email, I''m generating links to our app outside of Facebook. Sorry for the onslaught of emails on this. I do link generation in Publisher based code as well. What I''m finding is that the Facebooker UrlRewriter doesn''t get used in Publisher. This makes sense if we assume that Publisher can be used outside of an HTTP request, and things like the
2006 Mar 05
2
RSS feed for blog entries...
Can someone guide me on the process of providing an RSS feed for my site? I''m not sure how to go about this. Thanks. -- Posted via http://www.ruby-forum.com/.
2008 Apr 22
2
How to convert time from rss feed to another format ?
Hi, I need to parse the rss feed and use the pubDate field to generate a field in a xml file to use as an input to simile timeline. RSS returns the pubDate as : Sun Feb 24 06:33:32 UTC 2008 But I need it as a string : "Feb 24 2008 06:33:32 PST" When I do : ... @dt=feed_item.time @dt=@dt.to_date word_date=''%b %d %Y %H:%M:%S %z'' puts @dt.strftime(word_date) ...
2004 Sep 18
0
RSS Feed Added to Asterisk News Site
I've put up an RSS feed on my site so that you can browse the headlines etc without actually visiting the site. If you use FireFox, Sage is a nice RSS reader. The URL is: http://www.sineapps.com/rssfeed.php _This is not a webpage._ It is a feed of the headlines and descriptions for Asterisk news for RSS compatible clients. Have a quick search on Google if you don't already have
2020 Feb 25
0
Script to monitor websites and generate RSS feed when they change
I just read an article (part of which is here http://www.linuxpromagazine.com/Issues/2020/230/The-sys-admin-s-daily-grind-urlwatch/(language)/eng-US ) about urlwatch. --- Mike VanHorn Senior Computer Systems Administrator College of Engineering and Computer Science Wright State University 265 Russ Engineering Center 937-775-5157 michael.vanhorn at wright.edu ?On 2/24/20, 7:55 PM, "CentOS on
2007 Mar 08
2
Proposal: RSS-Feed
Hi, dovecot provides POP and IMAP services. Proposal: Would be nice if it also could offer an RSS-Feed for a mailbox, giving a summery of sender/subject/date and maybe the first lines of text. regards Hadmut
2010 Jan 08
0
New issue (v1/n2) of R Journal now available; RSS feed as well
On behalf of the editorial team, I am happy to inform you that the second issue of The R Journal is now available: http://journal.r-project.org/current.html Note that an RSS feed is now in place: http://journal.r-project.org/rss.xml I welcome Peter Dalgaard as the new Editor-In-Chief. -- Vincent Carey, PhD Biostatistics, Channing Lab Editor-In-Chief (Emeritus) The R Journal (ISSN 2073-4859)
2010 Jan 08
0
New issue (v1/n2) of R Journal now available; RSS feed as well
On behalf of the editorial team, I am happy to inform you that the second issue of The R Journal is now available: http://journal.r-project.org/current.html Note that an RSS feed is now in place: http://journal.r-project.org/rss.xml I welcome Peter Dalgaard as the new Editor-In-Chief. -- Vincent Carey, PhD Biostatistics, Channing Lab Editor-In-Chief (Emeritus) The R Journal (ISSN 2073-4859)