]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/rss_feed.md
rss_feed.py: documentation incorrectly had references to out/
[webber.git] / in / plugins / rss_feed.md
index 046db8448ead9bdc97a8ee6eb3d3955462e1b02e..979418e9e3a1d7771b5417762e194734b3561820 100644 (file)
@@ -2,7 +2,9 @@ title: RSS feed generator
 linktitle: rss_feed.py
 parent: Plugins
 keywords: RSS
+lang: en
 ctime: 2010-06-23
+mtime: 2010-06-23
 
 This plugins write an XML file "`feed.rss`" (can be changed) into the
 out-directory. The format is according to the RSS feed documentation
@@ -56,7 +58,7 @@ regardless of it's age.
 
 = Support in the template =
 
-You [[templates]] should mention your rss feed. One possible solution
+Your [[template|Mako template]] should mention your rss feed. One possible solution
 is this:
 
        <head>
@@ -79,8 +81,8 @@ is this:
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <item>
        <title>QtIAX</title>
-       <link>http://www.holgerschurig.de/out/qtiax.html</link>
+       <link>http://www.holgerschurig.de/qtiax.html</link>
        <description></description>
-       <guid isPermaLink="false">http://www.holgerschurig.de/out/qtiax.html 1260652641</guid>
+       <guid isPermaLink="false">http://www.holgerschurig.de/qtiax.html 1260652641</guid>
        <pubDate>Sat, 12 Dec 2009 21:17:21 GMT</pubDate></item></channel></rss>