Skip to main content

All Questions

Tagged with
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 ...
jcayzac's user avatar
  • 1,463
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 ...
Remi Castonguay's user avatar
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 ...
TheName's user avatar
  • 91
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 &...
The Charlie Nicole Experience's user avatar
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 ...
Loan75's user avatar
  • 27
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 ...
Eric B.'s user avatar
  • 348
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 ...
a.t.'s user avatar
  • 2,809
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?
Peter Gerdes's user avatar
  • 3,036
-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....
J.Luca's user avatar
  • 208
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 ...
J.Luca's user avatar
  • 208
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:/...
GrandGTO's user avatar
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 ...
Abhishek Sinha's user avatar
-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"/&...
keanu_reeves's user avatar
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 (...
keanu_reeves's user avatar
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 ...
joseluke's user avatar

15 30 50 per page
1
2 3 4 5
20