[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
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1240
Example for %SITE_PAGESTAT_CONFIG
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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', ); } --------------------------------------------------------------------------------