1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Simon Conseil 3f91165f09 Ensure that markup is a tuple.
`self.markup` is a list when using the `-m|--markup` cli option, but testing the
extension with `endswith` works only with tuples.
2013-06-02 22:49:16 +02:00
..
tests Ensure that markup is a tuple. 2013-06-02 22:49:16 +02:00
themes Clean up and improve <head> of notmyidea theme 2013-04-23 06:51:22 -07:00
tools Updated pelican.server not started error message. 2013-05-18 08:20:50 +02:00
__init__.py some cleanup 2013-05-13 13:53:52 +10:00
contents.py adhere to pep8 2013-05-15 22:18:35 -07:00
generators.py Ensure that markup is a tuple. 2013-06-02 22:49:16 +02:00
log.py fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -04:00
paginator.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
readers.py Merge pull request #885 from avaris/markdown-summary-footnote 2013-05-13 15:36:39 -07:00
rstdirectives.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
server.py Adding a message for gracefully shutting down dev server 2013-03-19 12:15:58 +01:00
settings.py ignore emacs lock files and exception handling for watchers 2013-04-22 20:50:11 -04:00
signals.py Add a pages_generator_finalized signal. 2013-02-10 12:42:54 -08:00
urlwrappers.py Make tags and cats case insensitive. Fixes #704. 2013-05-03 17:37:45 +01:00
utils.py Merge pull request #848 from Rogdham/no_overwrite 2013-05-13 00:17:26 -07:00
writers.py Use the builtin "open" on Python 3. 2013-05-27 14:49:57 +10:00