Logs for #nikola for 2023-01-17

19:59:45 <vsajip> I have a task that depends on rendered pages and posts - how do you set the filedeps up for that task, since the rendered files may not be present when the task is generated? It needs to read in those rendered files from `sources`.
20:04:44 <ChrisWarrick> vsajip: you can generate the source file names basing on self.timeline. Some of the existing LateTask plugins (eg. sitemap) may also be of help here
20:05:24 <vsajip> OK, thanks, I'll look into that.
20:05:37 <ChrisWarrick> s/self/site/
20:05:45 <ChrisWarrick> or even s/site/self.site/