Skip to content
#

feed

Here are 588 public repositories matching this topic...

christopher-wilson
christopher-wilson commented Jan 26, 2020

I've just installed this through docker on a Synology NAS, so it may be more apparent when hosted on another platform, so apologies in advance if that is the case.

Going through everything, and getting it working, I've found warts and some general usability issues. There is no documentation on how to create a theme, where they are uploaded, or what can be themed, as far as I can tell.

It wo

python-feedgen
slavkoja
slavkoja commented Feb 5, 2020

After update to 0.9.0, generation of the Atom fails, if Summary is created via description. Here is minimal example:

from feedgen.feed import FeedGenerator

fg = FeedGenerator()
fg.id('http://lernfunk.de/media/654321')
fg.title('Some Testfeed')

fe = fg.add_entry()
fe.id('http://lernfunk.de/media/654321/1')
fe.title('The First Episode')
fe.link(href="http://lernfunk.de/feed")
karudonaldson
karudonaldson commented Jul 4, 2017

I'm using this in the html:
jQuery(function($) { $("#rss-feeds").rss("https://wordpress.com/feed/", { entryTemplate:'<li><h3>{title}</h3><span class="date">{date}</span><br/>{teaserImage}<br/>{bodyPlain}</li>' }) })
Surely theres an easy check to remove this?


Want to back this issue? **[Post a bounty on it!](https://

feed
adamkhan
adamkhan commented Sep 30, 2019

There's no mention in the docs of how to add categories per item, and when I add them within feed.addItem none appear. Am I adding them wrongly?

Or if they're not supported, could this functionality be added?

callmekatootie
callmekatootie commented Apr 12, 2019

When we create a user, we pass certain attributes about the user (say username).

Now, when we update the user, the intention is to add more attributes (or update existing ones) of the user. However, it appears that when we update the user, we need to pass all the attributes, and not just the ones that are new / need updates. That is, we need to pass the username again, even though it has not ch

Improve this page

Add a description, image, and links to the feed topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the feed topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.