1
0
Fork 0
forked from github/pelican
Commit graph

3,835 commits

Author SHA1 Message Date
Alexis Metaireau
18b1e1beb0 Get the date from file stats if not provided by metadatas. Be more flexible when parsing the date. 2010-09-15 12:37:21 +02:00
Alexis Metaireau
f031d13a42 Add feeds per category + update the variable names. 2010-09-15 12:35:55 +02:00
Alexis Metaireau
4abf7fa29d Add some comments, remove trailing slashes. 2010-09-15 12:33:44 +02:00
Alexis Metaireau
3d7a10a298 Add a --debug option. 2010-09-15 12:30:52 +02:00
Alexis Metaireau
dbe4229e5e Make the "path" argument the default one 2010-09-15 12:30:30 +02:00
Alexis Metaireau
f105233d39 Update the TODO list with ideas. 2010-09-15 10:57:03 +02:00
Alexis Metaireau
6bc92fa4f3 Add setup.py output files to hgignore 2010-09-15 10:56:47 +02:00
Alexis Metaireau
ab2c6fd26c Update the TODO list with ideas. 2010-08-29 23:16:49 +02:00
Alexis Metaireau
4bff6ebeeb Print errors if errors occurs :) Force to have a path specified. 1.1.1 2010-08-19 14:48:58 +02:00
Alexis Metaireau
eaff78bed7 Add a MANIFEST.in file for the archive generation
--HG--
rename : LICENCE => LICENSE
2010-08-19 14:23:41 +02:00
Alexis Metaireau
17cd720433 Packaging :) 1.1 2010-08-19 14:14:25 +02:00
Alexis Metaireau
66269f7b17 Bump version number. 2010-08-19 13:47:04 +02:00
Alexis Metaireau
fbf8398f9c Add long description. 2010-08-19 13:46:53 +02:00
Alexis Metaireau
56312a6b27 Add requires for the setup.py and argparse for the python versions < 2.7. 2010-08-19 13:45:03 +02:00
Alexis Metaireau
ebd906cd4b Add a setup.py for packaging :)
--HG--
rename : pelican/pelican => bin/pelican
rename : pelican/themes/archives.html => pelican/themes/templates/archives.html
rename : pelican/themes/article.html => pelican/themes/templates/article.html
rename : pelican/themes/base.html => pelican/themes/templates/base.html
rename : pelican/themes/categories.html => pelican/themes/templates/categories.html
rename : pelican/themes/category.html => pelican/themes/templates/category.html
rename : pelican/themes/index.html => pelican/themes/templates/index.html
rename : pelican/themes/tag.html => pelican/themes/templates/tag.html
rename : pelican/themes/tags.html => pelican/themes/templates/tags.html
2010-08-19 04:23:07 +02:00
Alexis Metaireau
75821fb644 Add support of multiple static paths and feed generation. 2010-08-19 02:43:53 +02:00
Alexis Metaireau
e585c83ac1 Get author information from settings if not specified in article's metadata. 2010-08-18 16:17:05 +02:00
Alexis Metaireau
46ccee2038 Added a AGPLv3 licence. 2010-08-18 16:11:48 +02:00
Alexis Metaireau
7219dc38fa Add a file that will not be parsed ! 2010-08-18 16:07:54 +02:00
Alexis Metaireau
316d84ebb9 Only parse the files with the markup extension. 2010-08-18 16:07:28 +02:00
Alexis Metaireau
ab30dfd95a Forgot to add the "base.html" to notmyidea theme 2010-08-18 16:02:42 +02:00
Alexis Metaireau
a114521914 Add a way to specify CSS files. Add default settings too.
--HG--
rename : samples/themes/notmyidea/archives.html => samples/themes/notmyidea/templates/archives.html
rename : samples/themes/notmyidea/article.html => samples/themes/notmyidea/templates/article.html
rename : samples/themes/notmyidea/base.html => samples/themes/notmyidea/templates/base.html
rename : samples/themes/notmyidea/categories.html => samples/themes/notmyidea/templates/categories.html
rename : samples/themes/notmyidea/category.html => samples/themes/notmyidea/templates/category.html
rename : samples/themes/notmyidea/index.html => samples/themes/notmyidea/templates/index.html
rename : samples/themes/notmyidea/tag.html => samples/themes/notmyidea/templates/tag.html
rename : samples/themes/notmyidea/tags.html => samples/themes/notmyidea/templates/tags.html
2010-08-18 16:02:06 +02:00
Alexis Metaireau
26da943ceb Update TODO 2010-08-18 15:11:23 +02:00
Alexis Metaireau
59f410673f Add the notmyidea theme + settings as an example. 2010-08-18 15:10:43 +02:00
Alexis Metaireau
720bfeb435 Add a .hgignore file 2010-08-18 15:10:25 +02:00
Alexis Metaireau
d5f0e2b80c Remove trailing spaces 2010-08-18 15:09:04 +02:00
Alexis Metaireau
3376cd5400 Add a settings file. 2010-08-18 15:08:35 +02:00
Alexis Metaireau
3daaecda26 Add the base template (layout) 2010-08-17 23:01:25 +02:00
Alexis Metaireau
fe52b63677 Default input path to "content" 2010-08-17 23:00:56 +02:00
Alexis Metaireau
fee58a6d25 Update the README 2010-08-17 22:59:59 +02:00
Alexis Metaireau
8d97bc12b0 Add bullets to the TODO list 2010-08-17 22:59:16 +02:00
Alexis Metaireau
3634e5c49d Sort articles by date. A bit more templates. Add an author field.
--HG--
rename : pelican/templates/archives.html => pelican/themes/archives.html
rename : pelican/templates/article.html => pelican/themes/article.html
rename : pelican/templates/categories.html => pelican/themes/categories.html
rename : pelican/templates/category.html => pelican/themes/category.html
rename : pelican/templates/index.html => pelican/themes/index.html
rename : pelican/templates/tag.html => pelican/themes/tag.html
rename : pelican/templates/tags.html => pelican/themes/tags.html
2010-08-17 20:28:51 +02:00
Alexis Metaireau
9351152152 Add a directives file for pygments support. 2010-08-17 15:15:20 +02:00
Alexis Metaireau
0087d5fae9 Add UTF-8 Support + Pygments library. 2010-08-17 15:04:12 +02:00
Alexis Metaireau
00cf9644d8 First import. 2010-08-14 05:45:16 +02:00