Nicolas Duhamel
09567fa99e
add global license capabability as a plugin
2011-04-26 20:02:05 +02:00
Nicolas Duhamel
91831eb525
add doc
2011-04-26 19:54:15 +02:00
Nicolas Duhamel
eef5fc8f99
rename signal
2011-04-26 19:54:15 +02:00
Nicolas Duhamel
dfe4d4e132
add gravatar plugin and pelican_generate_context signal
2011-04-26 19:54:04 +02:00
Nicolas Duhamel
4fb5d2b31e
add plugin sample
2011-04-26 19:51:55 +02:00
Nicolas Duhamel
91cb42d7d8
add a KISS plugin system
2011-04-26 19:51:55 +02:00
Alexis Metaireau
3d2ae33799
update the theme (logo)
2011-04-26 19:51:55 +02:00
Alexis Metaireau
ca2030f62c
theme switch
2011-04-26 19:51:55 +02:00
Alexis Metaireau
15de7d45c9
Little doc fix
2011-04-26 19:51:55 +02:00
Alexis Metaireau
d2bb85ab6c
Thanks Simon Liedtke
2011-04-26 19:51:55 +02:00
derdon
deb5b8a98f
typos, grammar mistakes, minor whitespace issues
2011-04-26 19:51:55 +02:00
derdon
f9819e0c71
another whitespace mistake in the CLI help
2011-04-26 19:51:55 +02:00
derdon
bb24c05b90
added missing whitespace in the CLI help
2011-04-26 19:51:55 +02:00
derdon
51f760edc2
move a default value to the table cell it belongs to
2011-04-26 19:51:55 +02:00
derdon
60807d1958
removed a confusing question mark
2011-04-26 19:51:55 +02:00
derdon
6b62ed8673
removed a useless comma
2011-04-26 19:51:55 +02:00
derdon
1ef913cb64
various grammar fixes
2011-04-26 19:51:55 +02:00
derdon
c8d20a7064
fixed the writings of two variable names in the settings table
2011-04-26 19:51:55 +02:00
derdon
ec9525a3e8
include the default values of the settings in the 1st column in parens
...
this way, it is much easier for the reader to see which variable has which
default value. I also added some default values which could not be found in
the documentation before.
2011-04-26 19:51:55 +02:00
Simon Liedtke
b6b7238519
removed unused import
2011-04-26 19:51:55 +02:00
Simon Liedtke
764a135bb3
Pelican is an "it", not a "he"
2011-04-26 19:51:55 +02:00
Skami18
8de525fa28
Removed a bug (debug messages was not showed) and improved readability
2011-04-26 19:51:55 +02:00
Alexis Metaireau
bb0d4bcc2f
Add documentation about the RELATIVE_URLS setting. Thanks to Günter Kolousek.
2011-04-26 19:51:55 +02:00
Alexis Metaireau
98ed7338e6
add a test metadata for #98
2011-04-26 19:51:54 +02:00
Nicolas Duhamel
105b5c2863
Add subtitle
2011-04-21 17:43:38 +02:00
Alexis Metaireau
c749f610c5
add a markdown article for tests purposes
2011-04-20 16:17:36 +02:00
Alexis Metaireau
698686e1d4
Catch all exceptions in __init__
2011-04-20 14:44:25 +02:00
Alessandro Martin
c421956cd9
Modified Generator Base Class in order to pass custom Jinja filters in
...
settings.py
2011-04-20 20:29:29 +08:00
Alessandro Martin
f8f59502b5
Fixed some typos and added links in README
2011-04-20 20:29:28 +08:00
Nicolas Duhamel
93e62c6336
fix issue #91
2011-04-20 19:54:14 +08:00
Alexis Metaireau
129ce24308
Merge branch 'master' of https://github.com/Skami18/pelican
2011-04-20 12:50:39 +02:00
Alexis Metaireau
85a4cbd64e
Merge branch 'master' of https://github.com/JNRowe/pelican
2011-04-20 12:30:26 +02:00
Skami18
af1bc749e1
Removed a bug related to unicode
2011-04-19 15:08:04 +02:00
Skami18
3166e6dfe3
Calls to «print» replaced by the «pelican.log» module.
2011-04-19 14:49:46 +02:00
Skami18
834c952f20
Added shortcuts functions in the `log' module
2011-04-19 11:49:24 +02:00
Skami18
c5578e338d
Added a colored logging system
2011-04-18 20:14:07 +02:00
Skami18
9d10e2bff1
Added a logging system (will be useful for plugins)
2011-04-18 17:58:48 +02:00
Skami18
752e9d1c75
Tabs replaced by spaces
2011-03-27 12:49:28 +02:00
Skami18
421dc21f72
Removed a category-related bug
2011-03-27 12:46:33 +02:00
Skami18
b909e4aac3
Removed a division by zero
2011-03-26 17:46:31 +01:00
Alexis Metaireau
dfb214d47d
default tags to []
2011-03-23 16:41:24 +00:00
Alexander Artemenko
f9f6da0a43
Don't add 'static' prefix to urls with schema.
...
Don't add 'static' prefix to urls like 'mailto:some@example.com' or
'skype:somename'.
2011-03-23 11:15:37 +03:00
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
Alexander Artemenko
138e19fa19
Merge branch 'master' of git://github.com/ametaireau/pelican
...
Conflicts:
docs/settings.rst
pelican/generators.py
pelican/settings.py
2011-03-23 10:25:38 +03:00
James Rowe
37666770be
imports→import typo fix.
2011-03-23 07:10:28 +00:00
Alexis Metaireau
5f3c4ffafe
Thanks to DrMegahertz !
2011-03-09 12:11:53 +00:00
Marcus Fredriksson
f9123a4cc6
Binds the summary property to the current instance
...
An unbound property will just return itself instead of calling the intended
method.
2011-03-09 12:21:15 +01:00
Alexis Metaireau
8d6de4ec59
Bump version
2.6.0
2011-03-08 19:37:35 +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
d8e8bc868f
fix pagination
2011-02-27 04:01:10 +00:00