Justin Mayer
7bfc70c153
Update functional test output for category in feed
2019-10-17 10:34:03 -07:00
Vladimír Vondruš
d04b777159
Test for SITESUBTITLE in feeds.
...
It's now present in both RSS and Atom feeds.
2017-10-29 21:28:11 +01:00
Bernhard Scheirle
eb435dc065
Update feed test output to match the new feed id
2016-09-25 10:59:44 +02:00
Justin Mayer
6aa05ace19
Update functional test output for FeedGenerator 1.9
...
Refs https://github.com/getpelican/feedgenerator/pull/7
2016-09-15 11:58:43 -06:00
davidlesieur
e48365c329
Fix titles in feed tests.
2016-04-17 11:07:28 -04:00
Karl Dubost
f91ea06cc5
Bump feedgenerator version number to 1.8 #1933
2016-04-07 10:27:46 +09:00
Florian Jacob
bd9d1b9539
The modified attribute no longer has a default value.
...
This allows for templates using {% if article.modified %}
instead of {% if article.modified != article.published %} .
2013-11-17 23:40:11 +01:00
Florian Jacob
4b2fcb09a4
Added a new ''modified:' metadata tag to be able to specify the
...
publication time and date and the last modified time and date
independently.
This makes it possible to access the last updated date with {{ article.locale_modified }} in templates.
Additionally, an already delivered feed entry can be corrected by changing the modified date and time, as it is used for atom:update
/ rss pubDate field now.
2013-11-10 00:14:55 +01:00
Simon Conseil
fd018d7ceb
Update tests output with feedgenerator 1.6
...
feedgenerator 1.6 includes a change to write feed attributes in a consistent
order between py2.7 and py3.3.
2013-06-02 16:21:10 +02:00
Alexis Métaireau
547f8d2e83
Move the tests into pelican. Fix #500
2013-03-06 00:41:27 -08:00