Changeset - 45a1f64730cb
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 8 months ago 2023-10-13 01:47:49
ben@sturm.com.au
Update podcast feed title
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/podjango/feeds.py
Show inline comments
...
 
@@ -169,22 +169,22 @@ class iTunesFeedType(Rss201rev2Feed):
 

	
 
    def add_item_elements(self, handler, item):
 
        super().add_item_elements(handler, item)
 
        podcast_helper_add_item_elements(self, handler, item)
 

	
 

	
 
class CastFeed(CastFeedBase):
 
    feed_type = iTunesFeedType
 
    title = "Free as in Freedom"
 
    title = "The Corresponding Source (formerly Free as in Freedom)"
 
    link = "/cast/"
 
    description = "A bi-weekly discussion of legal, policy, and other issues in the open source and software freedom community (including occasional interviews) from Brooklyn, New York, USA.  Presented by Karen Sandler and Bradley M. Kuhn."
 
    author_email = "podcast@faif.us"
 
    author_link = "http://www.faif.us/"
 
    author_name = "Free as in Freedom"
 
    author_name = "Software Freedom Conservancy"
 
    title_template = "feeds/podcast_title.html"
 
    description_template = "feeds/podcast_description.html"
 

	
 
    def get_feed(self, obj, request):
 
        # Enclosure (media) URLs don't automatically get the protocol and
 
        # domain, but these are required for the podcast to work
 
        # properly. added. This provides current_site and is_secure to the feed
 
        # so that we have it in context for use in `item_enclosure_url`.
0 comments (0 inline, 0 general)