Good resource for the ATOM and RSS specification?
I've been trying to find the "official" documentation for ATOM and RSS so I can program against it. The problem I'm running into is that there are a lot of places that includes parts but never the...
View ArticlePHP datetime to W3CDTF like 1994-11-05T08:15:30-05:00 syntax for RSS or Atom...
I have date time like 2017-07-23 10:05:50 but i need 2017-07-23T10:05:50-05:00 I have try with -- date('Y-m-dTH:i:s', strtotime($old_date)); // Return : 2017-07-23CEST10:26:41 But this is not valid...
View ArticleBest way to send a notification after an RSS feed updates
I am trying to make a podcast app that uses the itunes api. I want it to send the client a notification once there is a new episode of a podcast that they are listening to. I am wondering if there is...
View ArticleGet number of feed pages?
is it possible to get a number of feed pages or the whole document? For example I have a feed url like: https://www.example.com/feed and I can get the next page like:...
View ArticleHow I will get RSS and Atom blog feeds in my websites?
My client wants to get RSS and Atom blog feeds in his website like blew. Example RSS feed URLs: http://www.omnivoracious.com/atom.xml http://www.aldenteblog.com/rss.xml...
View ArticleHow to display Atom/RSS feeds in browser with custom XSLT?
Back in about 2006, I wrote a nice XSLT that transformed my RSS feeds into custom HTML. That way if a user clicked from a browser it would display as a simple page rather than a bunch of junk XML. If...
View ArticleHow to edit wordpress rss and only show title of the post as feed?
I am trying to setup the Rss feeds manually where I need to display just the title of the posts, nothing else. I have tried Custom RSS for Wordpress But it didnt work, I dont know exactly why!
View ArticleList of rss feeds to test my feed reader
I'm looking for a list (the bigger the better) of rss feeds to test a feed reader I'm writing. I couldn't find anything using google. How can I go about testing my reader with a large number of feeds...
View ArticleSetting up an Github Commit RSS feed
I am trying to have my github commits as an RSS feed but so far I have not managed to figure it out. I know that a private feed is available with the following syntax:...
View ArticlePull content from atom feed with SimplePie into WordPress
I am trying to pull content from a job vacancy feed into a WordPress website. I've never done this before so not quite got it right. I've managed to pull in the Job Title and Published date, but I...
View ArticleAdd custom RSS feed tags in AEM
I'm trying to add custom atom:tags for RSS feed in AEM.I've overridden OOTB code to /apps/cq/Page/feed.jsp from equivalent libs path.I'm able to extract the image path from the jcr-node, but not able...
View ArticleRss Feed Validation
I validated RSS feed of my site raachotrekkers.com/feed through the following site. https://validator.w3.org/feedI'm getting this message. Congratulations! [Valid RSS] This is a valid RSS...
View ArticleRSS get image from description using PHP [closed]
Really simple question, but I really don't know how to do:RSS feed format<item> <title></title> <link></link> <description><![CDATA[<p style="text-align:...
View ArticleError accessing Gmail Atom feeds using feedparser
I was having a problem accessing my Gmail Atom feeds using feedparser module. For a non-password protected fees like a blog, for example, import feedparser d =...
View ArticleHow to force Safari 5 to display the RSS button instead of Reader
Since Safari 5 introduced the "Reader" feature, the "RSS" button has become very inaccessible for users. (Holding down the mouse button brings up the feed subscription popup if a site provides...
View ArticleHow to display Atom 1.0 xml feed in browser with tags?
I already set the atom xml feed on my template and it produces the xml.Template is :<?xml version="1.0"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0"...
View ArticleSetting up a Github Commit RSS feed
I am trying to have my github commits as an RSS feed but so far I have not managed to figure it out. I know that a private feed is available with the following...
View ArticleMy Feed RSS is not valid and i don't know how to solve it [closed]
https://www.rnbjunk.com/feed/I run this site and the feed has continuous error on w3 validator. I am using feed for Google News, and I should submit a valid feed. I was disabling plugins but the result...
View ArticleHow to force Safari 5 to display the RSS button instead of Reader
Since Safari 5 introduced the "Reader" feature, the "RSS" button has become very inaccessible for users. (Holding down the mouse button brings up the feed subscription popup if a site provides...
View ArticleCan't get RSS feed to show in Drupal 7
I cannot get RSS feed to show on Drupal 7.14 page, feed does not show any items. Feed url: http://www.engadget.com/rss.xmlI added feed url in Feed aggregator with no problems, and feed name is shown in...
View Article