afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-21 06:20 pm

[dw-free] clean up old comments in config files

[commit: http://hg.dwscoalition.org/dw-free/rev/cc69c96fa060]

http://bugs.dwscoalition.org/show_bug.cgi?id=1240

Example for %SITE_PAGESTAT_CONFIG

Patch by [personal profile] afuna.

Files modified:
  • doc/config-private.pl.txt
--------------------------------------------------------------------------------
diff -r 26b2765a4c76 -r cc69c96fa060 doc/config-private.pl.txt
--- a/doc/config-private.pl.txt	Thu May 21 16:35:25 2009 +0000
+++ b/doc/config-private.pl.txt	Fri May 22 02:20:43 2009 +0800
@@ -35,9 +35,10 @@
         news => 1,
     );
 
-    # configuration for statistics trackers on www (non-journal) pages
+    # configuration/ID for statistics tracker modules which apply to
+    # site pages (www, non-journal)
     %SITE_PAGESTAT_CONFIG = (
-    #    google_analytics => '',
+    #    google_analytics => 'UA-xxxxxx-x',
     );
 }
 
--------------------------------------------------------------------------------