Alexis Metaireau
562c57c4e9
Merge pull request #67 from talha131/rename-json-serializer
...
Rename json_serializer plugin to tipue_search
2013-08-29 07:13:59 -07:00
Talha Mansoor
0cafe10d16
Rename json_serializer plugin to tipue_search
...
This plugin is renamed after suggestions from @astorije and @ametaireau
which can be viewed
[here](https://github.com/getpelican/pelican-plugins/pull/66 )
2013-08-29 14:38:39 +05:00
Alexis Metaireau
0d30333281
Merge pull request #66 from talha131/json-serializer
...
Add JSON Serializer plugin to enable search
2013-08-29 01:29:23 -07:00
Talha Mansoor
7b4d03a204
Add JSON Serializer plugin
...
Updates getpelican/pelican#170
2013-08-29 01:32:32 +05:00
Justin Mayer
1bda804dc2
Merge pull request #65 from jakevdp/notebook_bug
...
BUG: liquid tags notebook version check
2013-08-28 12:38:19 -07:00
Jake Vanderplas
ecf7c01825
BUG: liquid tags notebook version check
2013-08-28 10:42:56 -07:00
Alexis Métaireau
b01cb35645
move the gallery out of pelicanext
2013-08-28 14:13:50 +02:00
Alexis Metaireau
fecb834abb
Merge pull request #17 from McPo/gallery
...
Gallery Plugin
2013-08-28 05:12:19 -07:00
Justin Mayer
a20ca76b7c
Merge pull request #21 from jakevdp/liquid_tags
...
Add Liquid Tags plugin
2013-08-27 19:18:08 -07:00
Jake Vanderplas
6cd4482143
explicitly check for IPython version
2013-08-25 20:15:35 -07:00
Jake Vanderplas
e36dae6c11
provide warning if IPython 2.0-dev is being used
2013-08-20 10:20:33 -07:00
Jake Vanderplas
9e416a73b2
fix mathjax script
2013-08-20 09:53:05 -07:00
Alexis Metaireau
4964604e7c
Merge pull request #64 from kura/vimeo-youtube
...
Added YouTube and Vimeo plugins
2013-08-19 03:43:48 -07:00
Kura
1f2c383b7e
Added YouTube and Vimeo plugins
2013-08-19 11:25:52 +01:00
Justin Mayer
1b2edca2dd
Merge pull request #57 from professorplumb/html-entity-plugin
...
Allows user to enter HTML entities such as © inline in RST instead of using the substitution definition method.
2013-08-08 17:14:02 -07:00
Eric Plumb
1250a08f76
Create html_entity plugin
2013-08-08 17:06:50 -07:00
Justin Mayer
660c8d5e36
Merge pull request #56 from RussTheAerialist/master
...
Removing debug printing statements from thumbnailer
2013-08-08 14:14:50 -07:00
Russell Hay
04d27350cb
Removing debug printing statements
2013-08-08 11:02:09 -07:00
Jake Vanderplas
4643ab7186
adjust anim_icon CSS
2013-08-07 13:01:22 -07:00
Jake Vanderplas
c545c9e56d
modify mathjax to not interfere with normal posts
2013-08-06 20:08:37 -07:00
Jake Vanderplas
499ee9890a
Change names for compatibility with IPython 1.0alpha
2013-08-06 19:18:13 -07:00
Justin Mayer
03c49abd46
Merge pull request #55 from kylewm/pdf-plugin
...
Move PdfGenerator from core to a plugin
2013-08-04 20:27:40 -07:00
Kyle Mahan
b1f33df20d
Issue #1009 : Moved PdfGenerator to pelican-plugins and added a basic test
2013-08-04 09:37:01 -07:00
Justin Mayer
0483218326
Merge pull request #47 from dflock/patch-1
...
Improved the example template code in the multi_part plugin readme
2013-08-03 13:37:10 -07:00
Justin Mayer
9bc03b593b
Merge pull request #45 from noirbizarre/patch-2
...
Silent optipng too
2013-07-30 19:13:59 -07:00
Jake Vanderplas
2ad2132261
ActivatableTransformer -> Transformer
2013-07-18 07:21:49 -07:00
Jake Vanderplas
6f8d398bb6
address notebook comments
2013-07-17 19:54:35 -07:00
Jake Vanderplas
2c4f75e008
make liquid_tags.notebook compatible with IPython 1.0
2013-07-16 15:00:33 -07:00
Justin Mayer
5c9fdeaf85
Merge pull request #49 from lsowen/patch-1
...
Fix summary plugin not properly updating asset paths in summaries.
2013-07-13 19:54:22 -07:00
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
Duncan Lock
65749d8987
Improved the example template code in the readme
...
The old example wasn't great - you end up with the heading as the first item in the list, and the if statement is un-necessarily long.
2013-07-11 13:15:43 -07: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
Axel Haustant
bcc51dc42c
Proper logging in optimize_images
...
- log currently processed file on INFO
- display command output on DEBUG
- bonus: reduced the number of loops
2013-07-10 10:01:36 +02:00
Axel Haustant
37ddf4cfea
Silent optipng too
2013-07-09 21:24:30 +02: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