| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more contributors to THANKS | Justin Mayer | 2021-10-12 | 1 | -6/+19 |
| | | |||||
| * | Invoke template : avoiding to spawn unnecessary process + passing-through ↵ | Lucas Cimon | 2020-06-09 | 1 | -0/+1 |
| | | | | | CLI args to pelican | ||||
| * | Initial pass of removing Python 2 support | Kevin Yap | 2019-11-26 | 1 | -0/+1 |
| | | | | | | | This commit removes Six as a dependency for Pelican, replacing the relevant aliases with the proper Python 3 imports. It also removes references to Python 2 logic that did not require Six. | ||||
| * | Remove Python 2.7 support from settings | Paolo Melchiorre | 2019-11-05 | 1 | -0/+1 |
| | | |||||
| * | Update http:// links to https:// where appropriate | Justin Mayer | 2019-04-25 | 1 | -2/+3 |
| | | |||||
| * | Convert FEED settings from `%s` to `{slug}` redux (#2432) | MinchinWeb | 2018-11-03 | 1 | -0/+1 |
| | | | | | | * Convert FEED settings from `%s` to `{slug}` redux Closes #2106, Closes #2383 | ||||
| * | doc: updates MARKDOWN | Bernhard Scheirle | 2016-11-02 | 1 | -0/+1 |
| | | |||||
| * | Made name of blogroll/social widgets configurable. | Ben Rosser | 2015-10-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | The BLOGROLL_WIDGET_NAME and SOCIAL_WIDGET_NAME settings are now respected by notmyidea if they are specified in your config file. They override the default names of "blogroll" and "links" in the notmyidea theme. Used default() in template to simplify template code. Renaming BLOGROLL setting to LINKS, changed default also. Updated tests to check 'links' instead of 'blogroll'. Whoops; links, not link. | ||||
| * | minor spelling fixes | Carlos E. Garcia | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Document video support in Markdown and reST. | Kevin Deldycke | 2013-10-25 | 1 | -0/+1 |
| | | |||||
| * | Add new contributors to THANKS | Justin Mayer | 2013-04-23 | 1 | -3/+37 |
| | | |||||
| * | Add contributors to THANKS. Minor language edits. | Justin Mayer | 2013-04-12 | 1 | -7/+8 |
| | | |||||
| * | remove duplicates | Alexis Métaireau | 2013-01-02 | 1 | -6/+0 |
| | | |||||
| * | Fix the THANKS file. | Alexis Métaireau | 2013-01-02 | 1 | -18/+127 |
| | | |||||
| * | Thanks Manuel :) | Alexis Metaireau | 2011-07-29 | 1 | -0/+1 |
| | | |||||
| * | Thanks Simon Liedtke | Alexis Metaireau | 2011-04-25 | 1 | -0/+1 |
| | | |||||
| * | Add documentation about the RELATIVE_URLS setting. Thanks to Günter Kolousek. | Alexis Metaireau | 2011-04-24 | 1 | -0/+1 |
| | | |||||
| * | Thanks to DrMegahertz ! | Alexis Metaireau | 2011-03-09 | 1 | -0/+1 |
| | | |||||
| * | Add a possibility to define the summary of an article directly in rst. | Alexis Metaireau | 2011-03-08 | 1 | -0/+1 |
| | | |||||
| * | add the settings for pelican command line usage example | Alexis Metaireau | 2011-02-14 | 1 | -0/+1 |
| | | |||||
| * | Add the ability to sort categories. | Alexis Metaireau | 2011-02-01 | 1 | -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. | ||||
| * | Update THANKS | Alexis Metaireau | 2010-12-15 | 1 | -0/+1 |
| | | |||||
| * | Refactoring, Again :) | Alexis Metaireau | 2010-12-02 | 1 | -0/+1 |
| | | | | | | | | | | | 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 | ||||
| * | Update TODO. | Alexis Metaireau | 2010-11-16 | 1 | -0/+1 |
| | | |||||
| * | Fix a FAQ mistake. | Alexis Metaireau | 2010-11-15 | 1 | -0/+1 |
| | | |||||
| * | Add Jérome's ideas. | Alexis Metaireau | 2010-11-14 | 1 | -0/+1 |
| | | |||||
| * | Adding ronny's ideas to the TODO list. | Alexis Metaireau | 2010-11-12 | 1 | -0/+1 |
| | | |||||
| * | Updating thanks. | Alexis Metaireau | 2010-11-12 | 1 | -1/+2 |
| | | |||||
| * | update THANKS | Alexis Metaireau | 2010-11-07 | 1 | -0/+1 |
| | | |||||
| * | Add a thanks file. | Alexis Metaireau | 2010-10-30 | 1 | -0/+4 |
