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
Stéphane Raimbault
483bed74b8
Removed extra whitespace before /usr/bin/env
2012-02-28 17:40:13 +01:00
Stéphane Raimbault
9cced6be83
Sort imports and remove trailing whitespaces
2012-02-28 17:40:13 +01:00
Ranjhith Kalisamy
5b7cd45668
The intermediate .html file has to be removed during the import process.
2011-10-30 23:04:24 +05:30
Ranjhith Kalisamy
3192cf6e37
Create output folder if doesn't exist
2011-10-24 00:30:58 +05:30
Ranjhith Kalisamy
2d5dd70e85
In import script, add support to output posts in markdown format
2011-10-24 00:23:03 +05:30
Nicolas Steinmetz
358e92cf04
Clean dot clear import
2011-09-30 22:48:16 +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
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