Index: trunk/extensions/PageTriage/tests/phpunit/ApiPageTriageGetMetadataTest.php |
Property changes on: trunk/extensions/PageTriage/tests/phpunit/ApiPageTriageGetMetadataTest.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 1 | + native |
Index: trunk/extensions/PageTriage/tests/phpunit/ArticleMetadataTest.php |
Property changes on: trunk/extensions/PageTriage/tests/phpunit/ArticleMetadataTest.php |
___________________________________________________________________ |
Added: svn:eol-style |
2 | 2 | + native |
Index: trunk/extensions/PageTriage/tests/phpunit/ApiQueryPageTriageTest.php |
Property changes on: trunk/extensions/PageTriage/tests/phpunit/ApiQueryPageTriageTest.php |
___________________________________________________________________ |
Added: svn:eol-style |
3 | 3 | + native |
Index: trunk/extensions/PageTriage/INSTALL |
— | — | @@ -0,0 +1,10 @@ |
| 2 | +PageTriage Extension, v.0.1 |
| 3 | + |
| 4 | +* download the latest available version and extract it to your wiki extension directory. |
| 5 | +* add the following line to LocalSettings.php |
| 6 | + |
| 7 | + require_once( "$IP/extensions/PageTriage/PageTriage.php" ); |
| 8 | + |
| 9 | +* check out the Special:Version page to verify the installation |
| 10 | + |
| 11 | +See http://www.mediawiki.org/wiki/Extension:PageTriage for further details. |
Index: trunk/extensions/PageTriage/README |
— | — | @@ -0,0 +1,14 @@ |
| 2 | +ArticleCreationWorkflow is an extension for MediaWiki. It implements an interface for reviewing |
| 3 | +and categorizing new pages. It is designed with the New Pages Patroller in mind, and replaces |
| 4 | +Special:NewPages and the patrolled edits feature. |
| 5 | + |
| 6 | +It is very focused on the Wikipedia article creation workflow, though it could probably be adapted |
| 7 | +for use on other wikis. |
| 8 | + |
| 9 | +PageTriage is licensed under the same terms as MediaWiki itself. |
| 10 | + |
| 11 | +PageTriage by: |
| 12 | +@author Ryan Kaldari <rkaldari@wikimedia.org> |
| 13 | +@author Benny Situ <bsitu@wikimedia.org> |
| 14 | +@author Andrew Garrett <agarrett@wikimedia.org> |
| 15 | +@author Ian Baker <ibaker@wikimedia.org> |