1
0
Fork 0
forked from github/pelican
Commit graph

426 commits

Author SHA1 Message Date
Alexis Metaireau
1013ae5eb3 theme switch 2011-04-26 00:34:03 +01:00
Alexis Metaireau
c21d7a1233 Merged pull request #101 from derdon/master.
broken table
2011-04-25 15:42:10 -07:00
derdon
6b10d86407 move a default value to the table cell it belongs to 2011-04-26 00:39:31 +02:00
Alexis Metaireau
36cc74b224 Little doc fix 2011-04-25 23:33:13 +01:00
Alexis Metaireau
26b756d7d8 Thanks Simon Liedtke 2011-04-25 23:29:45 +01:00
Alexis Metaireau
a92394eac2 Merged pull request #99 from derdon/master.
[doc] moved default values to 1st column + more doc fixes
2011-04-25 15:27:52 -07:00
Skami18
8732569a01 Removed a bug (debug messages was not showed) and improved readability 2011-04-25 12:13:44 +02:00
derdon
e9364df4ed removed a confusing question mark 2011-04-25 00:40:42 +02:00
derdon
6f89ffec83 removed a useless comma 2011-04-25 00:39:21 +02:00
derdon
9e05b1fd51 various grammar fixes 2011-04-25 00:38:15 +02:00
derdon
b602e3799d fixed the writings of two variable names in the settings table 2011-04-25 00:36:15 +02:00
derdon
c9f9f4e500 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-25 00:33:55 +02:00
Simon Liedtke
fcab48a5e5 removed unused import 2011-04-24 09:24:05 -07:00
Simon Liedtke
94ce3bea64 Pelican is an "it", not a "he" 2011-04-24 09:05:38 -07: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
a65cfe6237 add a test metadata for #98 2011-04-21 19:26:12 +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
Alexis Metaireau
0f45b5ab1b Merge branch 'dynamic_nosetupfools' of https://github.com/JNRowe/pelican 2011-02-27 03:33:13 +00:00
James Rowe
09f964ffcb Split hard and soft dependencies in getting_started doc. 2011-02-26 16:17:20 +00:00
James Rowe
6fc6a4dac9 Document Reader.enabled attribute usage. 2011-02-24 05:17:05 +00:00
James Rowe
43e931baa4 Make readers with external dependencies optional. 2011-02-24 05:15:04 +00:00
FELD Boris
906c620327 Correct docs. 2011-02-22 11:41:57 +01:00
FELD Boris
6902485c12 Add some docs for skribit integration. 2011-02-22 11:35:06 +01:00
FELD Boris
b2be5638f8 Rename SKRIBIT_TAB_DISTANCE_VERT (SKRIBIT_TAB_DISTANCE_HORIZ) to respectively SKRIBIT_TAB_VERT (SKRIBIT_TAB_HORIZ). 2011-02-22 11:18:41 +01:00
FELD Boris
68f8826ecf Add support for skribit widget. WARNING : NOT TESTED. 2011-02-22 11:15:20 +01:00
FELD Boris
e43d660733 Add support for skribit suggestions tab. WARNING : NOT TESTED. 2011-02-22 11:10:58 +01:00