We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe0484 commit b8cec99Copy full SHA for b8cec99
docs/internals.txt
@@ -95,8 +95,8 @@ posts are added into RSS feeds and stories are not. All of them are in a list ca
95
"the timeline" formed by objects of class ``Post``.
96
97
When you are creating a task that needs the list of posts and/or stories (for example,
98
-the RSS creation plugin) on task execution time, your plugin should have a dependency
99
-on the ``scan_posts`` task to ensure the timeline is created and available in
+the RSS creation plugin) on task execution time, your plugin should call ``self.site.scan_posts()``
+in ``gen_tasks`` to ensure the timeline is created and available in
100
``self.site.timeline``. You should not modify the timeline, because it will cause consistency issues.
101
102
.. sidebar:: scan_posts
0 commit comments