similar to: Rails RSS reader plugin.

Displaying 20 results from an estimated 30000 matches similar to: "Rails RSS reader plugin."

2006 Jun 19
5
RSS reader for rails application.
Hi, I was wondering if there''s an RSS reader plugin of some sort available that will basically get the RSS feeds for me and then allow my Rails application to take those feeds and present them on my website. Would anybody know how I could get this to work with a rails app? Thanks. -- Posted via http://www.ruby-forum.com/.
2007 Jul 09
1
CRANberries -- An RSS feed about New and Updated CRAN packages
Announcing CRANberries -- An RSS feed about New and Updated CRAN packages A new RSS feed [1] is now available that summarizes uploads to CRAN. This makes it possibly to quickly obtain concise information about which (of the now over one thousand !!) packages were added or updated at CRAN and its mirrors. To this end, two basic variants are provided: - a feed for new packages where we display
2007 Jul 09
1
CRANberries -- An RSS feed about New and Updated CRAN packages
Announcing CRANberries -- An RSS feed about New and Updated CRAN packages A new RSS feed [1] is now available that summarizes uploads to CRAN. This makes it possibly to quickly obtain concise information about which (of the now over one thousand !!) packages were added or updated at CRAN and its mirrors. To this end, two basic variants are provided: - a feed for new packages where we display
2006 Jun 07
5
How to test RSS feeds while developing it on localhost
Hi, I am developing on windows xp and am trying to create RSS feed for an app using RoR. How do I test my RSS feed while I am developing it. I don''t know of any feed reader that would accept localhost as the input. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
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)
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
2020 Sep 21
1
CentOS Linux updates released (RSS Feeds)
As you may or may not know, we do not have the ability to currently announce CentOS Linux 8 announcements on the CentOS Annonuce Mailing List.? We would like to add this in the future.? For now, what we do have is an RSS feed for all updates that get released. Use your favorite RSS Feed Tool (I use Thunderbird .. lots of other things available). https://feeds.centos.org/ Subscribe to the xml
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 Jun 06
2
RSS Generator - Can not subscribe from yahoo
Hi I have created a rss generator for my web site; it is http://www.rordirectory.com/rss The feed displays correctly; but when I try to subscribe from my yahoo account, after entering the feed url, I get the following message :- "There was a problem subscribing to the following feeds. Please try again later" what am I doing wrong? thanks -- Posted via http://www.ruby-forum.com/.
2006 Mar 17
2
Test if remote file is actually RSS/XML
Hi all, I want my users to be able to view RSS feeds of their choice on my site. But i''d like to be able to check the files they are submitting as feeds are actually XML before attempting to parse and display them. I''ve been using feed tools to display the contents of feeds which works perfectly, but i''d like some way to check if a file is a feed/xml. Any pointers in
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
2007 Jun 09
1
Blosxom + Markdown problem: randomised email links break RSS, Atom
As described here, "Markdown will... perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots" on automatic email address links like <rwhe at ludism.org>. http://daringfireball.net/projects/markdown/syntax#autolink I have had a problem with my RSS feed for months, where certain entries would refresh every hour or
2006 Mar 06
0
repocaster.com : RSS feeds of SVN/CVS repositories
Hi there!, I just deployed my first RubyOnRails application. It allows the user to register Subversion/CVS repositories, which are then tracked periodically and RSS feeds generated with all the recent changes. It''s free and very easy to use. Just add your repository and subscribe to the generated feed, no annoying registration/login required. Or browse existing
2024 Mar 15
1
RSS Feed of NEWS needs a hand
Years ago Duncan set up a nightly job to feed RSS based off changes to NEWS, borrowing some setup parts from CRANberries as for example the RSS 'compiler'. That job is currently showing the new \I{...} curly protection in an unfavourable light. Copying from the RSS reader I had pointed at this since the start [1], for today I see (indented by four spaces) CHANGES IN R-devel
2006 Apr 11
1
FeedValidator :: validating feeds RSS or ATOM
FeedValidator is an interface to the W3C Feed Validation online service, based on its SOAP 1.2 support. It helps to find errors in RSS or ATOM feeds. FeedValidator add a new assertion (assert_valid_feed) which you can use in Rails applications. This assertion implements a cache to improve the performance of the tests and to not abuse of the W3C Feed Validation online service. = Download The
2007 Jan 16
0
Web Service/RSS bus
Hi: I am wondering if there are any such application exist in rails or ruby landscape? http://www.rssbus.com/ RSSbus in short a service bus for aggreating RSS feeds, web services what not... instead of doing per service integration the bus takes care of all the RSS/web service connections and provide a unfied feed to your app? I googled but found more PHP and .Net and Java stuff not ruby anyone
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
2005 Oct 18
0
Parsing rSS files using javascript/prototype
Hi, I would like to parse the rss files using just dom/javascript (don''t want any server side processing). I know that xmlhttp can''t contact 3rd party but i''ll route it through one of the backend scripts. I was wondering if there is some easy to use feature in these libraries that can help me parse rss feeds?
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
2010 May 01
0
Request for rss feeds
Who would be the right person(s) to ask for rss feeds on the main centos website? -- John Maclean 07739 171 531 MSc (DIC) Enterprise Linux Systems Engineer