General Actions:
| Shows wiki or farm activity reports based on the stored ActivityStream events |
Administrative tool listing the activity inside a wiki or a wiki farm.
In single wiki mode, lists the number of recorded events for each month.
In multiwiki mode, lists the wikis with no activity for the past 100 days, the wikis with the least activity for the past 50 days, and for each wiki the complete activity (as in single wiki mode, the number of events for each month).
This tool is a starting point for determining which wikis are no longer active and are good candidates for removal.
The document requires programming rights to work, and depends on:
- the jodatime plugin to compute dates
- the wikimanager plugin to compute virtual wiki links (only in multiwiki mode)
- the activitystream plugin for storing the events that are used for assessing the wiki activity
The application can be imported as any other XAR, just make sure it is saved with programming rights after the import.
It is also bundled inside the AdminTools application, so there's no need to install it if AdminTools is installed.
Initial version.