All Questions
64 questions with no upvoted or accepted answers
5
votes
1
answer
613
views
Embed an image using a data-uri in Rss or Atom-feeds
I might be asking the obvious, but is it possible to embed images in RSS or atom feeds using Data URI's?
(And if I would embed them hwo to make feedreaders understand?)
Example
<?xml version="1....
4
votes
1
answer
175
views
Android: how to get link from Atom
I'm making RSS reader for Android but I have problem with Atom. In RSS 2.0 I get link with this:
if (xpp.getName().equalsIgnoreCase("link"))
and it's made like this:
<link>http://wiadomosci.wp....
2
votes
1
answer
684
views
Get first n entries from rss or atom feed using YQL and feednormalizer
I'm using YQL to retrieve RSS and ATOM feeds as JSON, and normalize them to ATOM style using the feednormalizer table.
select * from feednormalizer where output='atom_1.0' AND url='http://feeds....
2
votes
0
answers
531
views
Gmail atom feed with OAuth receive 401 error
my app is experiencing the issue using Gmail atom feed with OAuth, an error message is "401 unauthorized". The functionality has stopped working since last week.
The error message is like below.
&...
2
votes
0
answers
542
views
F# (FSharp) TypeProvider as ATOM and RSS Feed Reader
What is the best way for using F# TypeProvider as ATOM and RSS Feed Reader
for all versions of RSS 0.9, 0.91, 0.92, 1.0, 2.0 and ATOM 1.0?
I came to the conclusion
I need a sample file or url per ...
2
votes
1
answer
379
views
how add carrierwave image to atom feed rss in rails 3.1
My question is how output image carrierwave with a rss/atom in rails
3?
I try:
atom_feed :language => 'en-US' do |feed|
feed.title @title
feed.updated @updated
@posts.each do |item|
next ...
2
votes
0
answers
369
views
Yahoo pipes compine Atom and RSS feeds
I have a Yahoo pipe which gets lots of feed inputs, Atom and RSS.
Atom has a tag summary and RSS has a tag description. I managed to change summary to description with a loop and a string builder, ...
1
vote
0
answers
124
views
Is there any way to generate links with rel="hub" with the feedgen package in Python?
I generate a RSS feed with the Python package feedgen and I am now trying to implement the PubSubHubbub protocol.
From what I understand here
https://indieweb.org/How_to_publish_and_consume_WebSub
I ...
1
vote
0
answers
1k
views
Getting the list of all branches in a GitHub organisation without triggering Rate Limit, using Bash?
While trying to establish a list of incoming GitHub commits I've stumbled accross the GitHub rate api limits, of 60 calls per hour. As explained in this answer, one can get the lists of branches with ...
1
vote
1
answer
3k
views
PHP XML RSS error xmlParsePI : no target name
Please help! Running into this error:
error on line 11 at column 3: xmlParsePI : no target name.
Line 11 is the atom:link tag. I tried changing the link to be the actual file name and got the same ...
1
vote
1
answer
3k
views
Parsing Atom Feed in PHP
I've written the following PHP to parse RSS and Atom feeds. This approach differs from others I've seen in that it simply checks a couple of places in the parsed XML for the item array.
function ...
1
vote
0
answers
61
views
Problems parsing Atom RSS
I have this Atom XML with :
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<table cellspacing="0" class="sites-layout-name-one-column ...
1
vote
1
answer
642
views
SyndicationFeed.Load throwing 'Element' is an invalid XmlNodeType.
I'm attempting to consume an RSS feed using this code:
var reader = XmlReader.Create("http://www.news-herald.com/section?template=RSS&profile=4002042&mime=xml");
var syndicationFeed = ...
1
vote
0
answers
1k
views
Gitlab Atom feed entries link configuration
I just find out my Gitlab's Atom feed does not serve public URL for entries links.
My Atom feed URL is at http://MY_PUBLIC_URL.ltd/dashboard.atom?private_token=XXXXXXXX
By generated entries are like:...
1
vote
1
answer
329
views
Most open and standards-compliant format for a JSON news feed
I can find a huge amount of converters for Atom or RSS to JSON. I can see App.Net and a Google Feed API for pushing feeds in JSON which seem to have traction. What I am struggling to figure out is ...