pelican/pelican
Hilmar Lapp 5eb9fa6d16 Append slash to href of link to site home
This is necessary to make the link to the site home work locally, because then SITEURL may be set to an empty string (in fact the Pelican default configuration sets it to an empty string in pelicanconf.py).
2014-01-13 12:37:15 -05:00
..
tests Python-Markdown quote's URL's, we need to unquote to use on filesystem 2013-12-09 18:13:43 +00:00
themes Append slash to href of link to site home 2014-01-13 12:37:15 -05:00
tools Fix #1182# 2013-12-23 21:32:10 +01:00
__init__.py More pep8 fixes and refactor the check for old settings. 2014-01-05 23:34:46 +01:00
contents.py Python-Markdown quote's URL's, we need to unquote to use on filesystem 2013-12-09 18:13:43 +00:00
generators.py pep8 fixes 2014-01-05 23:34:46 +01:00
log.py fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -04:00
paginator.py Create new formatting context dict instead of using self.__dict__ 2013-08-03 13:49:43 -07:00
readers.py Merge pull request #1161 from florianjacob/modified_no_default 2013-11-20 08:56:11 -08:00
rstdirectives.py Support for pygment defaults and relevant documentation 2013-09-15 23:13:17 -07:00
server.py Fixing #1038 by allowing nice URLs. 2013-08-12 19:23:57 +01:00
settings.py Clarify docs about the DIRECT_TEMPLATES _SAVE_AS and _URL settings. 2014-01-05 23:37:44 +01:00
signals.py add a signal on article writing 2014-01-03 05:03:25 +01:00
urlwrappers.py Allow text substitutions when generating slugs 2013-07-04 12:17:21 +01:00
utils.py Preserve file metadata (esp. timestamps) when copy static files to output folder. 2013-10-15 10:37:03 +08:00
writers.py Simplify a bit pagination code. 2014-01-05 23:34:46 +01:00