Skami18
b892f758a8
Pelican show a warning instead of raising an exception if the author of an article is not found an there is no settings file
2011-07-26 17:45:15 +02:00
Alexis Metaireau
371892ceaa
Merge branch tests into main. (See #44 )
...
Conflicts:
pelican/contents.py
pelican/settings.py
samples/pelican.conf.py
2011-05-10 23:18:11 +01:00
Alexis Metaireau
6b44d93780
Add the possibility to publish drafts. Fixes #111
2011-05-08 14:58:57 +01:00
Alexis Metaireau
3641703a49
Merge branch 'master' of github.com:ametaireau/pelican
2011-05-07 22:53:06 +01:00
Alexis Metaireau
52f2a8383a
Metadata, not metadatas.
2011-05-07 20:00:30 +01:00
Alexis Metaireau
56effc24cb
Add a DEFAULT_METADATA setting.
...
It is now possible to have soem default metadata defined in the settings. Fixes #98
2011-05-07 19:56:55 +01:00
Mikhail Korobov
3a301b1859
Python 2.5 compatibility
2011-05-06 16:45:27 +06:00
Mikhail Korobov
06246557c5
A couple of docstrings are fixed (they were refering obsolete params)
2011-05-06 16:44:12 +06:00
Skami18
3166e6dfe3
Calls to «print» replaced by the «pelican.log» module.
2011-04-19 14:49:46 +02: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
ec06e6ed95
Add a possibility to define the summary of an article directly in rst.
2011-03-08 15:41:40 +00:00
skami
284233a920
Non-ASCII in dates are now rendered as xml entities
2011-02-16 15:39:22 +01:00
Alexis Metaireau
06246d1aa4
Fix #65 . Unicode, grr. Thanks Bruno Bord.
2011-02-01 22:50:18 +00:00
Alexis Metaireau
d13e6f14fb
Changes about locales and dates.
...
Add a way to specify the locale in the settings, and the date formating as well.
Fixes #61 .
2011-02-01 21:44:50 +00:00
Alexis Metaireau
c13c707a62
Tests for contents.py
2011-01-13 00:32:37 +01:00
Alexis Metaireau
79576f25b6
Fix translation feature. Add translation support to the notmyidea theme.
2011-01-05 16:22:52 +01:00
Arnaud BOS
3ee595f927
Images support and add built files to gitignore
2011-01-05 13:32:54 +01:00
Alexis Metaireau
750e211649
Update the documentations and fix some little things about the translation feature.
2010-12-20 22:50:54 +00:00
Alexander Artemenko
1d74de2559
Added another option CLEAN_URLS, to use generated files with mod_rewrite and to show nice urls to the end user.
2010-12-21 00:21:29 +03:00
Alexander Artemenko
3afdb8fcff
Articles translations are enabled. To use this feature, you need to
...
add a Lang meta into the each article and set DEFAULT_LANG setting
which is 'en' by default.
Than, only articles in the default language (or without variant in
default language) will be shown in the index of the blog. And each
Article will have translations list.
The same is applicable to the static Pages.
Also, separate feeds are generated for each language except default.
2010-12-20 22:02:27 +03:00
Alexander Artemenko
bc5a19a37b
Slugify is broken for non-ascii titles. Now slug could be redefined, using the metadata.
2010-12-17 00:32:12 +03: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
32102dae12
Fix a FAQ mistake.
2010-11-15 18:58:54 +00:00
Alexis Metaireau
93c46b7519
Adding pdf support.
2010-11-06 02:03:32 +00:00
Alexis Metaireau
c989db50c9
Refactoring, again.
...
Separate Generator and Processors. Place clear for upcoming changes about pages
only websites powered by pelican !
2010-11-05 00:22:03 +00:00
Alexis Metaireau
340ddf4aa8
Add a way to output pages as well.
2010-10-30 20:17:23 +01:00
Alexis Metaireau
41a5f390fb
Put the notmyidea theme by default.
...
--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
2010-10-30 16:47:59 +01:00
Alexis Metaireau
fdb920e50a
Welcome Pelican 2.0 ! Refactoring of the internals to be more extensible.
...
--HG--
rename : pelican/bloggenerator.py => pelican/generators.py
2010-10-30 00:56:40 +01:00