http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73251

Revision: 73251
Author:   tparscal
Date:     2010-09-17 21:46:07 +0000 (Fri, 17 Sep 2010)

Log Message:
-----------
Cleaned up the README some more, removing references to deleted stuff

Modified Paths:
--------------
    trunk/extensions/UsabilityInitiative/README

Modified: trunk/extensions/UsabilityInitiative/README
===================================================================
--- trunk/extensions/UsabilityInitiative/README 2010-09-17 21:41:33 UTC (rev 
73250)
+++ trunk/extensions/UsabilityInitiative/README 2010-09-17 21:46:07 UTC (rev 
73251)
@@ -14,27 +14,20 @@
 
 # Some lines to add to LocalSettings.php to get these extensions up and 
running:
 
-# A system for making it easy for users to opt-in and out of a beta, in this
-# case using vector as their skin and the enhanced toolbar
-# NOTE: This extension may not be very useful for non-WMF wikis
-require_once( "$IP/extensions/UsabilityInitiative/OptIn/OptIn.php" );
-# Always show the link to opt-in in the personal tools - without this, the link
-# to opt-out (while opted in) will still appear (it always does)
-#$wgOptInAlwaysShowPersonalLink = true;
+# PrefStats collects and displays statistics for when users have started/ended 
using certain options
 
-# Shows statistics on when users have started and ended using certain prefs
-
 require_once("$IP/extensions/UsabilityInitiative/PrefStats/PrefStats.php");
 $wgPrefStatsTrackPrefs = array( 'skin' => 'vector', 'usebetatoolbar' => 1 );
 $wgGroupPermissions['sysop']['prefstats'] = true;
-$wgPrefStatsTimeUnit = 60*60*24;
+$wgPrefStatsTimeUnit = 60 * 60 * 24;
 
-# Track users' contribution counts. ClickTracking (see below) needs this
-# NOTE: This extension may not be very useful for non-WMF wikis
+# UserDailyContribs allows you to track users' contribution totals
+
 require_once( 
"$IP/extensions/UsabilityInitiative/UserDailyContribs/UserDailyContribs.php" );
 
-# Track users' clicks in the toolbar and the left nav bar (and possibly other 
places as well)
-# NOTE: This extension may not be very useful for non-WMF wikis
+# ClickTracking lets you track users' clicks on links/buttons. The current 
implementation tracks clicks on the
+# navigation bar - the WikiEditor toolbar makes use of this if present
+
 
require_once("$IP/extensions/UsabilityInitiative/ClickTracking/ClickTracking.php");
-# Click tracking is disabled by default. To enable it, use something like:
-#$wgClickTrackThrottle = 10; // Track 1 in every 10 clicks; set to 1 to track 
all clicks, -1 to disable
\ No newline at end of file
+// Track 1 in every 10 clicks; set to 1 to track all clicks, -1 to disable
+$wgClickTrackThrottle = 10;
\ No newline at end of file



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to