====== watchcycle Plugin ====== ---- plugin ---- description: Set the maintenance schedule of pages author : Szymon Olewniczak email : dokuwiki@cosmocode.de type : action, syntax lastupdate : 2024-10-10 compatible : Greebo, Frusterick Manners depends : sqlite conflicts : similar : tags : maintenance downloadurl: https://github.com/cosmocode/dokuwiki-plugin-watchcycle/zipball/master bugtracker : https://github.com/cosmocode/dokuwiki-plugin-watchcycle/issues sourcerepo : https://github.com/cosmocode/dokuwiki-plugin-watchcycle/ donationurl: screenshot_img : {{:plugin:watchcycle:plugin_watchcycle_screenshot-2018-4-10.png}} ---- [[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ https://www.cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] ===== Installation ===== :!: This Plugin depends on the following other plugins: * [[sqlite]] Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== Set the page to be checked every 28 days by the user ''mike'': ~~WATCHCYCLE:mike:28~~ The usage status is shown on the page and in the search (in Greebo and newer). There is also an overview over the maintenance status of all pages with that syntax in the admin menu. In order to "check" the page, the maintainer must edit it. ===== Syntax ===== ~~WATCHCYCLE::~~ You can assign multiple maintainers by providing a comma separated list of names. ===== Development ===== [[https://travis-ci.org/cosmocode/dokuwiki-plugin-watchcycle|{{https://travis-ci.org/cosmocode/dokuwiki-plugin-watchcycle.png?branch=master&recache}}]] ==== Commit-Ticker ==== {{rss>https://github.com/cosmocode/dokuwiki-plugin-watchcycle/commits/master.atom date}} **Releases:** {{rss>https://github.com/cosmocode/dokuwiki-plugin-watchcycle/releases.atom description author}} ==== Utilized DokuWiki Events ==== * [[devel:event:FORM_SEARCH_OUTPUT]] * [[devel:event:SEARCH_QUERY_FULLPAGE]] * [[devel:event:SEARCH_QUERY_PAGELOOKUP]] * [[devel:event:SEARCH_RESULT_FULLPAGE]] * [[devel:event:SEARCH_RESULT_PAGELOOKUP]] * [[devel:event:PARSER_METADATA_RENDER]] * [[devel:event:PARSER_CACHE_USE]] * [[devel:event:COMMON_WIKIPAGE_SAVE]]