pelican/pelican
2020-04-23 12:52:12 -06:00
..
plugins Fix legacy plugin loading 2020-04-17 21:15:25 +03:00
tests Remove duplicate tests in test_contents 2020-04-21 23:45:55 +03:00
themes Remove Piwik from theme and settings docs 2020-04-16 08:26:09 +02:00
tools Flake8 fix 2020-04-16 08:10:30 +02:00
__init__.py Fix output directory deletion logic 2020-04-15 15:19:41 +02:00
__main__.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
cache.py Fix Python 2/3 cache pickle format incompatibility 2020-04-20 11:40:51 +02:00
contents.py Expose preserve_case option from slugify 2020-04-21 00:26:00 +03:00
generators.py Allow generators to deal with settings that are pathlib.Paths 2020-04-23 12:49:44 -06:00
log.py Fix LOG_FILTER to act on exact messages 2020-04-12 21:00:27 +03:00
paginator.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
readers.py Add Typogrify/SmartyPants dashes config parameter (#2615) 2020-04-16 13:32:19 +02:00
rstdirectives.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
server.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
settings.py Change default settings to be built with pathlib.Path. Closes #2431. 2020-04-23 12:52:12 -06:00
urlwrappers.py Expose preserve_case option from slugify 2020-04-21 00:26:00 +03:00
utils.py Rewrite pelican.utils.slugify to use unicode and add tests 2020-04-19 20:10:46 +03:00
writers.py remove pelican.signals in favor of pelican.plugins.signals 2019-12-01 18:14:13 +03:00