1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools
Ondrej Grover 3f6b130d6e Fix #1198, enable custom locale in template rendering, fixes links
reverts getpelican/pelican@ddcccfeaa9

If one used a locale that made use of unicode characters (like fr_FR.UTF-8)
the files on disk would be in correct locale while links would be to C.

Uses a SafeDatetime class that works with unicode format strigns
by using custom strftime to prevent ascii decoding errors with Python2.

Also added unicode decoding for the calendar module to fix period
archives.
2014-06-26 00:00:19 -04:00
..
templates Remove errant leading spaces from fabfile.py.in 2014-04-30 13:35:10 -07:00
__init__.py move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
pelican_import.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
pelican_quickstart.py PY and PELICAN env variable overrides for Make 2014-02-08 14:32:58 -08:00
pelican_themes.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00