summaryrefslogtreecommitdiff
path: root/docs/plugins.rst
Commit message (Expand)AuthorAgeFilesLines
* Document how to inject articles with a pluginiUnknwn2021-11-121-0/+38
* Document how to add a new writerMinchinWeb2021-07-091-0/+27
* pelican-plugins only shows auto-discovered pluginsJustin Mayer2020-11-201-2/+2
* Document inability to control plugin execution orderJustin Mayer2020-07-291-2/+7
* Document how to logging in pluginsKernc2020-06-051-1/+5
* Improve namespace plugin documentationJustin Mayer2020-06-041-12/+15
* Document the `pelican-plugins` commandJustin Mayer2020-05-261-3/+5
* Update namespace docs to address reviewDeniz Turgut2019-12-011-10/+11
* Documentation update for namespace pluginsDeniz Turgut2019-12-011-10/+53
* Merge branch 'master' into line-limitJustin Mayer2018-11-031-1/+1
|\
| * Convert FEED settings from `%s` to `{slug}` redux (#2432)MinchinWeb2018-11-031-1/+1
* | Docs: Reflow to 79 char line limitMinchinWeb2018-11-021-16/+15
|/
* [DOC] register function missingBenjamin ABEL2018-02-121-1/+2
* Add a new signal: page_generator_write_pageSergei K2017-10-171-0/+1
* Add new signal: feed_generatedBernhard Scheirle2017-01-161-0/+2
* fix outdated content_object_init refsderwinlu2015-06-121-21/+1
* Merge pull request #1471 from roidelapluie/masterJustin Mayer2015-05-061-0/+2
|\
| * Add a new signal: page_writer_finalizedJulien Pivotto2014-09-191-0/+2
* | Add signal: all_generators_finalized (getpelican/pelican-plugins#314)Kernc2015-02-071-0/+12
* | add notices about caching interfering with changes to settings and pluginsOndrej Grover2014-11-031-0/+8
* | Warn that signal receivers are weakly-referencedTom Most2014-11-021-0/+6
* | Spelling correction in docs: usefull -> useful.Forest2014-10-011-1/+1
|/
* Add feed_written signalArtemy Tregubenko2014-08-281-0/+1
* Fix #1344 move PLUGIN_PATH -> PLUGIN_PATHSOndrej Grover2014-05-141-3/+3
* add get_writer signal and unify with get_generatorsOndrej Grover2014-04-271-4/+6
* Merge pull request #1328 from Scheirle/StaticGeneratorSignalsJustin Mayer2014-04-261-0/+8
|\
| * send the static_generator_{init, finalized} signals.Bernhard Scheirle2014-04-241-0/+8
* | Text tweaks for "PLUGIN_PATH as list" featureJustin Mayer2014-04-181-5/+5
* | Ability to specify PLUGIN_PATH as listLonewolf2014-04-181-1/+1
|/
* add signal article_generator_pretaxonomyOndrej Grover2014-02-071-0/+3
* add the new signal to the docsAlistair Magee2014-01-251-0/+2
* add a signal on article writingStefan hr Berder2014-01-031-24/+25
* docs/plugins.rst: fix signal name "page_generator_context"Jed Brown2013-10-111-1/+1
* Enhance and correct documentationJustin Mayer2013-09-231-8/+8
* Add a content_written signalcontent-written-signalAlexis Métaireau2013-08-171-0/+1
* Fix a typo in the docsTalha Mansoor2013-08-111-2/+2
* Add documentation for readers.Simon Conseil2013-08-071-7/+8
* Start a section about plugin recipes in the docsAlexis Métaireau2013-08-011-0/+66
* docs/plugins.rst: Document signal name changesW. Trevor King2013-06-121-0/+19
* generators: Update PagesGenerator to use new read_fileW. Trevor King2013-06-121-3/+3
* Add content_object_init to list of signalsJustin Mayer2013-04-201-0/+1
* Minor documentation improvementsJustin Mayer2013-04-161-6/+5
* remove plugins, update docs and update dependeciesDeniz Turgut2013-04-121-314/+14
* Fix for issue #428: Use PLUGIN_PATH properlyDeniz Turgut2013-04-051-1/+2
* fixed related_posts pluginDeniz Turgut2013-03-261-3/+3
* Relative URL issues with the related post examplesEric2013-03-031-1/+1
* support inline summary specificationdave mankoff2013-02-121-0/+32
* Add a pages_generator_finalized signal.Chris Streeter2013-02-101-0/+1
* Merge pull request #691 from webdesignhero/masterAlexis Metaireau2013-01-231-1/+1
|\
| * More clear example for related postsEric2013-01-201-1/+1