Commit graph

3,962 commits

Author SHA1 Message Date
FELD Boris
3566bb6f5f Update wp2pelican script to extract date and author taken from wordpress xml file. 2011-01-23 22:54:31 +01:00
Alexis Metaireau
2954098004 Update an anchor. 2011-01-20 01:04:54 +01:00
Alexis Metaireau
f081c3b41b Merge branch 'master' of github.com:ametaireau/pelican 2011-01-19 16:23:37 +01:00
Alexis Metaireau
6b1434f7a7 Add a FAQ. 2011-01-19 16:22:15 +01:00
Alexis Metaireau
8454b0d1b8 Tests for settings. 2011-01-13 00:46:10 +01:00
Alexis Metaireau
c13c707a62 Tests for contents.py 2011-01-13 00:32:37 +01:00
Alexis Metaireau
39b761c056 Merge branch 'master' of github.com:ametaireau/pelican into tests 2011-01-12 23:50:47 +01:00
Alexis Metaireau
a64ecf24be Merge branches 'autoreload' and 'master' 2011-01-12 23:47:19 +01:00
Alexis Metaireau
b8fb45de9e Add the autoreload feature. This fixes #45. I've choosen to not serve the content
via HTTP, because it's really simple to do "firefox output/index.html".
2011-01-12 23:45:06 +01:00
Alexis Metaireau
55da03ad2f Fix notmyidea layout. This fixes #54 2011-01-12 19:08:29 +01:00
Alexis Metaireau
e53eea6ecc Merge branch 'master' of github.com:ametaireau/pelican into tests 2011-01-12 00:49:19 +01:00
Alexis Metaireau
30c2a0b681 Update doc version. 2011-01-06 02:37:37 +01:00
Alexis Metaireau
6e4a826dc1 Update the translation documentation. 2011-01-06 02:33:14 +01:00
Alexis Metaireau
2f915caff2 branch merge
Conflicts:
	pelican/generators.py
	pelican/settings.py
2011-01-05 18:25:14 +01:00
Alexis Metaireau
b03598b168 Merge branch 'master' into tests 2011-01-05 16:29:32 +01:00
Alexis Metaireau
bb96e253c9 Start working on the testsuite. 2011-01-05 16:24:44 +01:00
Alexis Metaireau
6b4b5fce13 update sphinx configuration 2011-01-05 16:23:44 +01:00
Alexis Metaireau
79576f25b6 Fix translation feature. Add translation support to the notmyidea theme. 2011-01-05 16:22:52 +01:00
Alexis Metaireau
2f6300af46 Do not create a general function for "update_object_content". 2011-01-05 14:27:46 +01:00
Alexis Metaireau
b3ca36a8b0 Add references to the simple theme in the documentation. 2011-01-05 14:04:11 +01:00
Alexis Metaireau
f495cb41d9 Add TWITTER_USERNAME settings in the docs. 2011-01-05 13:51:04 +01:00
Arnaud BOS
3ee595f927 Images support and add built files to gitignore 2011-01-05 13:32:54 +01:00
Alexander Artemenko
fd47a74b9e Template loading on demand get_templates was transformed into get_template. 2011-01-02 02:50:08 +03:00
Alexander Artemenko
b3256f0ecd Added tag cloud generation. Result stored in the context.tag_cloud as list of tuples (tag, weight). Weight is from 1 to TAG_CLOUD_STEPS, lesser weight corresponds to bigger font size. 2011-01-01 23:08:29 +03:00
Alexis Metaireau
5af56793eb Add generated docs to gitignore. 2010-12-29 15:37:25 +01:00
Allan Whatmough
35ca78f642 Typo 2010-12-29 13:23:09 +00:00
Allan Whatmough
164c703861 Add a default for JINJA_EXTENSIONS (default is no extensions) 2010-12-29 13:21:21 +00:00
Allan Whatmough
426ee1f76e Add JINJA_EXTENSIONS to the settings docs 2010-12-29 13:20:53 +00:00
Allan Whatmough
3c0649d89f Use JINJA_EXTENSIONS setting if available when creating the Environment object. 2010-12-27 23:27:40 +00:00
Alexander Artemenko
01b4c06916 Custom bicycle 'update_dict' was replaced with 'collections.defaultdict'. 2010-12-26 23:59:30 +03:00
Alexander Artemenko
03104bfbc3 Feed writer was refactored to allow more granular overriding of functionality. 2010-12-25 17:58:47 +03:00
Alexander Artemenko
a937424faa Base routines were transformed into the class Pelican. This class could be overridden using PELICAN_CLASS option. 2010-12-25 17:26:24 +03:00
Alexis Metaireau
7873370583 Merge branch 'master' of https://github.com/svetlyak40wt/pelican 2010-12-22 19:07:30 +00:00
Guillaume B
31cee95b6f Fixed the PDF generation
Signed-off-by: Guillaume B <guitreize@gmail.com>
2010-12-22 10:45:55 +08:00
Alexander Artemenko
c64ccc4fcd Added setting option RELATIVE_URLS to change default behaviour of file writer. 2010-12-22 03:19:35 +03:00
Alexander Artemenko
52459768f2 Fixed feed generator for translations. 2010-12-22 02:35:29 +03:00
Alexander Artemenko
558038be32 Fixed tags parsing, now it can parse tags like this "blah,minor, foo , bar". Also, code for metadata parsing was slightly refactored. 2010-12-22 01:08:23 +03:00
Alexis Metaireau
750e211649 Update the documentations and fix some little things about the translation feature. 2010-12-20 22:50:54 +00:00
Alexis Metaireau
8f59649eb6 Merge branch 'master' of https://github.com/svetlyak40wt/pelican
Conflicts:
	pelican/generators.py
2010-12-20 22:42:29 +00:00
Alexander Artemenko
a45f705bda Typo was fixed. 2010-12-21 00:22:15 +03: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
Alexis Metaireau
a71d93c63c Add comment number support. 2010-12-19 03:34:19 +00:00
Alexis Metaireau
67b43c6079 Added tag 2.5.3 for changeset 1f9dd44b5464 2010-12-19 01:30:18 +00:00
Alexis Metaireau
4aacf4f7c7 Version bump 2.5.3 2010-12-19 01:30:08 +00:00
Alexis Metaireau
1c29609f08 Temporary circular dependency fix about getting the right version. 2010-12-19 01:29:02 +00:00
Alexis Metaireau
9c485a7561 Branch merge with Freeculture. 2010-12-18 22:12:56 +00:00
Alexis Metaireau
472c6871da Added tag 2.5.2 for changeset 6d368a1739a4 2010-12-18 21:14:14 +00:00
Alexis Metaireau
a948b6a1c0 Version bump. 2.5.2 2010-12-18 21:13:20 +00:00
Alexis Metaireau
6470e54285 Added tag 2.5.2 for changeset 7d728f8e771c 2010-12-18 21:08:53 +00:00