All Questions
292 questions
0
votes
1
answer
29
views
Empty RSS/Atom feed only pointing to next chunk?
If my feed contains 0 item and only has the paginated feed information, and items start in the "next" chunk, will most software consuming feeds see my items?
Basically, I want all my ...
0
votes
0
answers
320
views
Looping through URLS in Python and generating feed with Feedgen
I'm pulling together a bunch of RSS feeds and grabbing items from them based on matching keywords. In the process I'm pulling certain fields--title, description, etc. but I'd like to pull the title of ...
5
votes
1
answer
739
views
Gitlab Activity feed needs authentication
I want to add die Gitlab Activity Feed to my rss reader (Liferea 1.13.7 on Ubuntu 22.04). I am using the Subscription URL with die feed specific Token in the URL. But Liferea is asking for ...
0
votes
1
answer
745
views
How to fix 'A feed could not be found' error 200 when trying to add childcaredaily.org's RSS feed to another website?
I am trying to display blog post from one website to another website. I searched for the /feed/ so I can add recent blogs from childcaredaily.org to another website but I keep getting this message &...
1
vote
0
answers
123
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 ...
0
votes
1
answer
474
views
How can I read an atom feed using svelte?
I'm currently learning Svelte and I would like to parse an atom feed and render it on the screen, but I'm not sure how to start getting the feed in. Can someone point me in the right direction on how ...
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
56
views
Is mathml allowed in an rss or atom feed?
Is mathml allowed in a rss or atom feed? I realize this might not be supported in all feed readers but is this at least the theoretically right thing to do to display math in a feed?
-1
votes
1
answer
483
views
Feed RSS and <author> tag with fake emails
In the feed rss I can add the tag .
But to add it I have to add also an email.
For example
<item>
<title>My RSS</title>
<link>https://www.mywebsite.com/xml/xml_rss....
0
votes
1
answer
882
views
How to select the right <category> in RSS? is there a list?
i am noting that in a RSS feed you can add the tag
Source: https://www.w3schools.com/xml/rss_tag_category_item.asp
But I don't undestand one thing: is there a list with all the categories? Or can I ...
0
votes
1
answer
277
views
Image missing in RSS/ATOM with Django
I'm trying to attach an image to my ATOM and RSS syndication feed thanks to the Django's documentation : https://docs.djangoproject.com/fr/1.11/ref/contrib/syndication/
I have to kind of feed : http:/...
0
votes
1
answer
343
views
Add 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 ...
-4
votes
2
answers
770
views
Re-escape characters in an XML file
Consider the following XML structure (in this case, its an RSS feed)
<feed xmlns="http://www.w3.org/2005/Atom">
<link href="http://example.com/atom/" rel="self" type="application/rss+xml"/&...
4
votes
1
answer
2k
views
RSS 2.0 and Atom 1.0: Required headers?
I have a pretty basic question for yall:
What are the required headers for an Atom 1.0 feed?
Also, what are the required headers for an RSS 2.0 feed?
I know that you can set headers for a sitemap (...
0
votes
1
answer
73
views
Django-rss-plugin not working with internal RSS relative url
I am having trouble using the internal RSS relative url in Django RSS plugin.
I am using this plugin here to display feeds on my Django cms site.
This is only a problem when the feeds I am using uses ...