add config.pubsubhubbub_hub to docs

This commit is contained in:
Matt Domsch 2010-06-15 12:35:56 -05:00 committed by Sam Ruby
parent 6897d0516e
commit e073802036

View File

@ -118,6 +118,13 @@ cache. If specified as a relative path, it is evaluated relative to the
<dd>Used by <code>expunge</code> to determine how many entries should be
kept for each source when expunging old entries from the cache directory.
This may be overriden on a per subscription feed basis.</dd>
<dt><ins>pubsubhubbub_hub</ins></dt>
<dd>URL to a PubSubHubbub hub, or None to disable. Default is the
Google App Engine open hub. Used by <code>publish</code> to ping the
hub when feeds are published, speeding delivery of updates to
subscribers. See
the <a href="http://code.google.com/p/pubsubhubbub/"> PubSubHubbub
home page</a> for more information.</dd>
</dl>
<p>Additional options can be found in
<a href="normalization.html#overrides">normalization level overrides</a>.</p>