dave mankoff
|
caa4442abb
|
re-import cgi. properly turn utils.open into a context manager
|
2012-06-20 19:59:32 -04:00 |
|
dave mankoff
|
c608d39aa4
|
re-import htmlparser
|
2012-06-20 19:52:17 -04:00 |
|
dave mankoff
|
7b6a97dee0
|
git merge master
|
2012-06-20 19:49:31 -04:00 |
|
dave mankoff
|
0f21583625
|
Merge branch 'master' of git://github.com/ametaireau/pelican
|
2012-06-20 19:48:00 -04:00 |
|
justinmayer
|
e89b32511d
|
Merge pull request #374 from maru-sama/master
Small fix for the notmyidea template
|
2012-06-16 11:55:32 -07:00 |
|
Justin Mayer
|
083f302b19
|
Remove errant .DS_Store and add to .gitignore
|
2012-06-16 11:23:55 -07:00 |
|
Michael Guntsche
|
c461c6435d
|
Fix HTML5 conformance of the notmyidea template
The W3C validator complained that the pagination <p> was inside an <ol>.
So just move it out of there.
|
2012-06-16 19:53:53 +02:00 |
|
Alexis Metaireau
|
f7fcbe7dc9
|
Merge pull request #373 from asselinpaul/master
Added GoSquared support
|
2012-06-15 15:31:24 -07:00 |
|
Alexis Metaireau
|
f822e83489
|
Merge pull request #372 from sigmavirus24/master
Gitorious icon added to default theme
|
2012-06-15 15:30:53 -07:00 |
|
Alexis Metaireau
|
d3ada540bf
|
Merge pull request #369 from mankyd/summary_len
Max Summary Length
|
2012-06-15 15:29:04 -07:00 |
|
dave mankoff
|
0373c15e43
|
include html comments properly in reader
|
2012-06-14 23:16:27 -04:00 |
|
dave mankoff
|
cc1988fbda
|
new HTMLReader
|
2012-06-14 23:08:34 -04:00 |
|
asselinpaul
|
d1dfcdafc2
|
updated
remove GoSqaured from README and template file from the notmyidea theme.
|
2012-06-14 23:32:23 +02:00 |
|
asselinpaul
|
44cadf7c1f
|
added GoSquared support
GoSquared(analytics) support added in default themes and documentation
(in French and English)
|
2012-06-14 23:04:23 +02:00 |
|
Ian Cordasco
|
ddb345897e
|
Add gitorious icon to default theme.
See ametaireau/pelican-themes#38 and ametaireau/pelican-themes#39 for
references.
|
2012-06-14 10:29:44 -04:00 |
|
dave mankoff
|
d93530a6ea
|
merge upstream
|
2012-06-14 09:31:08 -04:00 |
|
Alexis Metaireau
|
70fd137ced
|
Merge pull request #371 from maru-sama/master
Add Template files to MANIFEST.in
|
2012-06-13 14:30:46 -07:00 |
|
Michael Guntsche
|
8c375f016f
|
Add template files to MANIFEST.in
Commit 7c53cc8955 put the templates in a separate directory.
As a result setuptools did not include them any longer.
|
2012-06-13 21:54:40 +02:00 |
|
Justin Mayer
|
336d6fd407
|
Getting Started documentation improvements
Expanded installation instructions, added Upgrading section, updated
link to Pip installer, and other minor improvements.
|
2012-06-11 12:27:01 -07:00 |
|
dave mankoff
|
1d5228388b
|
git pull git://github.com/ametaireau/pelican.git
|
2012-06-11 10:21:13 -04:00 |
|
dave mankoff
|
d9dba38644
|
Revert "turn utils.open into actual context manager so as to better handle encoding warnings"
This reverts commit 876c7f5093.
|
2012-06-11 09:00:57 -04:00 |
|
dave mankoff
|
1c708a70ba
|
Revert "better html parser"
This reverts commit c6d1de14f3.
|
2012-06-11 09:00:36 -04:00 |
|
dave mankoff
|
c6f1d0aada
|
fix SUMMARY_MAX_LENGTH, document it, and test it
|
2012-06-11 08:39:13 -04:00 |
|
dave mankoff
|
c6d1de14f3
|
better html parser
|
2012-06-10 18:27:38 -04:00 |
|
dave mankoff
|
876c7f5093
|
turn utils.open into actual context manager so as to better handle encoding warnings
|
2012-06-10 18:26:53 -04:00 |
|
dave mankoff
|
9fb5969c59
|
Allow settings to specify a summary length, optionally allowing unlimited summary length
|
2012-06-10 17:58:05 -04:00 |
|
Alexis Metaireau
|
191b1cdb0f
|
skip unless deps are installed in tests
|
2012-06-10 21:56:17 +02:00 |
|
justinmayer
|
98c8041df2
|
Merge pull request #367 from ametaireau/reload-for-settings
Also reload when the settings file changes.
|
2012-06-10 12:55:00 -07:00 |
|
Alexis Metaireau
|
7682f657a4
|
don't do anything with webassets if the setting is set to false (default)
|
2012-06-10 21:46:32 +02:00 |
|
Alexis Metaireau
|
4ed8c6a09c
|
don't test webassets key if it can be unset
|
2012-06-10 13:32:23 +02:00 |
|
Alexis Metaireau
|
7c48937ea2
|
pandoc is optional
|
2012-06-10 13:27:36 +02:00 |
|
Alexis Metaireau
|
68d5ed57e3
|
Add beautifulSoup in the dev deps
|
2012-06-10 13:17:52 +02:00 |
|
Alexis Metaireau
|
298c15bdda
|
don't test the markdown reader if markdown isn't installed
|
2012-06-10 12:42:33 +02:00 |
|
Alexis Metaireau
|
6a0937a9e8
|
merge the plugin branch
|
2012-06-10 01:14:30 +02:00 |
|
Alexis Metaireau
|
ed8b8bc27e
|
Also reload when the settings file changes.
Fix for #360
|
2012-06-10 00:24:26 +02:00 |
|
Alexis Metaireau
|
cbe47d4416
|
Merge pull request #347 from sametmax/pandoc-parse-raw
Added strip raw option to wordpress xml importer
|
2012-06-09 14:27:44 -07:00 |
|
Alexis Metaireau
|
4d5b1ae741
|
Merge pull request #351 from quodlibetor/warn-on-skip
Add warnings for files skipped due to unknown status
|
2012-06-09 14:26:33 -07:00 |
|
Alexis Metaireau
|
e3919a1b82
|
Merge pull request #341 from m-r-r/trailing-slashes
Trailing slashes removed to avoid category bug
|
2012-06-09 14:22:03 -07:00 |
|
Alexis Metaireau
|
74bf31b0e9
|
Merge pull request #337 from saimn/assets
Assets management with webassets
|
2012-06-09 14:16:57 -07:00 |
|
Alexis Metaireau
|
f94cbc9f98
|
Merge pull request #366 from theanalyst/master
Docs update for github pages
|
2012-06-09 14:14:29 -07:00 |
|
Abhishek L
|
219280d203
|
Updated docs, for user and project pages in Github
|
2012-06-10 00:00:49 +05:30 |
|
Justin Mayer
|
ae1424a8dd
|
Strip tags from title when within tag attribute
The change mentioned in #336 stripped tags properly in some places but
seems to have forgotten at least one location in the main index.html
|
2012-06-08 09:56:55 -07:00 |
|
Alexis Metaireau
|
3dd63a012e
|
Thanks the author of the youtube directive.
|
2012-06-08 11:23:18 +02:00 |
|
Alexis Metaireau
|
46daadc137
|
add a youtube directive to pelican
|
2012-06-08 11:21:52 +02:00 |
|
Alexis Metaireau
|
7192f74554
|
markdown syntax is ':::' not '::' for syntax hl
|
2012-05-21 15:21:16 +02:00 |
|
Brandon W Maister
|
849244f61e
|
Add warnings for files skipped due to unknown status
|
2012-05-15 17:48:07 -04:00 |
|
Alexis Metaireau
|
40dc019b30
|
Update CHANGELOG
|
2012-05-15 11:58:40 +03:00 |
|
Kyle Fuller
|
a16c19545f
|
Don't duplicate html across themes
|
2012-05-14 18:46:27 +01:00 |
|
Kyle Fuller
|
2c1c05923d
|
Fix a broken URL in the simple template
|
2012-05-14 18:33:49 +01:00 |
|
sam
|
ba8ed9fb18
|
Added strip raw option to wordpress xml importer
|
2012-05-13 23:37:33 +02:00 |
|