1
0
Fork 0
forked from github/pelican

Add a pages_generator_finalized signal.

I wrote a plugin that I'd like to also be able to run on pages in
addition to articles. Adding this signal will let me update the content
when a page is finished being generated.
This commit is contained in:
Chris Streeter 2013-02-10 12:42:54 -08:00
commit de44644700
3 changed files with 4 additions and 0 deletions

View file

@ -73,6 +73,7 @@ get_generators generators invoked in Pelic
generator in a tuple or in a list.
pages_generate_context pages_generator, metadata
pages_generator_init pages_generator invoked in the PagesGenerator.__init__
pages_generator_finalized pages_generator invoked at the end of PagesGenerator.generate_context
============================= ============================ ===========================================================================
The list is currently small, so don't hesitate to add signals and make a pull