comparison publishconf.py @ 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 7380bf280fc9
children e99db3bc53c1
comparison
equal deleted inserted replaced
42:51d2ddc51e40 43:320e1b36eb7e
13 SITEURL = 'http://xanthippe.duckdns.org/blog' 13 SITEURL = 'http://xanthippe.duckdns.org/blog'
14 RELATIVE_URLS = False 14 RELATIVE_URLS = False
15 15
16 FEED_ALL_ATOM = 'feeds/all.atom.xml' 16 FEED_ALL_ATOM = 'feeds/all.atom.xml'
17 CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' 17 CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
18 FEED_MAX_ITEMS = 10