summaryrefslogtreecommitdiffstats
path: root/templates/feeds/packages_description.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-07 21:39:14 +0200
committerDan McGee <dan@archlinux.org>2011-04-08 00:01:16 +0200
commit9f4902f9c921b82f924fe0af106fa5480ca10ca9 (patch)
tree489df7db006f43f6ab74bb191fe220012073c539 /templates/feeds/packages_description.html
parent0504fbeb92e83e92e1f1bc6e003bdb3f93c4318f (diff)
downloadarchweb-9f4902f9c921b82f924fe0af106fa5480ca10ca9.tar.gz
archweb-9f4902f9c921b82f924fe0af106fa5480ca10ca9.tar.xz
Ensure feed GUIDs are unchanging and unique
Implement 'tag:' style URIs for the GUID field on our RSS feeds. This ensures new package updates show up as new, and we aren't jumping back and forth between generated GUIDs having 'http://' and 'https://' prefixes. Much of the work here is to attempt to keep old news GUIDs constant so we don't once again make everything show up as new in newsreaders. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/feeds/packages_description.html')
-rw-r--r--templates/feeds/packages_description.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feeds/packages_description.html b/templates/feeds/packages_description.html
index 6b9c47b..cfc4261 100644
--- a/templates/feeds/packages_description.html
+++ b/templates/feeds/packages_description.html
@@ -1 +1 @@
-{{ obj.pkgdesc }}
+{{ obj.pkgdesc }} \ No newline at end of file