summaryrefslogtreecommitdiff
path: root/pelican/plugins
Commit message (Expand)AuthorAgeFilesLines
* Stringify plugin definitions so they can be pickled during caching (#2835)Frederik Ring2021-01-041-0/+16
* Fix plugins running twice in autoreload modeshniubobo2020-10-311-0/+3
* resolve packages for legacy pluginsDeniz Turgut2020-10-121-0/+5
* Modernize code base to Python 3+ syntaxremove-legacyJustin Mayer2020-04-271-3/+0
* Fix legacy plugin loadingDeniz Turgut2020-04-171-1/+17
* Remove py2-isms and avoid sys.path hacksDeniz Turgut2019-12-011-12/+20
* Namespace plugin implementationDeniz Turgut2019-12-012-0/+129
* remove plugins, update docs and update dependeciesDeniz Turgut2013-04-1211-641/+0
* fixed related_posts pluginDeniz Turgut2013-03-261-56/+20
* Remove multi_part pluginJustin Mayer2013-03-251-59/+0
* fix for #783 - AttributeError: 'NoneType' object has no attribute 'find' when...Ivan Dyedov2013-03-171-1/+1
* added unique filtering and config limit paramEric2013-03-031-4/+23
* Settings file is pelicanconf.py now.Eric2013-03-031-1/+1
* Fix: hashlib.md5 funcition only accepts bytes as inputyegle2013-03-031-1/+3
* update summary plugin so that tests are fixed (hopefully)Bruno Binet2013-03-011-27/+20
* remove hardcoded values for SUMMARY_BEGIN_MARKER and SUMMARY_END_MARKERBruno Binet2013-03-011-2/+0
* PageClass arg is useless in content_object_initBruno Binet2013-03-011-1/+1
* support inline summary specificationdave mankoff2013-02-121-0/+62
* Merge pull request #651 from traeblain/webasset-configBruno Binet2013-01-211-0/+4
|\
| * Update webassets plugin to allow user to pass configuration settings to Webas...Trae Blain2013-01-021-0/+4
* | Annotate py3k code when needed.Alexis Métaireau2013-01-111-0/+2
* | Port pelican to python 3.Dirk Makowski2013-01-117-12/+20
|/
* Reimplemented the gzip compression as a plugin.Bruno Binet2012-11-291-0/+78
* Change webassets configuration for relative urls.Simon2012-11-201-19/+4
* Use the new generator_init signal for the assets plugin.Simon2012-11-201-2/+1
* Move Webassets in a pluginSimon2012-11-071-0/+64
* Merge pull request #544 from Lothiraldan/pluginsAlexis Metaireau2012-10-201-0/+59
|\
| * Add a multi_part pluginFELD Boris2012-10-131-0/+59
* | merge upstreamAlexis Métaireau2012-10-121-47/+29
|\ \
| * | Fix #537: sitemap.xml contains pages that don't existBrian St. Pierre2012-10-071-37/+20
| * | Add a list of plugins to the docs. Closes #493.Justin Mayer2012-09-112-7/+10
| * | Sitemap plugin & `get_generators` signalm-r-r2012-09-021-0/+208
* | | Add a list of plugins to the docs. Closes #493.Justin Mayer2012-10-122-7/+10
* | | Sitemap plugin & `get_generators` signalm-r-r2012-10-121-0/+208
|/ /
* | pep8-ifyAlexis Metaireau2012-07-121-9/+10
* | Remove else: returnSamrat Man Singh2012-07-111-3/+0
* | Add usage and intallation instructionsSamrat Man Singh2012-07-111-0/+22
* | don't reverse ranked_postsSamrat Man Singh2012-07-111-1/+0
* | moved related_posts to pluginSamrat Man Singh2012-07-111-0/+33
|/
* fix whitespaceBruno Binet2012-03-211-3/+3
* fix typos and whitespaceBruno Binet2012-03-211-9/+9
* New plugin that provides an ..html:: directive for reStructuredTextSkami182011-10-301-0/+63
* revised github activity to adapt it to new github atom feed changesMarco Milanesi2011-10-181-5/+22
* refactored code and introduced a new signal in ArticlesGenerator __init__Marco Milanesi2011-09-071-10/+16
* some commentaryMarco Milanesi2011-09-061-0/+35
* implemented github activity pluginMarco Milanesi2011-09-061-0/+27
* Plugins doc + minor design changes.Alexis Metaireau2011-06-183-8/+7
* Remove the dependency to pkgutil for the pluginsAlexis Metaireau2011-06-174-0/+71