Added possible uses for the finalized signal to the docs

This commit is contained in:
Nico Di Rocco 2012-09-07 08:56:33 +02:00
commit ff3c12fd71

View file

@ -58,6 +58,9 @@ Signal Arguments Description
========================= ============================ ===========================================================================
initialized pelican object
finalized pelican object invoked after all the generators are executed and just before pelican exits
usefull for custom post processing actions, such as:
- minifying js/css assets.
- notify/ping search engines with an updated sitemap.
article_generate_context article_generator, metadata
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
get_generators generators invoked in Pelican.get_generator_classes,