Merge pull request #1050 from getpelican/content-written-signal

Add a content_written signal
This commit is contained in:
Alexis Metaireau 2013-08-17 11:07:55 -07:00
commit 2e845feb02
3 changed files with 11 additions and 0 deletions

View file

@ -84,6 +84,7 @@ page_generate_context page_generator, metadata
page_generator_init page_generator invoked in the PagesGenerator.__init__
page_generator_finalized page_generator invoked at the end of PagesGenerator.generate_context
content_object_init content_object invoked at the end of Content.__init__ (see note below)
content_written path, context invoked each time a content file is written.
============================= ============================ ===========================================================================
The list is currently small, so don't hesitate to add signals and make a pull