Commit Graph

232 Commits

Author SHA1 Message Date
Ondrej Grover
ca377d918e i18n_subsites plugin: implement jinja2.ext.i18n support
this commit introduces optional support for translatable templates
2014-02-02 16:50:15 -08:00
Ondrej Grover
5e07f2dfc6 new plugin: i18n_subsites
This plugin extends the translations functionality by creating i8n-ized
sub-sites for the default site.
This commit implements the basic generation functionality.
2014-02-02 09:09:20 +01:00
Justin Mayer
d13465d1b2 Merge pull request #143 from alistairmagee/subcategory
Sub-categories with same basename but different parents should be unique
2014-02-01 12:31:05 -08:00
Justin Mayer
a0797a498b Merge pull request #137 from alistairmagee/clean_summary
Add "Clean Summary" plugin
2014-02-01 10:48:33 -08:00
Alistair Magee
b86be87c61 fixed typos in README 2014-02-01 18:21:56 +00:00
Alistair Magee
250cef84f0 subcategories with same basename but different parents were not unique. Fixed now. 2014-02-01 04:50:53 +00:00
Alistair Magee
f3549dd296 plugin to specify maxmium number of images to appear in summary 2014-01-31 16:32:03 +00:00
Justin Mayer
2ca07107d4 Merge pull request #120 from VuongN/master
Read more link plugin
2014-01-30 21:49:03 -08:00
Justin Mayer
614e670026 Merge pull request #136 from talha131/share-post
Add plugin to add share URLs to article
2014-01-26 14:37:52 -08:00
Justin Mayer
1793ebbf79 Merge pull request #135 from alistairmagee/custom_article_urls
Category-based URL structure plugin
2014-01-26 14:36:40 -08:00
Talha Mansoor
9a9f9bdb83 Add plugin to add share URLs to article 2014-01-26 18:44:36 +05:00
Alistair Magee
2e98bd8bdf remove uneeded imports 2014-01-25 20:14:49 +00:00
Alistair Magee
1f8b7e0f87 Support for custom urls for different categories of article 2014-01-25 20:03:01 +00:00
Justin Mayer
8f69faa77c Merge pull request #132 from talha131/patch-1
Clarify documentation of related_posts plugin
2014-01-24 13:15:50 -08:00
Justin Mayer
5cb7b449f7 Merge pull request #133 from alistairmagee/subcategory
A plugin to add subcategories to Article categories
2014-01-24 13:01:28 -08:00
Alistair Magee
1facc9468b added support for generating subcategory feeds 2014-01-24 12:59:57 +00:00
Talha Mansoor
b268db7312 Clarify documentation of related_posts plugin
It is not clear how the plugin determines which posts are related.
2014-01-24 17:55:03 +05:00
Alistair Magee
48b990c0cd A plugin to add subcategories to Article categories 2014-01-24 06:39:29 +00:00
Justin Mayer
5e6307d9e2 Merge pull request #131 from calfzhou/neighbors
Make neighbors plugin support translated articles.
2014-01-23 14:59:14 -08:00
zhouji
211d835f30 Make neighbors plugin support translated articles. 2014-01-23 09:26:47 +08:00
Justin Mayer
c4d7a761c8 Merge pull request #126 from rmorehead/tipue_search_no_cat_fix
Fix tipue_search failing with pages due to no category
2014-01-15 20:15:43 -08:00
Rod Morehead
95d7ebb470 Fixed tipue_search failing with pages due to no category. 2014-01-09 09:26:37 -06:00
Justin Mayer
f30a68fbf4 Merge pull request #125 from XenGi/patch-1
Sort images by filename in Gallery plugin
2014-01-08 09:41:46 -08:00
Ricardo Band
dacc64023d added sorting of images
The images are now sorted by their filename.
2014-01-07 21:16:06 +01:00
Kyle Fuller
7e832f780e Merge pull request #122 from aparij/master
Update disqus_static.py
2013-12-22 07:26:46 -08:00
Alex Parij
8de762f97d Update disqus_static.py
There is no '_' prefix for DEFAULT_CONFIG
2013-12-21 12:00:12 -05:00
Justin Mayer
ddcd9ee4f6 Merge pull request #119 from calfzhou/tipue
Escape "^" in the json file because it is a special character for tique ...
2013-12-21 08:49:37 -08:00
Vuong Nguyen
30638d8ac4 Update Readme.md 2013-12-16 17:02:16 -05:00
Vuong Nguyen
1cf85f7a06 Update Readme.md 2013-12-16 17:01:57 -05:00
zhouji
1c6fa7893e Also escape "^" for page tile in the tipue json file. 2013-12-16 17:13:08 +08:00
zhouji
9a952032f4 Escape "^" in the json file because it is a special character for tique search. 2013-12-16 17:06:12 +08:00
Vuong Nguyen
943e590c24 Read more link plugin -- initial commit 2013-12-04 23:21:19 -05:00
Justin Mayer
f5d0f4ecb9 Remove gzip references in Assets plugin README
gzip filter removed in:
d0fb241420

Fixes #115
2013-12-03 07:04:06 -08:00
Justin Mayer
36bdaae588 Merge pull request #113 from florianjacob/feed_summary
Add feed summary plugin
2013-11-29 21:30:28 -08:00
Florian Jacob
2a564dce1a Added feed summary plugin.
This plugin allows to use the `Summary:` metadata as feed contents.
2013-11-27 23:21:24 +01:00
Justin Mayer
bd12282f92 Merge pull request #109 from astrieanna/patch-1
Correct package name from bs4 to beautifulsoup4
2013-11-18 07:32:20 -08:00
Justin Mayer
64b03f9d43 Merge pull request #110 from jseabold/ipython-fixes
IPython cleanup
2013-11-16 15:59:17 -08:00
Skipper Seabold
ce58bd5704 Fix error message for IPython 2.0 2013-11-16 16:53:25 +00:00
Skipper Seabold
3a8f323563 DOC: nbconvert no longer necessary 2013-11-16 16:46:09 +00:00
Justin Mayer
bd455c3dcc Merge pull request #108 from graffic/patch-2
The `asset_url` was also hardcoded instead of using `theme_static_dir`
2013-11-16 06:54:48 -08:00
Leah Hanson
9aae49360a Update readme.rst
The name of the package in pip is `beautifulsoup4`, not `bs4`.
2013-11-14 17:45:58 -06:00
Javier Gonel
e00e7d35c9 The asset_url needs to use also theme_static_dir
Sorry for this mistake, I was using harcoded paths in my template.

If the destination changes in the output folder (`THEME_STATIC_DIR`) also the URL used for the assets should change.
2013-11-14 18:41:33 +02:00
Justin Mayer
507443b3b2 Merge pull request #107 from graffic/patch-1
Use THEME_STATIC_DIR instead of hardcoded 'theme'
2013-11-14 08:23:04 -08:00
Javier Gonel
c6003cca22 Use THEME_STATIC_DIR instead of hardcoded 'theme'
The output folder for the theme can be changed via `THEME_STATIC_DIR` setting. But the assets plugin uses the harcoded `theme` string. This small patch makes the asset plugin use the setting.
2013-11-14 18:18:01 +02:00
Justin Mayer
744c1620f5 Merge pull request #105 from talha131/minify-json
Minify JSON to improve search speed
2013-11-10 10:16:50 -08:00
Talha Mansoor
baa90d815e Minify JSON to improve search speed 2013-11-10 14:51:20 +05:00
Justin Mayer
c5788c8e3a Merge pull request #104 from talha131/cleanup-sitemap
Refactor and fix minor typo in sitemap code
2013-11-09 15:56:39 -08:00
Talha Mansoor
335c9c63e1 Refactor and fix minor typo in sitemap code 2013-11-10 04:47:13 +05:00
Justin Mayer
6ae722fefd Merge pull request #103 from talha131/fix-sitemap
Update sitemap plugin to play nicely with modified metadata
2013-11-09 15:35:10 -08:00
Talha Mansoor
df9b772f3e Update sitemap plugin to place nicely with modified metadata
modified is a string in pelican <= 3.3 and datetime > 3.3

Sitemap used to treat it as string.
2013-11-10 04:17:13 +05:00