Andrea Crotti
|
26078ecc17
|
remove unused colors and refactor more how the escaping is done
|
2012-03-16 14:50: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 |
|
Thanos Lefteris
|
89a481f8e7
|
Match closing tag
|
2012-03-11 21:00:38 +02:00 |
|
draftcode
|
a4ce10d88e
|
Add a test for readers.
|
2012-03-12 02:24:26 +09:00 |
|
Alexis Metaireau
|
e95b26bf20
|
Add travis-ci build-image support on the README
|
2012-03-11 18:07:08 +01:00 |
|
Alexis Metaireau
|
9cc7efbe12
|
add requirements to travis-ci
|
2012-03-11 18:02:57 +01:00 |
|
Alexis Metaireau
|
991a49084a
|
Merge pull request #242 from draftcode/housekeeping
Housekeeping
|
2012-03-11 09:53:55 -07:00 |
|
draftcode
|
c05b743fa6
|
Add mock to dev_requirements.
|
2012-03-12 01:40:27 +09:00 |
|
draftcode
|
08b40c7967
|
Make names of metadata lower.
|
2012-03-12 01:33:30 +09:00 |
|
Alexis Metaireau
|
3cb18303f6
|
fix python 2.6 support
|
2012-03-11 17:26:59 +01:00 |
|
draftcode
|
2827a6df47
|
Fixed some typos.
|
2012-03-12 01:22:54 +09:00 |
|
Alexis Metaireau
|
d42b6d9ad7
|
fix nose
|
2012-03-11 17:20:04 +01:00 |
|
Alexis Metaireau
|
912b1dbc1a
|
test travis-ci
|
2012-03-11 17:05:59 +01:00 |
|
Alexis Metaireau
|
48b318d29e
|
skip typogrify if not installed
|
2012-03-11 17:05:46 +01:00 |
|
Alexis Metaireau
|
32355f5463
|
add some more tests for the utils module
|
2012-03-11 15:51:48 +01:00 |
|
Alexis Metaireau
|
c393b011c4
|
cleaning
|
2012-03-11 15:50:53 +01:00 |
|
Alexis Metaireau
|
3c983d62c9
|
change the tests to use the mock library instead of a custom mocking system
|
2012-03-11 11:25:30 +01:00 |
|
Alexis Metaireau
|
78091bfa80
|
Merge pull request #238 from draftcode/feed_issue
Do not create feeds when their filenames are set to None.
|
2012-03-11 01:46:58 -08:00 |
|
Alexis Metaireau
|
cfd050b0f2
|
Add a CSS file for typogrify on the notmyidea theme
|
2012-03-11 03:02:12 +01:00 |
|
Alexis Metaireau
|
6a4f4a55b4
|
updated the changelog
|
2012-03-11 02:52:40 +01:00 |
|
Alexis Metaireau
|
189da25c5b
|
Merge branch 'master' of github.com:ametaireau/pelican
|
2012-03-11 02:50:37 +01:00 |
|
Alexis Metaireau
|
d43bd1dcb8
|
Add a way to use Typogrify to enhance the generated HTML.
|
2012-03-11 02:48:36 +01:00 |
|