Rev 202: Added RSS template stub. in http://bzr.daniel-watkins.co.uk/pqm/rss

Daniel Watkins daniel at daniel-watkins.co.uk
Thu Jul 10 14:40:39 BST 2008


At http://bzr.daniel-watkins.co.uk/pqm/rss

------------------------------------------------------------
revno: 202
revision-id: daniel at daniel-watkins.co.uk-20080710133925-rbp7mslhjwttz9dl
parent: daniel at daniel-watkins.co.uk-20080710132248-spgomd25jctavk50
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: rss
timestamp: Thu 2008-07-10 14:39:25 +0100
message:
  Added RSS template stub.
-------------- next part --------------
=== modified file 'pqm/ui/template.py'
--- a/pqm/ui/template.py	2008-07-10 13:22:48 +0000
+++ b/pqm/ui/template.py	2008-07-10 13:39:25 +0000
@@ -57,3 +57,12 @@
 
 </body>
 </html>"""
+
+rss_template = """<?xml version="1.0"?>
+<rss version="2.0">
+  <channel>
+    <title>Patch Queue Manager Queue</title>
+    <link></link>
+    <description></description>
+  </channel>
+</rss>



More information about the bazaar-commits mailing list