]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/transient.mdwn
comments: Write pending moderation comments to the transient underlay to avoid confli...
[ikiwiki.git] / doc / plugins / transient.mdwn
1 [[!template id=plugin name=transient author="[[Simon_McVittie|smcv]]" core=yes]]
2 [[!tag type/special-purpose]]
3
4 The `transient` plugin adds an underlay in `.ikiwiki/transient`, which is
5 intended for pages that are automatically created and should not be committed
6 to the [[RCS]]. It works in the same way as the [[basewiki]] and the underlays
7 set up by the [[plugins/underlay]] plugin, so if a page in the transient
8 underlay is edited via the web, the edited version is committed to the RCS
9 as usual. Unlike other underlays, if a page in the transient underlay is
10 superseded by an edited version in the RCS, the old transient version
11 is deleted automatically.
12
13 This plugin is mostly useful as something that other plugins can depend on:
14
15 * [[plugins/aggregate]] writes aggregated posts into the transient underlay
16 * [[plugins/autoindex]] can be configured to auto-create missing
17     pages that have a [[ikiwiki/subpage]] or an [[plugins/attachment]], but not
18     commit them, in which case they go in the transient underlay
19 * [[plugins/comments]] writes comments pending moderation to the transient underlay
20 * [[plugins/recentchanges]] writes new changes into the transient underlay
21 * [[plugins/tag]] can be configured to auto-create missing
22     tag pages but not commit them, in which case they go in the transient
23     underlay