]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/rss_feed.md
Merge branch 'upstream'
[webber.git] / in / plugins / rss_feed.md
index e0f9cf7c9f7a13d2441dd81f1d1a8ac1cd766997..46773937574196579c075c8ecd34be36071d5d6b 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 =
 
-Your [[template|Mako template]] should mention your rss feed. One possible solution
+Your [[template_mako]] 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>