# HG changeset patch
# User Dirk Olmes <dirk@xanthippe.ping.de>
# Date 1412042921 -7200
# Node ID 320e1b36eb7e7f49c302edef86fd7b6af77fee82
# Parent  51d2ddc51e403f859d7efcf4f1538a0d07a0d0e2
limit the number of items in the atom feed

diff -r 51d2ddc51e40 -r 320e1b36eb7e publishconf.py
--- 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