inline feeds should optionally have their content elided

master
jmtd 2020-04-27 05:08:02 -04:00 committed by admin
parent 7e52d89380
commit beeaf0f590
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[[!tag wishlist]]
[[plugins/inline]] has a parameter `archive` which enables displaying
metadata about matching pages (title, date) rather than their full
contents. This does not influence the content of any generated feeds:
they always include the full content.
There should be a way to elide the content of inlined pages in generated
feeds, either by doing so when `archive=yes` is set (potentially changing
the behaviour of existing deployments, but less configuration cruft) or
adding yet further configuration options to `inline`.
use-case: I want to generate a (semi-private) feed of every blog post I
have ever written, both on my live site and on my test one, so I can
compare the publication dates. (some blog posts have dates fixed by
meta directives; other rely on the file ctime, which is not preserved
in the parent git repositories.) *— [[Jon]], 2020-04-27*