Index: trunk/extensions/SemanticWatchlist/RELEASE-NOTES |
— | — | @@ -15,4 +15,4 @@ |
16 | 16 | groups they want to follow, and if they want to recieve emails on changes. |
17 | 17 | * Special:WatchListConditions as administration interface for watchlist groups. |
18 | 18 | * API module to query property changes grouped by edit for a single user. |
19 | | -* API module to modify the watchlist groups. |
\ No newline at end of file |
| 19 | +* API modules to add, modify and delete the watchlist groups. |
\ No newline at end of file |
Index: trunk/extensions/SemanticWatchlist/README |
— | — | @@ -1,2 +1,23 @@ |
| 2 | +These is the readme file for the Semantic Watchlist extension. |
| 3 | + |
| 4 | +Extension page on mediawiki.org: http://www.mediawiki.org/wiki/Extension:SemanticWatchlist |
| 5 | +Latest version of the readme file: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SemanticWatchlist/README?view=co |
| 6 | + |
2 | 7 | == About == |
3 | 8 | |
| 9 | +Semantic Watchlist enables users to watch semantic properties by adding a new |
| 10 | +watchlist page (Special:SemanticWatchlist) that lists changes to these properties. |
| 11 | +Users can choose to follow one or more watchlist groups, which are administrator |
| 12 | +defined, and cover a set of properties and a set of pages (category, namespace, |
| 13 | +or SMW concept). Notification of changes to watched properties is also possible |
| 14 | +via email. |
| 15 | + |
| 16 | +=== Feature overview === |
| 17 | + |
| 18 | +* A watchlist page (Special:SemanticWatchlist) listing changes to properties watched by the user. |
| 19 | +* Per-user optional email notification per edit that changes properties. |
| 20 | +* Integeration with user preferences to allow users to specify which watchlist |
| 21 | + groups they want to follow, and if they want to recieve emails on changes. |
| 22 | +* Special:WatchListConditions as administration interface for watchlist groups. |
| 23 | +* API module to query property changes grouped by edit for a single user. |
| 24 | +* API modules to add, modify and delete the watchlist groups. |
\ No newline at end of file |