Commit graph

76 commits

Author SHA1 Message Date
Simon Conseil
7057d3742b Drop python 3.2 support and move to python 3.3.
Jinja 2.7 (released 2013-05-20) supports only Python3 >=3.3 so it is time to
drop Python 3.2 and move to 3.3
2013-06-02 16:23:36 +02:00
Simon Conseil
529d0d99c5 Update version requirement with feedgenerator 1.6
feedgenerator 1.6 changes the order of attributes in feeds, so we must use this
version to have consistent functionnal tests.
2013-06-02 16:21:10 +02:00
Dominique Plante
19de7539f4 adhere to PEP8 coding standards 2013-05-14 23:41:18 -07:00
Justin Mayer
0397274fed Prepare for next version 2013-04-24 13:21:28 -07:00
Deniz Turgut
c4b3ad58e8 remove plugins, update docs and update dependecies 2013-04-12 23:39:39 -04:00
Alexis Métaireau
547f8d2e83 Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
W. Trevor King
6686f1c9bd setup.py: Update trove classifiers to Python 2.7, 3.2, and 3.3 2013-01-18 19:44:44 -05:00
Dirk Makowski
71995d5e1b Port pelican to python 3.
Stays compatible with 2.x series, thanks to an unified codebase.
2013-01-11 03:20:09 +01:00
Alexis Métaireau
02f984f7ef update the version of jinja needed, 2.6 is out 2012-12-18 12:34:05 +01:00
Alexis Métaireau
625afa0621 add the changelog to the text on PyPI 2012-12-04 01:53:52 +01:00
Alexis Métaireau
be2a3f4030 bump version number 2012-12-04 01:27:16 +01:00
Alexis Métaireau
89fd11d582 tagging 3.1 2012-12-04 01:21:57 +01:00
Alexis Metaireau
ec14df9fbb add a way to run setup.py test 2012-08-13 20:58:35 +02:00
Alexis Metaireau
10f75524fc PEP8-ify 2012-08-13 20:58:35 +02:00
Justin Mayer
cadcfa43c3 Increment version to 3.1 in changelog and setup.py 2012-08-08 12:18:02 -07:00
Justin Mayer
f4eea743db Update Pelican project domain in a few more places 2012-07-31 09:41:45 -07:00
Leonard Huang
6f40e452e1 Add unidecode for translating slugs in asian languages 2012-07-16 11:36:20 +08:00
Alexis Metaireau
b2ff07d58c we need jinja >= 2.4 2012-06-26 16:28:00 +02:00
Alexis Metaireau
6a0937a9e8 merge the plugin branch 2012-06-10 01:14:30 +02:00
Alexis Metaireau
f492f2d14d specify supported python version in the setup.py 2012-04-01 15:55:41 +02:00
Bruno Binet
4fe67b8947 Merge remote-tracking branch 'ametaireau/plugins' into plugins
Conflicts:
	docs/settings.rst
	pelican/__init__.py
	pelican/generators.py
	pelican/settings.py
	setup.py
2012-03-20 01:07:25 +01:00
Alexis Metaireau
8b846b9fe2 restore back to hardcoded version in setup.py due to import hell 2012-03-16 21:12:48 +01:00
Alexis Metaireau
8b8b9f59a1 Merge pull request #261 from AndreaCrotti/package
move tools in pelican.tools and add the pelican.tools package to setup.p...
2012-03-16 11:56:45 -07:00
Andrea Crotti
4e4af9d011 move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
Andrea Crotti
74c2449d8f add version information in __init__.py and import them from setup.py
and conf.py
2012-03-16 14:27:26 +00:00
Andrea Crotti
7c78f232b4 remove unused imports 2012-03-07 10:34:14 +00:00
Andrea Crotti
8009324a3b restructure the whole way scripts are created, using setuptools magic
to take care of creating .exe wrappers for windows.

To make this work needed to
- rename modules with a "-" in it (not a valid name)
- add an __init__.py to the tools directory
- create an entry point dictionary which stores the right associations
2012-03-07 10:33:46 +00:00
Andrea Crotti
1f32624e8b use a try / except to check if argparse is a needed dependency 2012-03-07 10:14:52 +00:00
Justin Mayer
4861a15774 Update outdated links to documentation and add Contribute link to README for issue #227 2012-03-06 08:12:15 -08:00
Alexis Metaireau
6c5fe3b0cf prepare next release 2012-02-28 19:09:41 +01:00
Alexis Metaireau
e0308e3528 bump version 2012-02-28 18:59:46 +01:00
Skami18
f248a81107 Plugins are now installed by setuptools 2011-10-29 18:04:59 +02:00
Skami18
ed954ee839 The .bat files are no longer installed in other platforms than Windows 2011-10-23 19:04:34 +02:00
Alexis Metaireau
d877150df1 Merge pull request #158 from renhbo/master
The .bat scripts for pelican in Windows
2011-09-15 01:14:09 -07:00
renhbo
af93f76836 A wraper on .bat for pelican in Windows. 2011-08-19 22:35:23 +08:00
Rémy HUBSCHER
32a6ecbcc5 Fix timezone bug for ATOM generation 2011-08-16 15:11:49 +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
7184484488 merge nduhamel/plugins 2011-06-17 22:33:54 +02:00
Alexis Metaireau
971f3b4937 bump version number 2011-06-17 19:45:09 +02:00
Alexis Metaireau
61884c5de4 Bump minor version 2011-06-12 22:37:39 +02:00
Alexis Metaireau
086df21ce7 bump 2.7.0 2011-06-11 21:43:31 +02:00
Skami18
421a8768d4 Modified setup.py: tools/pelican-themes will now be installed as a script... 2011-05-18 20:26:02 +02:00
Alexis Metaireau
eb988ab763 Update the "how to contribute" document.
Also remove an unwanted dep to Markdown and add a dev_requirement.txt file to use with pip.
2011-05-10 23:59:21 +01:00
Mikhail Korobov
1264b81bb6 Make setup.py executable 2011-05-06 16:29:15 +06:00
Nicolas Duhamel
07edd96088 add blinker to requires 2011-04-26 23:13:28 +02:00
Alexis Metaireau
8d6de4ec59 Bump version 2011-03-08 19:37:35 +00:00
Alexis Metaireau
4aacf4f7c7 Version bump 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
ccf53ceb04 Add a version option. 2010-12-18 20:36:16 +00:00
Alexis Metaireau
7c82f5e037 2.5.1 2010-12-13 22:46:53 +00:00