Marco Milanesi
948ef452ca
documentation for the github activity plugin
2011-09-07 18:55:37 +02:00
Marco Milanesi
48d7df72f1
refactored code and introduced a new signal in ArticlesGenerator __init__
2011-09-07 17:08:28 +02:00
Marco Milanesi
575905ac53
some commentary
...
copyright infos
some instructions on how to use the plugin
2011-09-06 19:14:21 +02:00
Marco Milanesi
3743617d27
removed spurious signal
2011-09-06 18:56:44 +02:00
Marco Milanesi
c6c0ee76c2
implemented github activity plugin
2011-09-06 18:54:41 +02:00
Nicolas Steinmetz
a50e986f80
add tag import feature for dotclear import
2011-08-30 23:49:45 +02:00
Nicolas Steinmetz
8f6da4fa7f
final fix for dotclear import
2011-08-30 22:27:43 +02:00
Nicolas Steinmetz
de790b9e72
for the --dir-cat option, also slugify category's name to avoid encoding or spaces issues or ...
2011-08-30 17:14:05 +03:00
Nicolas Steinmetz
f337f5067b
Fix as in dotclear, format is not "markdown" but "wiki". So add an "or" statement.
2011-08-30 16:37:59 +03:00
Alexis Metaireau
da84603558
Merge pull request #165 from nsteinmetz/patch-1
...
Fix #164 , by "slugifying" titles (which for generated filename is also be
2011-08-30 06:34:03 -07:00
Nicolas Steinmetz
67485be240
Fix #164 , by "slugifying" titles (which for generated filename is also better imho) + a few remplacement of ".rst" by the "ext" variable.
2011-08-30 15:11:30 +03:00
Alexis Metaireau
56749af1da
Merge pull request #163 from n1k0/master
...
fixed aliased replacements were broken when using ARTICLE_PERMALINK_STRUCTURE
2011-08-22 11:33:49 -07:00
Nicolas Perriault
fc3ca7ea0e
fixed aliased replacements were broken when using ARTICLE_PERMALINK_STRUCTURE
2011-08-22 19:42:42 +02:00
Alexis Metaireau
28e13be3a4
Merge pull request #159 from myano/master
...
checks if pdf_path exists before trying to create pdf_path
2011-08-20 07:43:11 -07:00
Michael Yanovich
5b4e148a2e
Updated pelican/generators.py to check if the folder exists before
...
trying to create it. It will always generate an OSError if the
folder already exists even if it has the appropriate permissions.
2011-08-20 09:51:18 -04:00
Alexis Metaireau
100d94cd12
add ghp-import features to push to github pages easily
2011-08-19 23:01:01 +02:00
renhbo
af93f76836
A wraper on .bat for pelican in Windows.
2011-08-19 22:35:23 +08:00
renhbo
e7168c1d18
A .bat wrapper for pelican in Windows.
2011-08-19 22:14:19 +08:00
renhbo
396db8411c
A .bat wraper for pelican in Windows.
2011-08-19 22:12:17 +08:00
renhbo
eea6c7477d
Fix an unicode error on Windows platform.
2011-08-19 02:19:44 +08:00
Alexis Metaireau
96b52a2283
issue a warning in case no timezone is defined
2011-08-18 13:58:04 +02:00
Alexis Metaireau
720b8d3168
doc: update the settings page about latest changes
2011-08-18 13:47:31 +02:00
Alexis Metaireau
bee3140fc6
doc: reorder settings
2011-08-18 13:35:53 +02:00
Alexis Metaireau
b2092fe0e7
Merge pull request #156 from Natim/master
...
GTM Time in ATOM feeds
2011-08-18 03:53:36 -07:00
Alexis Metaireau
f185c45c16
Merge pull request #157 from renhbo/master
...
Fix an unicode error in Windows.
2011-08-18 03:24:20 -07:00
Alexis Metaireau
36b89b3e4b
Merge branch 'master' of github.com:ametaireau/pelican
2011-08-17 10:39:06 +02:00
Alexis Metaireau
e5d4e90b8f
update the docs on how to view generated blog
2011-08-17 10:38:48 +02:00
Skami18
26eecf082a
Removed another utf-8 related bug
2011-08-16 18:43:51 +02:00
Rémy HUBSCHER
32a6ecbcc5
Fix timezone bug for ATOM generation
2011-08-16 15:11:49 +02:00
Rémy HUBSCHER
66ca61dfbb
Patch the makefile to automaticaly create the output dir if it doesn't exists, use PWD to work in different computer base_dir from scratch
2011-08-16 11:47:20 +02:00
Rémy HUBSCHER
acb65b77af
GMT Time in ATOM feeds
2011-08-16 11:40:08 +02:00
Alexis Metaireau
4a6bf81b2e
remove skribit support. fixes #154
2011-08-11 23:50:04 +02:00
Alexis Metaireau
1edbe044a2
Include the "pelican-quickstart" script.
...
This ease the creation of a new blog. I modified slightly the code wrote by @Skami18
here: https://gist.github.com/1025236/dfa695e67482477907c79ae709ab827b20b18b04
This commit also renames the import script to "pelican-import".
Fixes #129 .
2011-08-11 23:34:53 +02:00
Alexis Metaireau
c73ae02170
pep8ize
2011-08-11 22:42:20 +02:00
Alexis Metaireau
0adb76d5d2
Merge pull request #155 from borgar/configurable-readers
...
Allow overriding reader extensions.
2011-08-11 13:42:38 -07:00
Alexis Metaireau
e9f1bb9853
add ideas
2011-08-11 11:24:41 +02:00
Alexis Metaireau
7f1cad26ba
typos
2011-08-11 11:24:41 +02:00
Borgar
a5f47cfae9
Allow overriding reader extensions.
...
This adds an extensions setting all readers in the style of [ext]_EXTENSIONS. So for the MarkdownReader, who's extension is "md", the setting read is MD_EXTENSIONS.
The settings allow overriding the default options passed through the readers. In the case of Markdown the default values are ['codehilite','extra'], but user may change this through the setting:
MD_EXTENSIONS = ['footnotes','abbr','codehilite']
2011-08-07 23:05:58 +00:00
Alexis Metaireau
d6a2946aef
Merge pull request #151 from saimn/importer
...
improvements for importers
2011-08-04 01:21:59 -07:00
Alexis Metaireau
4685e41173
Merge pull request #152 from mviera/master
...
Fixing errors in ARTICLE_PERMALINK_STRUCTURE option
2011-08-04 01:19:22 -07:00
mviera
ae4a3cb6da
I have been talking with alexis and he doesn't want 'markdown' to be installed by default if it's not needed. Issue #145
2011-08-04 00:31:58 +02:00
mviera
a32dc03616
Keeping simple theme up-to-date too. Issue #145
2011-08-03 22:11:16 +02:00
Simon
7b7695509d
importer - add documentation
2011-08-03 22:06:10 +02:00
mviera
e8cac3bfff
I change article.slug to article.url for always referencing the disqus thread to the correct url. Issue #145
2011-08-03 22:01:45 +02:00
mviera
319b553f69
I developed the ARTICLE_PERMALINK_STRUCTURE option into the wrong method, because urls in feed are not being modified. Now, it's fixed. Issue #145 .
2011-08-03 22:00:41 +02:00
mviera
a9bb789b14
Adding markdown module as requirement. Even I install pelican in a new virtualenv and i tried to execute the pelican command it shows an error such as 'No module md'. Issue #145
2011-08-03 21:59:22 +02:00
Simon
69636a9da0
importer: add an option to put files in directories with category names
2011-08-03 19:23:09 +02:00
Simon
3b37b42633
some improvements for importers:
...
- for dotclear: remove seconds in date, remove \\n
- fix categories for wordpress (categories is a list a string)
- refactor a bit the code between markdown and rst
2011-08-03 19:23:02 +02:00
Alexis Metaireau
79e675b911
Merge pull request #150 from borgar/limit-feeds-to-n
...
Configurable feeds: add an option to reduce the number of items in the feed
2011-08-03 01:58:46 -07:00
Borgar
cd277672d0
Add a setting to limit feeds to a max number of items.
...
This adds FEED_MAX_ITEMS, which dictates the maximum number of items allowed in a feed.
2011-08-02 23:29:34 +00:00