summaryrefslogtreecommitdiff
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
...
* | Set locale to default while writing RSS feedsAlexis Metaireau2011-02-091-0/+3
| | | | | | | | to always output RFC822 compatible dates. Fixes #67
* | Fix #65. Unicode, grr. Thanks Bruno Bord.Alexis Metaireau2011-02-012-2/+2
| |
* | Changes about locales and dates.Alexis Metaireau2011-02-011-0/+1
| | | | | | | | | | Add a way to specify the locale in the settings, and the date formating as well. Fixes #61.
* | Add the ability to sort categories.Alexis Metaireau2011-02-011-0/+1
| | | | | | | | | | | | | | | | generator.categories is now a list of (category, articles) instead of a dict. This is to avoid using ordered dicts that have been introduces in python 2.7, so we stay as much as possible compatible with older versions. This fixes #62. Thanks to Bruno for the report.
* | Add the slug for the translation articles.Alexis Metaireau2011-01-252-2/+4
|/
* Fix translation feature. Add translation support to the notmyidea theme.Alexis Metaireau2011-01-053-2/+8
|
* Images support and add built files to gitignoreArnaud BOS2011-01-057-1/+31
|
* Fixed the PDF generationGuillaume B2010-12-221-1/+1
| | | | Signed-off-by: Guillaume B <guitreize@gmail.com>
* Put the real version of the conf file, not the symbolic link ;)Alexis Metaireau2010-12-051-1/+19
|
* Update the sample config with the one I use.Alexis Metaireau2010-12-052-21/+1
|
* Put the notmyidea theme by default.2.1Alexis Metaireau2010-10-3016-839/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : samples/themes/notmyidea/css/main.css => pelican/themes/notmyidea/css/main.css rename : samples/themes/notmyidea/css/pygment.css => pelican/themes/notmyidea/css/pygment.css rename : samples/themes/notmyidea/css/reset.css => pelican/themes/notmyidea/css/reset.css rename : samples/themes/notmyidea/images/icons/delicious.png => pelican/themes/notmyidea/images/icons/delicious.png rename : samples/themes/notmyidea/images/icons/lastfm.png => pelican/themes/notmyidea/images/icons/lastfm.png rename : samples/themes/notmyidea/images/icons/rss.png => pelican/themes/notmyidea/images/icons/rss.png rename : samples/themes/notmyidea/images/icons/twitter.png => pelican/themes/notmyidea/images/icons/twitter.png rename : samples/themes/notmyidea/templates/archives.html => pelican/themes/notmyidea/templates/archives.html rename : samples/themes/notmyidea/templates/article.html => pelican/themes/notmyidea/templates/article.html rename : samples/themes/notmyidea/templates/base.html => pelican/themes/notmyidea/templates/base.html rename : samples/themes/notmyidea/templates/categories.html => pelican/themes/notmyidea/templates/categories.html rename : samples/themes/notmyidea/templates/category.html => pelican/themes/notmyidea/templates/category.html rename : samples/themes/notmyidea/templates/index.html => pelican/themes/notmyidea/templates/index.html rename : samples/themes/notmyidea/templates/tag.html => pelican/themes/notmyidea/templates/tag.html rename : samples/themes/notmyidea/templates/tags.html => pelican/themes/notmyidea/templates/tags.html rename : pelican/themes/templates/archives.html => pelican/themes/simple/templates/archives.html rename : pelican/themes/templates/article.html => pelican/themes/simple/templates/article.html rename : pelican/themes/templates/base.html => pelican/themes/simple/templates/base.html rename : pelican/themes/templates/categories.html => pelican/themes/simple/templates/categories.html rename : pelican/themes/templates/category.html => pelican/themes/simple/templates/category.html rename : pelican/themes/templates/index.html => pelican/themes/simple/templates/index.html rename : pelican/themes/templates/tag.html => pelican/themes/simple/templates/tag.html rename : pelican/themes/templates/tags.html => pelican/themes/simple/templates/tags.html
* Replace BLOG setting variables by SITE ones.Alexis Metaireau2010-10-304-18/+18
|
* Welcome Pelican 2.0 ! Refactoring of the internals to be more extensible.Alexis Metaireau2010-10-301-1/+2
| | | | | --HG-- rename : pelican/bloggenerator.py => pelican/generators.py
* Theme fix + remove trailing spaces when parsing rst files for tags.1.2.3Alexis Metaireau2010-10-171-0/+4
|
* Update the notmyidea theme.Alexis Metaireau2010-10-161-1/+2
|
* Use docinfo fields instead of comments.Alexis Metaireau2010-10-153-9/+9
|
* Fix the atom feed url.Alexis Metaireau2010-09-281-1/+1
|
* add support for pygmentsAlexis Metaireau2010-09-272-0/+208
|
* Theme modifications, add a summary for the articles.Alexis Metaireau2010-09-274-19/+43
|
* Add some files to the output, rename generator.py to bloggenerator.pyAlexis Metaireau2010-09-271-2/+2
| | | | | --HG-- rename : pelican/generator.py => pelican/bloggenerator.py
* Add a base URL to the template context, fix the notmyidea theme to be a bit moreAlexis Metaireau2010-09-246-23/+31
| | | | prettier.
* Add support of multiple static paths and feed generation.Alexis Metaireau2010-08-197-68/+4
|
* Get author information from settings if not specified in article's metadata.Alexis Metaireau2010-08-181-1/+2
|
* Add a file that will not be parsed !Alexis Metaireau2010-08-181-0/+1
|
* Forgot to add the "base.html" to notmyidea themeAlexis Metaireau2010-08-181-0/+66
|
* Add a way to specify CSS files. Add default settings too.Alexis Metaireau2010-08-1811-0/+459
| | | | | | | | | | | | --HG-- rename : samples/themes/notmyidea/archives.html => samples/themes/notmyidea/templates/archives.html rename : samples/themes/notmyidea/article.html => samples/themes/notmyidea/templates/article.html rename : samples/themes/notmyidea/base.html => samples/themes/notmyidea/templates/base.html rename : samples/themes/notmyidea/categories.html => samples/themes/notmyidea/templates/categories.html rename : samples/themes/notmyidea/category.html => samples/themes/notmyidea/templates/category.html rename : samples/themes/notmyidea/index.html => samples/themes/notmyidea/templates/index.html rename : samples/themes/notmyidea/tag.html => samples/themes/notmyidea/templates/tag.html rename : samples/themes/notmyidea/tags.html => samples/themes/notmyidea/templates/tags.html
* Add the notmyidea theme + settings as an example.Alexis Metaireau2010-08-189-0/+148
|
* Sort articles by date. A bit more templates. Add an author field.Alexis Metaireau2010-08-173-1/+21
| | | | | | | | | | | --HG-- rename : pelican/templates/archives.html => pelican/themes/archives.html rename : pelican/templates/article.html => pelican/themes/article.html rename : pelican/templates/categories.html => pelican/themes/categories.html rename : pelican/templates/category.html => pelican/themes/category.html rename : pelican/templates/index.html => pelican/themes/index.html rename : pelican/templates/tag.html => pelican/themes/tag.html rename : pelican/templates/tags.html => pelican/themes/tags.html
* Add UTF-8 Support + Pygments library.Alexis Metaireau2010-08-171-0/+8
|
* First import.Alexis Metaireau2010-08-141-0/+13