1
0
Fork 0
forked from github/pelican
Commit graph

30 commits

Author SHA1 Message Date
Justin Mayer
17089aefc9 Add more contributors to THANKS 2021-10-12 15:58:53 +02:00
Lucas Cimon
d3c4bcc254
Invoke template : avoiding to spawn unnecessary process + passing-through CLI args to pelican 2020-06-09 16:01:46 +02:00
Kevin Yap
1e0e541b57 Initial pass of removing Python 2 support
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.
2019-11-26 06:16:41 +09:00
Paolo Melchiorre
ae73d06301 Remove Python 2.7 support from settings 2019-11-05 21:04:56 +01:00
Justin Mayer
e6ecefb594 Update http:// links to https:// where appropriate 2019-04-25 15:08:04 +02:00
MinchinWeb
3a0add4b6e Convert FEED settings from %s to {slug} redux (#2432)
* Convert FEED settings from `%s` to `{slug}` redux

Closes #2106, Closes #2383
2018-11-03 16:12:20 +01:00
Bernhard Scheirle
114e64dcf7 doc: updates MARKDOWN 2016-11-02 21:11:42 +01:00
Ben Rosser
a670a3e040 Made name of blogroll/social widgets configurable.
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.
2015-10-11 14:14:14 -04:00
Carlos E. Garcia
f5775bcba0 minor spelling fixes 2014-09-15 20:29:00 -04:00
Kevin Deldycke
6c808e426f Document video support in Markdown and reST. 2013-10-25 10:52:13 +02:00
Justin Mayer
63ddcf22d9 Add new contributors to THANKS 2013-04-23 08:09:50 -07:00
Justin Mayer
091007ddf7 Add contributors to THANKS. Minor language edits. 2013-04-12 21:47:54 -07:00
Alexis Métaireau
be040715f9 remove duplicates 2013-01-02 13:46:55 +01:00
Alexis Métaireau
8cc0da67e1 Fix the THANKS file. 2013-01-02 13:43:38 +01:00
Alexis Metaireau
73ba522508 Thanks Manuel :) 2011-07-29 23:35:57 +03:00
Alexis Metaireau
26b756d7d8 Thanks Simon Liedtke 2011-04-25 23:29:45 +01:00
Alexis Metaireau
34d88bb13c Add documentation about the RELATIVE_URLS setting. Thanks to Günter Kolousek. 2011-04-24 13:05:40 +02:00
Alexis Metaireau
5f3c4ffafe Thanks to DrMegahertz ! 2011-03-09 12:11:53 +00:00
Alexis Metaireau
ec06e6ed95 Add a possibility to define the summary of an article directly in rst. 2011-03-08 15:41:40 +00:00
Alexis Metaireau
4edb5bf497 add the settings for pelican command line usage example 2011-02-14 10:42:25 +00:00
Alexis Metaireau
d0ec18f4db Add the ability to sort categories.
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.
2011-02-01 01:57:39 +00:00
Alexis Metaireau
6b25943a3a Update THANKS 2010-12-15 18:09:43 +00: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
Alexis Metaireau
18d5ecc364 Update TODO. 2010-11-16 15:13:10 +00:00
Alexis Metaireau
32102dae12 Fix a FAQ mistake. 2010-11-15 18:58:54 +00:00
Alexis Metaireau
da3efaa8d2 Add Jérome's ideas. 2010-11-14 22:54:03 +00:00
Alexis Metaireau
6184450b60 Adding ronny's ideas to the TODO list. 2010-11-12 20:13:33 +00:00
Alexis Metaireau
7bb0771d2b Updating thanks. 2010-11-12 02:41:33 +00:00
Alexis Metaireau
9756739386 update THANKS 2010-11-07 14:40:32 +00:00
Alexis Metaireau
f913381f59 Add a thanks file. 2010-10-30 16:43:24 +01:00