Description
This plugin allows to move pages or full page hierarchives into a user-defined archive.
To make it work, you have to:
- create a new Page that serves as your archive
- configure the plugin in the administration interface to use the new page as an archive.
- place archive macros in your pages.
Macro Syntax
The archive macro supports the following parameters
- archive: the name of the link that the macro generates for pages that can be archived
- unarchive: the name of the link that is displayed for pages that are currently in the archive
Example
Suppose you have a page hierarchy that looks like that
and you want to be able to archive some products, because you currently don't want them to be displayed in the Products page.
Basically all you have to do is configure the plugin in the administration interface to use the Archive page as your archive and put an archive macro into all products pages (Hint: You can do that easily with the AutoPagePlugin).
Once you have done that, you can move your products into the archive by clicking on the archive link in your product pages or restore them by clicking on the unarchive link.
Notes
- Pages can only be moved into the archive by administrators and their creators
- Currently there is only support for one archive per running confluence instance.