4c19fb997b
exif_info: Retrieve EXIF information
2014-08-30 23:13:11 +02:00
fb53d674a7
gallery: Add comment per image support
2014-06-01 14:19:43 +02:00
0574098ee5
gallery: Add support for non-english captions
2014-06-01 10:33:37 +02:00
a8830b8825
gallery: Add per-image caption/title support.
...
To add caption/title to a picture, in your article simply add a
'gallerycaptions' tag in your metadata, whose value is a dictionnary of
(filename, title) tuples.
Example:
gallery: <Gallery Name>
gallerycaptions: { 'image_name1': 'caption1', 'image_name4': 'caption4', }
Then you will be able to use article.gallerycaptions.get('image_nameX')
in the templates, to retrieve the title associated to the image.
2014-05-29 15:45:11 +02:00
Justin Mayer
7b3851a62b
Merge pull request #205 from TheRealBill/master
...
Add Markdown-specific instructions to Gravatar plugin README
2014-05-14 20:39:34 -07:00
bill5244
d47fdc1ea5
adding markdown specific instructions to gravatar readme
2014-05-13 11:28:08 -05:00
Kyle Fuller
932537f26d
Merge pull request #203 from adworacz/fixSitemapUrlGeneration
...
Fix Sitemap generation for non-file urls.
2014-05-12 09:07:34 +01:00
Austin Dworaczyk Wiltshire
8497de9413
Fix Sitemap generation for non-file urls.
...
Fixes getpelican/pelican-plugins#168 .
2014-05-11 17:22:02 -07:00
Justin Mayer
47f5050463
Merge pull request #200 from khuevu/master
...
Add a plugin to extract representative image for an article
2014-05-08 19:35:59 -07:00
Justin Mayer
9d9f272895
Merge pull request #199 from krischer/master
...
Liquid Tags: line numbers for include_code
2014-05-06 11:03:25 -07:00
Khue Vu
624734724b
update Readme.md
2014-05-07 00:40:00 +08:00
Justin Mayer
7f52729121
Merge pull request #153 from joergdietrich/collapse-code
...
Collapsible notebook code cells in liquid_tags plugin
2014-05-06 06:48:13 -07:00
Jörg Dietrich
620d176f30
Update Readme to specify which template is needed for which IPython version
2014-05-06 11:04:17 +02:00
Jörg Dietrich
5d1b77a238
work with IPython 1.x and 2.0
2014-05-06 10:51:34 +02:00
Khue Vu
c15a9dc250
change image property name to featured_image
2014-05-06 09:20:30 +08:00
Khue Vu
2b37362873
add the plugin to extract representative image for article and assign to an article's property
2014-05-06 00:27:42 +08:00
Justin Mayer
4252f8f230
Merge pull request #197 from Jenselme/creole_reader
...
Creole reader: add source code highlighting support
2014-05-02 08:02:54 -07:00
Jörg Dietrich
42f90c94fb
attempt to merge master with collapsible code
2014-05-02 13:51:33 +02:00
Lion Krischer
97e2d7549b
Liquid Tags: line numbers for include_code
2014-05-01 01:18:08 +02:00
Julien Enselme
3a804aec12
Creole reader: add source code highlighting support.
...
Correct typo.
2014-04-30 10:32:48 +02:00
Justin Mayer
1d4d19aca5
Merge pull request #195 from Jenselme/creole_reader
...
Add a plugin to read the wikicreole syntax.
2014-04-22 20:20:53 -07:00
Jenselme
9750c13665
Add dependency information.
2014-04-22 00:05:08 +02:00
Julien Enselme
046eaadd61
Add the Creole Reader plugin
2014-04-21 23:57:04 +02:00
Justin Mayer
c96846c201
Merge pull request #190 from Scheirle/master
...
[pelican_comment_system] Added Avatars, Identicons and Comment Atom Feed
2014-04-19 07:00:24 -07:00
Bernhard Scheirle
02a4645912
[pelican_comment_system] made python3 compatible
2014-04-14 18:15:14 +02:00
Bernhard Scheirle
24fce038c3
[pelican_comment_system] Added comment feeds
2014-04-14 11:55:29 +02:00
Bernhard Scheirle
98e2f16059
[pelican_comment_system] Added Avatars and Identicons
2014-04-10 08:58:19 +02:00
Justin Mayer
235c9e3b91
Merge pull request #188 from Scheirle/master
...
[pelican_comment_system] Add recommendation
2014-04-04 08:53:50 -07:00
Bernhard Scheirle
1a20cc84b2
[pelican_comment_system] Added Recommendation
2014-04-03 19:38:45 +02:00
Justin Mayer
057ab2b4b2
Merge pull request #185 from Scheirle/master
...
Added plugin: Pelican Comment System
2014-04-02 06:02:41 -07:00
Bernhard Scheirle
20f8a24971
Added plugin: pelican comment system
2014-03-30 14:14:22 +02:00
Kyle Fuller
90c915ef44
Merge pull request #179 from barrysteyn/master
...
Fixed errors arising from Python 3.x
2014-03-18 14:45:52 +00:00
Barry Steyn
fb570c528b
Fixed errors arising from Python 3.x
2014-03-18 06:42:41 -07:00
Justin Mayer
ad188b05c2
Merge pull request #175 from minrk/ipython-2.0
...
Support IPython 2.0 in notebook liquid tag
2014-03-10 23:39:56 +01:00
MinRK
657505cf35
adjust embedded notebook CSS for IPython 2.0
...
remove text-cell prompt and padding, so it aligns with outer body text
2014-03-09 16:51:31 -07:00
MinRK
db4683c515
support IPython 2.0 in notebook liquid tag
...
The only relevant changes seem to be a few renamed classes, and changed signatures.
2014-03-09 12:30:07 -07:00
Justin Mayer
dc96679d03
Merge pull request #174 from svenkreiss/master
...
Add Vimeo support to liquid_tags plugin
2014-03-09 12:04:38 +01:00
Sven Kreiss
b95142b415
New vimeo tag.
2014-03-07 17:57:39 -05:00
Justin Mayer
c38851cf9c
Grammar and PEP8 fixes for render_math plugin
2014-03-07 08:33:06 +01:00
Justin Mayer
4386da4adf
Merge pull request #171 from ariddell/patch-1
...
Add Python 3 compatibility to render_math plugin
2014-03-07 08:16:23 +01:00
Justin Mayer
1100ccd872
Merge pull request #172 from jesrui/static_comments
...
Add static_comments plugin
2014-03-05 16:57:05 +01:00
Jesus Ruiz
8052ea9f9e
add static_comments plugin
2014-03-04 16:47:56 +01:00
Allen Riddell
3bcb54ac55
Add Python 3 compatibility
2014-03-02 23:46:58 -05:00
Justin Mayer
8ca6e5e514
Merge pull request #170 from barrysteyn/master
...
render_math plugin: alert user to incorrect Typogrify usage
2014-03-03 01:07:48 +01:00
Barry Steyn
f93764f737
alert user to incorrect usage of typogrify
2014-03-02 11:44:14 -08:00
Justin Mayer
0b69e1bdb2
Merge pull request #169 from barrysteyn/master
...
Add ability to specify SSL protocol
2014-02-26 14:46:00 +01:00
Barry Steyn
47dc3e9747
ability to specify ssl protocol
2014-02-25 16:53:16 -08:00
Justin Mayer
9b47bbf67d
Merge pull request #166 from barrysteyn/master
...
latex plugin name changed to render_math
2014-02-23 00:28:54 +01:00
Barry Steyn
5af9d08c06
moved latex to render_math; latex now symbolic link
2014-02-22 13:15:24 -08:00
Justin Mayer
7ba212ecc4
Merge pull request #162 from barrysteyn/master
...
Logic for MathMl; Fixed Bug; Updated Readme
2014-02-19 14:59:47 -08:00