1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
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
..
content Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
output Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
TestPages Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
__init__.py Fix for issue #392 2013-03-27 18:17:11 -04:00
default_conf.py added testing for default locale setting 2013-07-21 14:12:21 +08:00
support.py tests.support: Use kwargs overrides in get_settings() 2013-06-02 14:24:27 -04:00
test_contents.py Fine-tune url-value HTML attributes list. 2013-10-17 11:33:34 +08:00
test_generators.py Log a warning when the HTML reader encounters a nonconformant meta tag 2013-11-08 14:37:07 -08:00
test_importer.py Handle east asian character column width in the importer 2013-10-08 09:46:40 +01:00
test_pelican.py Fix utils.copy behaviour 2013-09-14 16:18:53 +01:00
test_readers.py Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
test_settings.py added testing for default locale setting 2013-07-21 14:12:21 +08:00
test_utils.py Disable asciidoc files for tests 2013-08-06 23:42:41 +02:00