Merge pull request #1408 from arty-name/feed-written

Add feed_written signal
This commit is contained in:
Justin Mayer 2014-08-28 11:19:58 -07:00
commit cb11bea1f2
3 changed files with 4 additions and 0 deletions

View file

@ -101,6 +101,7 @@ static_generator_init static_generator invoked in th
static_generator_finalized static_generator invoked at the end of StaticGenerator.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.
feed_written path, context, feed invoked each time a feed file is written.
================================= ============================ ===========================================================================
The list is currently small, so don't hesitate to add signals and make a pull