rss

ways to generate single webpage with multiple sources

Gocomics.com is a comic site I visit everyday. I want to fetch more than one comic strip (Adam@home,LoveIs, Garfield etc) from their site and display all in a single page for me, one below another. They do have RSS feeds (http://feeds.feedburner.com/uclick/loveis for example) but the feed does not have the images in them. Pls let me kno...

simpleXML returns empty element

I got a problem reading an XML-Feed Sample of the XML File: <f:feed xmlns:f="http://www.bbgo.de/feedxml/feed" xmlns:a="http://www.bbgo.de/feedxml/article" xmlns="http://www.w3.org/1999/xhtml" f:customer="blub" f:name="dax-tecdax"> <f:title>Analysen: DAX, TecDAX</f:title> <f:date>2010-09-22T20:46:29+02:00</f:date> <f:url>http://www.bbgo....

Is it possible to scrape content and generate an rss feed from a membership site?

Is it Possible to scrape content from a membership site so that i can create an Rss feed for import into my inbox? You see, I'm a member of several sites that provide casting calls for the performing arts industry (some paid, some free), but most of them don't provide Rss feeds of the newest casting call updates with means that I have t...

How to display data on another website via widget like facebook like box ?

Hello, I have a RSS feed generated by my server ( for example : http://www.seek-team.com/en/teams/counter-strike-source/feed/ ) and I want the feed (only the title of the feed + article + links of course ;)) to be displayed on other website (other domains) as a widget like facebook like box or similar (i took facebook for example becau...

Django RSS Feed Authentication

I am looking into adding RSS feeds to one of my Django apps and I would like to be able to have them be authenticated. I want to use the new syndication framework in Django 1.2. I've read the docs on how to do this and have the basic feeds setup. I am new to authenticating feeds, so I am not sure what the best approach to take is o...

Need to have duplicate item urls/GUIDs in RSS

I'm working on a tool to publish videos in a playlist, with the option to download as a podcast. Sometimes, items will need to be repeated over the course of the podcast. Having duplicate items or GUIDs causes problems though. Does anyone know of a way to be able to have duplicates? ...

PHP: Can I put an if statement inside a variable?

I'm still somewhat a beginner to PHP, so sorry if this is a dumb question =) What I'm trying to do is in a WordPress blog, insert a custom field with multiple values ("ingredients") into my RSS feed. (I also have other posts which are not recipes, which is why the headings "Ingredients" and "Instructions" are inside the if statement.) H...

Trying to strip a RSS feed from a specific site (ASP.NET)

Not a programmer here, but I want to strip a RSS from this site, not being the admin, but a user (looking for a job) Usually, for non-RSS sites I use feed43 or Y!Pipes, but with this one I have a problem: the default view is with 5 jobs showing in all the categories. I wanted it to show 50 jobs in one category. So I searched in the page...

Help with RSS FEED

Forgive me if this is a homework question, trying to write an RSS feed for the first time. I have some code that someone hacked together but we want to update it to our new database. The new feed will pull from an ITEMS table doesn't need to be broken up by book, movie, etc. <?php header('Content-type: text/xml'); ?> <rss ver...

PHP regex to remove image from RSS

I'm using php to process rss data, however often feeds have more than image in the description. Can someone help me out with some regex or something to remove all but the first image in the feed? I'd only like to have a max of one image. Assuming the feed description in is in a variable such as "Sdescription". CLARIFICATIONS: I've used...

RSS subscribe/unsubscribe action, query times, and content

Before working on an RSS feed in PHP, I just had a few questions that aren't covered in the basic online guides When you first subscribe to a feed, is there anything telling the script that this is the first sync? IE a tag, a url parameter, or something that conveys to the system that you just subscribed. Likewise, when you unsubscribe...

& symbol in xml

Hi, I'm working with a xml file which fails when opening it in firefox. I'm getting an interpretation error. Its all because of the & symbol. When replacing it with&amp; or removing it i get no error. The problem is that the receiver of this xml document who prints it out on their homepage prints out &amp; instead of &. Can i do somet...

generate rss according to views argument in drupal

is it possible to generate RSS according to views(module) argument? ...

RSS/Atom C Parser

Do anybody know a good open source C RSS/Atom parser? ...

Multi-lingual rss feed question

I paid a developer to write a script to generate an RSS feed for multiple languages for a site. My only question is that when I go to the URL for the XML that's generated, it doesn't show up in Korean, it shows up like... &amp;iacute;&amp;dagger;&amp;nbsp;&amp;euml;&amp;bdquo;&amp;circ;&amp;euml;&amp;uml;&amp;frac14;&amp;iacute;&amp;Sc...

Embedding images in a Rails Builder generated RSS feed

Hi, I'm currently building an RSS feed for my Rails application using Builder (the wealth of tutorials out there for doing it this way helped), but become a little bit stuck when it comes to adding an image alongside it (which has been uploaded via Paperclip), like a lot of the top publications do. I'm currently using this to make the t...

Managing News Drupal rss feeds color

Was wondering if anyone using Managing News for Drupal, Knows if it's possible to have each feed be a different color on the map? Say I had 20 different twitter rss feeds, how could I get each one to be its own unique color, instead of them just being blue? Thanks. ...

Now this may seem like a bad idea, but I need to read gmail on a different site. Just hear me out.

I need to read mail from gmail on my site. We're creating a project for my software engineering class, in ASP.NET or Java (we haven't decided on the technology yet) and it is basically a forum not too different from StackOverflow. Only thing is, it's going to be on the institute's LAN. Now they don't let us access any website but you can...

Where can I get a feed (RSS / XML or something else) of live sugar (or agricultural) products?

Sites like http://www.futurespros.com/softs/london-sugar provide live feed of current rates of sugar across the World. Where can I get current rates of sugar for various countries through some feed so that it is possible to access them programatically and display them on my web page? ...

How do I change the amount of items retrieved from a flickr feed?

Does anyone know the parameter to change (decrease) the amount of items retrieved in the flickr feed? It always returns 20 items by default. Example: http://api.flickr.com/services/feeds/photos_public.gne?format=json The documentation is rather scarce: http://www.flickr.com/services/feeds/ ...