1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Alexander Artemenko 3afdb8fcff Articles translations are enabled. To use this feature, you need to
add a Lang meta into the each article and set DEFAULT_LANG setting
which is 'en' by default.

Than, only articles in the default language (or without variant in
default language) will be shown in the index of the blog. And each
Article will have translations list.

The same is applicable to the static Pages.

Also, separate feeds are generated for each language except default.
2010-12-20 22:02:27 +03:00
..
themes Add the tag list to the articles, if any. 2010-12-14 15:05:43 +00:00
__init__.py fixed a ValueError with -k option 2010-12-15 15:56:38 +01:00
contents.py Articles translations are enabled. To use this feature, you need to 2010-12-20 22:02:27 +03:00
generators.py Articles translations are enabled. To use this feature, you need to 2010-12-20 22:02:27 +03:00
readers.py Simplier metadata processing, using dict's 'get' method with default value. 2010-12-17 00:07:55 +03:00
rstdirectives.py Add a directives file for pygments support. 2010-08-17 15:15:20 +02:00
settings.py Articles translations are enabled. To use this feature, you need to 2010-12-20 22:02:27 +03:00
utils.py Articles translations are enabled. To use this feature, you need to 2010-12-20 22:02:27 +03:00
writers.py Refactoring, Again :) 2010-12-02 03:22:24 +00:00