X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=biaweb_strings.py;fp=biaweb_strings.py;h=da2a227341234ea47592c43ded80aeb280c461d3;hp=62d1f5e4c1c91a45d1995f09489b9e12d020358c;hb=f37ae5235dba470cf02e25a885b83a2bc9c78694;hpb=bfa2d7e7b048794a95590ee79ba41aa861835cfa diff --git a/biaweb_strings.py b/biaweb_strings.py index 62d1f5e..da2a227 100644 --- a/biaweb_strings.py +++ b/biaweb_strings.py @@ -187,4 +187,24 @@ a:visited { } a:active, a:hover { color: #0000ff; -}""" \ No newline at end of file +}""" + +template_rss = """ + + + ${title} + ${link} + ${description} + BiaWeb + ${rss_items} + +""" + +template_rss_item = """ + + ${item_title} + ${item_link} + ${description} + ${item_link} + +""" \ No newline at end of file