Commit graph

802 commits

Author SHA1 Message Date
Bruno Binet
67f7fcba26 remove duplicated pelican-themes entry from the toctree 2012-03-20 01:39:52 +01:00
Bruno Binet
229ebbbcbf plugins branch is planned to be merged for 3.0 2012-03-20 01:26:26 +01: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
7fcfea647f Merge branch 'master' of github.com:ametaireau/pelican 2012-03-18 15:23:09 +01:00
Alexis Metaireau
9c4b40fd35 Keep raw metadata text (but for summary) 2012-03-18 15:12:06 +01:00
Alexis Metaireau
cf7359a915 Merge pull request #265 from mbrochh/mini_typo
Always using normal capitalization in headlines.
2012-03-18 04:21:33 -07:00
Martin Brochhaus
a9f5fdc47b Always using normal capitalization in headlines. 2012-03-18 14:57:53 +08:00
Alexis Metaireau
cbc609c8f0 only notify build is okay if it was failing previously 2012-03-16 21:23:34 +01:00
Alexis Metaireau
4819a83003 Fix #171. Handle unicode filenames 2012-03-16 21:13:24 +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
3dcedb60d8 add irc support to travis-ci 2012-03-16 20:58:08 +01:00
Alexis Metaireau
e38e3e14e6 Merge branch 'master' of github.com:ametaireau/pelican 2012-03-16 19:59:19 +01:00
Alexis Metaireau
c75ab513da use 'summary' rather than ':summary:' in comments 2012-03-16 19:59:03 +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
Alexis Metaireau
ad36beed1f Merge pull request #259 from AndreaCrotti/version
Version
2012-03-16 11:54:51 -07:00
Alexis Metaireau
d57cd81ca6 Merge pull request #260 from AndreaCrotti/log_refactor
remove unused colors and refactor more how the escaping is done
2012-03-16 11:54:10 -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
173133dbf3 remove couple of extra spaces 2012-03-16 14:53:28 +00:00
Andrea Crotti
26078ecc17 remove unused colors and refactor more how the escaping is done 2012-03-16 14:50:26 +00:00
Andrea Crotti
df8b71f811 remove unused *bat include 2012-03-16 14:27:51 +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
Alexis Metaireau
4714276e2c Merge pull request #247 from saimn/summary
Summary - Fix for #245
2012-03-15 14:15:01 -07:00
Alexis Metaireau
5890ae7bcd Merge pull request #253 from danawoodman/patch-1
`MD_EXTENSIONS` should be a list not a tuple.
2012-03-15 14:12:23 -07:00
Alexis Metaireau
a3e6988d87 Merge pull request #254 from AndreaCrotti/reset_term
fix the reset term code to make it work also on OSX
2012-03-15 14:06:39 -07:00
Alexis Metaireau
b8377f50c9 Merge pull request #250 from AndreaCrotti/argparse
- remove default=None with argparse is redundant since it's the
2012-03-15 14:06:12 -07:00
Andrea Crotti
2ff3db8f51 fix the reset term code to make it work also on OSX 2012-03-15 19:37:49 +00:00
Dana Woodman
99852ebda8 MD_EXTENSIONS should be a list not a tuple. 2012-03-15 11:59:58 -07:00
Alexis Metaireau
db91c70ce9 Merge pull request #246 from stephane/cleanup-wp
Cleanup wp
2012-03-15 07:43:41 -07:00
Alexis Metaireau
8cd0939bfe Merge pull request #248 from saimn/cleanup
Cleanup
2012-03-15 07:41:10 -07:00
Alexis Metaireau
d5c251042f Merge pull request #251 from AndreaCrotti/templates
Templates
2012-03-15 07:39:30 -07:00
Alexis Metaireau
61d5ba1776 Merge pull request #252 from AndreaCrotti/settings
Settings
2012-03-15 07:37:57 -07:00
Andrea Crotti
020c1400e2 add the pelican path to the sys.path, to be able to use autodoc 2012-03-15 00:23:07 +00:00
Andrea Crotti
7f8f6e8a7e the sys.path should not contain the _themes directory, which is not a
python package
2012-03-15 00:17:50 +00:00
Andrea Crotti
10fc8a733d fix warnings and errors from settings.rst 2012-03-15 00:17:01 +00:00
Andrea Crotti
d01606e86d remove unused class _dict 2012-03-14 20:06:13 +00:00
Andrea Crotti
ec31832c5c - reorganize imports and remove unused import
- remove trailing spaces at the end of the generated files
2012-03-14 20:04:58 +00:00
Andrea Crotti
4bac1ee745 - remove default=None with argparse is redundant since it's the
default value already.
- use the argparse.ArgumentDefaultsHelpFormatter as the
  formatter_class, to print out automatically the default values
2012-03-14 19:54:28 +00:00
Simon
39bdbcfd86 files_changed: cleanup and add a test 2012-03-14 12:36:55 +01:00
Simon
4f95b9f05c remove useless .keys() for key in dict expressions 2012-03-14 09:38:36 +01:00
Simon
c441855522 add a test for the summary metadata 2012-03-13 21:52:56 +01:00
Simon
ff2426c4ad Fix for #245: return the summary of an article based on the :summary: metadata if it is set, else troncate the content. 2012-03-13 21:52:50 +01:00
Stéphane Raimbault
2f79d5f052 Improve error handling when pandoc is missing 2012-03-13 16:54:45 +01:00
Stéphane Raimbault
d7f0b1637e Cleanup awful line with TODO in pelican-import 2012-03-13 16:54:45 +01:00
Stéphane Raimbault
fec605b577 Fix way to handle OSError (error doesn't exist)
A better way would to use sys.stderr.write or PY3 print(file=sys.stderr)
2012-03-13 16:53:56 +01:00
Stéphane Raimbault
c4f96b108f Don't set unused fields of Dotclear post 2012-03-13 02:16:11 +01:00
Stéphane Raimbault
e097175a77 Import not used of BeautifulSoup 2012-03-13 02:14:38 +01:00
Alexis Metaireau
71a5ba3283 Merge pull request #241 from draftcode/metadata_lowercase
Make names of metadata lower.
2012-03-12 04:15:34 -07:00
Alexis Metaireau
0951831c64 Merge pull request #243 from alefteris/patch-1
Match closing tag
2012-03-12 04:14:32 -07:00
Alexis Metaireau
f08aad6b14 Merge pull request #244 from alefteris/master
Double-quote HTML attribute
2012-03-12 04:13:56 -07:00
Thanos Lefteris
acad3e864d Double-quote HTML attribute 2012-03-11 21:08:18 +02:00