Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82453 - nanoblogger RSS2 feed problem
Summary: nanoblogger RSS2 feed problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aaron Walker (RETIRED)
URL: http://gentooexperimental.org/planet
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 05:45 UTC by Patrick Lauer
Modified: 2005-02-18 08:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2005-02-18 05:45:03 UTC
RSS2 feeds have a faulty <link> section which should point to the homepage not the RSS feed itself
 To fix it, edit ($nanoblogger_homedir)/plugins/rss2.sh
 Line 42:
   <link>$RSS2_FEED_URL</link>
  change to:
   <link>$BLOG_URL</link>

Reproducible: Always
Steps to Reproduce:
1. emerge nanoblogger
2. create blog
3. look at RSS2 feed
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-02-18 08:17:33 UTC
Fixed.  Snatched a diff from upstream cvs; there's a couple other related changes.