-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
18 lines (14 loc) · 868 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PageTriage is an extension for MediaWiki. It implements an interface for reviewing, categorizing,
and sometimes deleting new pages. It is designed with the New Pages Patroller in mind, and replaces
Special:NewPages and the patrolled edits feature.
It is very focused on the Wikipedia article creation workflow, though it could probably be adapted
for use on other wikis.
The PageTriage software is licensed under the MIT license (see COPYING file).
The reference template implementation is at resources/NewPagesFeed_Templates.xml. This was imported from
English Wikipedia and is licensed under CC-BY-SA 3.0 (CC-BY-SA-3.0.txt). To use it, load the file
from Special:Import.
PageTriage by:
@author Ryan Kaldari <[email protected]>
@author Benny Situ <[email protected]>
@author Andrew Garrett <[email protected]>
@author Ian Baker <[email protected]>