lsowen
38a4d805b7
Fix summary plugin not properly updating asset paths in summaries.
...
RST files with figures in the summary were not properly displaying the image, because the path was not properly being rewritten with the "|filename|" substituted with the proper path.
Calling _update_content() performs the proper regex substitutions.
2013-07-12 11:43:08 -04:00
Alexis Metaireau
9ecd38ecd2
Merge pull request #43 from RussTheAerialist/master
...
Implement a thumbnail-generation plugin.
2013-07-10 15:56:15 -07:00
Russell Hay
1423083619
Add a gallery metadata for articles that gives you a gallery_content object on articles.
2013-07-10 15:02:13 -07:00
Justin Mayer
352e8c5f5f
Merge pull request #44 from noirbizarre/patch-2
...
Fix jpegtran command line
2013-07-08 19:16:20 -07:00
Axel Haustant
30e6a229f6
Fix jpegtran command line
...
Fix the non-processing of jpeg files.
Fix the error:
```
jpegtran: only one input file
```
2013-07-08 14:14:37 +02:00
Russell Hay
9e2b0eb064
Implemented a thumbnailer that generates thumbnails in the output directory.
2013-07-07 16:58:16 -07:00
Alexis Metaireau
5f92b3a9a8
Merge pull request #32 from dflock/better_figures_and_images
...
Better Figures & Images Plugin
2013-06-28 02:37:13 -07:00
Duncan Lock
d71b38a772
Merge branch 'master' into better_figures_and_images
2013-06-24 17:01:13 -07:00
Alexis Metaireau
9e4e23d36e
Merge pull request #38 from dflock/post_stats
...
Post stats
2013-06-24 01:00:23 -07:00
Duncan Lock
f629e3b012
Tidy up readme
2013-06-23 21:24:20 -07:00
Duncan Lock
69f7b1fb0a
Added Flesch-Kincaid readability scores; added readme; final tidy
2013-06-23 21:19:39 -07:00
Duncan Lock
546d003682
Tidies up, removed commented out nltk & lxml alternative versions.
2013-06-23 14:25:10 -07:00
Duncan Lock
2dd13f3fa0
Made read_minutes 1 minute min
2013-06-23 11:04:46 -07:00
Duncan Lock
b49d8e8083
Minor tidy. simplified read_minutes calculation
2013-06-23 10:54:54 -07:00
Duncan Lock
d38b4a8028
Initial commit of Post Statistics plugin
2013-06-23 02:29:08 -07:00
Duncan Lock
1ce4ae803b
Merge branch 'master' into better_figures_and_images
2013-06-18 00:57:25 -07:00
Justin Mayer
6cb0c1a925
Merge pull request #31 from erfaan/optimize-images
...
Added new plugin "Optimize Images"
2013-06-13 14:39:03 -07:00
Justin Mayer
a3ddc43746
Improve ical plugin documentation
2013-06-05 09:36:00 -07:00
Justin Mayer
b9276de604
Merge pull request #34 from cozo/working
...
adding ical plugin
2013-06-05 09:16:55 -07:00
julien ortet
71db23cd97
adding ical plugin
2013-06-04 22:56:11 +02:00
Justin Mayer
7aafd19b63
Merge pull request #33 from wking/public-default-config
...
summary: Adjust to the newly-public DEFAULT_CONFIG
2013-06-02 18:47:41 -07:00
W. Trevor King
d0a7eca70e
summary: Adjust to the newly-public DEFAULT_CONFIG
...
This keeps us up to date with the core commit e9dc1dd (settings: Make
DEFAULT_CONFIG public, 2013-03-24).
2013-06-02 20:06:47 -04:00
Irfan Ahmad
65c4fe2db2
FIXED: https://github.com/getpelican/pelican-plugins/pull/31#issuecomment-18748236
2013-06-01 11:24:05 +05:00
Duncan Lock
9201d51d33
improved examples
2013-05-29 18:39:14 -07:00
Duncan Lock
970127b5cb
Comments improved
2013-05-29 18:34:29 -07:00
Irfan Ahmad
114c2bc146
Added new plugin "Optimize Images"
2013-05-27 09:49:00 +05:00
Justin Mayer
449683ec0b
Merge pull request #30 from fbs/etoc_tags_fixup
...
extract_toc: Explicitly set the html parser to make sure no extra tags get added.
2013-05-25 08:42:04 -07:00
bas smit
8d0e643637
Explicitly set the html parser to make sure no extra tags get added.
...
BeautifulSoup supports multiple html parsers. Some of those parsers
try to make the html valid by adding/removing tags[1]. This can lead
to useless html, head & body tags in the final document. By explicitly
setting the parser to ’html.parser’ this behaviour can be avoided.
[1] http://www.crummy.com/software/BeautifulSoup/bs4/doc/#differences-between-parsers
2013-05-24 11:12:51 +02:00
Justin Mayer
e11c18bf48
Merge pull request #27 from fbs/etoc_doc
...
Update the extract_toc documentation with a md/rst toc example
2013-05-20 03:46:02 -07:00
Justin Mayer
312f7df476
Merge pull request #26 from fbs/extract_toc_fix
...
extract_toc: skip static content
2013-05-19 19:35:03 -07:00
bas smit
f920f0ec9e
Update the extract_toc documentation with a md/rst toc example
2013-05-19 14:59:36 +02:00
bas smit
e07dac8799
Skip static content for toc extraction
2013-05-19 13:37:15 +02:00
Alexis Métaireau
749f499206
Move disqus_static out of pelicanext
2013-05-17 15:39:25 +10:00
Alexis Metaireau
4d91239324
Merge pull request #12 from idyedov/master
...
disqus_static plugin
2013-05-16 22:30:53 -07:00
Alexis Metaireau
21a1478d9c
Merge pull request #22 from barrysteyn/master
...
Ability for latex in page
2013-05-16 22:13:35 -07:00
Alexis Metaireau
facb4a6c45
Merge pull request #11 from cdunklau/add_code_include
...
Adding new plugin Code Include
2013-05-16 22:12:38 -07:00
Colin Dunklau
95600f17b7
Removed docstrings to avoid doc duplication.
2013-05-16 22:41:13 -05:00
Colin Dunklau
4ba1c5fd6b
Restructured to account for repo layout change
2013-05-16 20:59:44 -05:00
Colin Dunklau
84c8867f29
Merge remote-tracking branch 'upstream/master' into add_code_include
2013-05-16 20:56:16 -05:00
Alexis Métaireau
b83ce37a2a
Also update the LICENSE file
2013-05-17 11:33:16 +10:00
Alexis Métaireau
850db33263
Don't enforce the licence to be AGPL.
2013-05-17 11:30:22 +10:00
Barry Steyn
457604623f
Correct error in documentation
2013-05-09 21:24:54 -04:00
Barry Steyn
86c0725f24
Ability to add latex to pages
2013-05-09 21:20:21 -04:00
Duncan Lock
bd3934a49a
Updated readme to reflect current behavior; removed old code
2013-05-05 09:09:40 -07:00
Duncan Lock
8718ba3664
Fixed the responsive styles so they work properly with small, as well as large images
2013-05-01 18:42:03 -07:00
Duncan Lock
efa6b8d0c1
Added fixing alt text; updated readme
...
Signed-off-by: Duncan Lock <duncan.lock@gmail.com >
2013-04-29 15:51:21 -07:00
Duncan Lock
c99a2102f8
Added suuport for responsive images; added initial support for SVG
...
Signed-off-by: Duncan Lock <duncan.lock@gmail.com >
2013-04-29 15:51:21 -07:00
Duncan Lock
ec7384fb4e
Added height: auto
...
Signed-off-by: Duncan Lock <duncan.lock@gmail.com >
2013-04-29 15:51:21 -07:00
Duncan Lock
33951b40f2
Added TODO
...
Signed-off-by: Duncan Lock <duncan.lock@gmail.com >
2013-04-29 15:51:21 -07:00
Duncan Lock
dfea2308d4
Added HTML to test_data
...
Signed-off-by: Duncan Lock <duncan.lock@gmail.com >
2013-04-29 15:51:20 -07:00