How to set a "page owner"

Hello, we would like to use XWiki for a internal documentation, but I am missing any kind of responsibility for the correctness of information that is in the wiki. Is there any possibility how to set up some “page owner” (manager/moderator)? By a “page owner” I mean a person that is responsible for that page (or set of pages). It should be person who is informed about any change and is responsible that the information on that page is correct or verified. The best would be if the updated part of the page is visible to public and marked as unconfirmed until the “page owner” confirms it.

2 Likes

Hi, I guess you could try using this extension: https://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki%20Publication%20Workflow%20Application

Otherwise, it’s easy to write a small XClass with 2 fields: owner and status. And then have a Template to create pages from this template. And a sheet to display the page with the owner and status. See https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/DataModel/ and https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/DataModel/#HSuggestedReading