From: Holger Schurig Date: Wed, 23 Jun 2010 10:05:13 +0000 (+0200) Subject: rss_feed.py: fix link to articles X-Git-Url: https://oss.titaniummirror.com/gitweb?p=webber.git;a=commitdiff_plain;h=07fc7a0d8265dd80b64e5b3c627682f480d243dc rss_feed.py: fix link to articles --- diff --git a/plugins/rss_feed.py b/plugins/rss_feed.py index 580d304..b9eced2 100644 --- a/plugins/rss_feed.py +++ b/plugins/rss_feed.py @@ -54,8 +54,7 @@ def sitemap_scan(params): else: change = "" - fname_out = os.path.join(cfg.out_dir, file.out_path) - full_url = "http://%s/%s" % (cfg.main_url, fname_out) + full_url = "http://%s/%s" % (cfg.main_url, file.out_path) item = PyRSS2Gen.RSSItem( title = file["title"], link = full_url,