changeset 43:320e1b36eb7e

limit the number of items in the atom feed
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 30 Sep 2014 04:08:41 +0200
parents 51d2ddc51e40
children 31fa19e7fd78
files publishconf.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/publishconf.py	Tue Sep 30 03:53:59 2014 +0200
+++ b/publishconf.py	Tue Sep 30 04:08:41 2014 +0200
@@ -15,3 +15,4 @@
 
 FEED_ALL_ATOM = 'feeds/all.atom.xml'
 CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
+FEED_MAX_ITEMS = 10