1
0
Fork 0
forked from github/pelican
Commit graph

15 commits

Author SHA1 Message Date
Alexander Artemenko
ddcccfeaa9 Switch to 'C' locale during page rendering.
Don't know why, but without it Jinja fails with UnicodeDecode error.
2011-03-23 11:14:25 +03:00
Alexis Metaireau
d8e8bc868f fix pagination 2011-02-27 04:01:10 +00:00
Alexis Metaireau
e9515130e0 Merge branch 'pagination-zebuline' 2011-02-17 19:04:30 +00:00
Alexis Metaireau
b1f6cfb2c9 pagination - fix extension 2011-02-17 19:02:42 +00:00
Alexis Metaireau
e0e4155e89 PEP 8 fixes 2011-02-15 13:48:57 +00:00
Laureline Guerin
d272896adf Pagination - refactoring 2011-02-15 14:36:55 +01:00
Massimo Santini
aba1b39211 Fixed getlocale/setlocale bug accoriding to http://bugs.python.org/issue1699853 and http://hub.esss.com.br/wordpress/blog/archives/8561 2011-02-14 15:40:23 +01:00
Alexis Metaireau
bbd8305310 Set locale to default while writing RSS feeds
to always output RFC822 compatible dates. Fixes #67
2011-02-09 21:17:57 +00:00
Alexis Metaireau
d13e6f14fb Changes about locales and dates.
Add a way to specify the locale in the settings, and the date formating as well.
Fixes #61.
2011-02-01 21:44:50 +00:00
Alexis Metaireau
4d0e18db23 Avoid rewriting protocol related links. 2011-01-24 01:59:09 +00:00
Alexis Metaireau
2f915caff2 branch merge
Conflicts:
	pelican/generators.py
	pelican/settings.py
2011-01-05 18:25:14 +01:00
Alexis Metaireau
2f6300af46 Do not create a general function for "update_object_content". 2011-01-05 14:27:46 +01:00
Arnaud BOS
3ee595f927 Images support and add built files to gitignore 2011-01-05 13:32:54 +01:00
Alexander Artemenko
03104bfbc3 Feed writer was refactored to allow more granular overriding of functionality. 2010-12-25 17:58:47 +03:00
Alexis Metaireau
836d4ea117 Refactoring, Again :)
Added some more notes about how this is working on the documentation. I do think
that the overall structure is clearer now, and easiest to understand. After all,
that's how it should always be !

--HG--
rename : pelican/processors.py => pelican/generators.py
rename : pelican/generators.py => pelican/writers.py
2010-12-02 03:22:24 +00:00