Author: poeml
Date: Thu Feb  3 22:30:59 2011
New Revision: 75

URL: http://svn.mirrorbrain.org/viewvc/mod_stats?rev=75&view=rev
Log:
update TDF stats for newer file/directory layout. Finally!

Modified:
    trunk/tools/tdf.conf

Modified: trunk/tools/tdf.conf
URL: 
http://svn.mirrorbrain.org/viewvc/mod_stats/trunk/tools/tdf.conf?rev=75&r1=74&r2=75&view=diff
==============================================================================
--- trunk/tools/tdf.conf (original)
+++ trunk/tools/tdf.conf Thu Feb  3 22:30:59 2011
@@ -54,6 +54,8 @@
 StatsIgnoreMask "^.*\.(md5|sha1|sha256|magnet|btih|mirrorlist|ico)$"
 # ignore the sources
 StatsIgnoreMask "^/libreoffice/src/.*$"
+# ignore the complete "old" tree
+StatsIgnoreMask "^/libreoffice/old/.*$"
 
 
 # Ignore all requests from this host (string prefix match), and don't process
@@ -89,12 +91,15 @@
 StatsPrefilter "^/libreoffice/" ""
 
 # strip .metalink and other suffixes
-StatsPrefilter "\.(metalink|meta4|torrent)$" ""
+StatsPrefilter "\.(metalink|meta4|torrent|zsync)$" ""
 
 
 #
 # StatsCount translates the remaining URL into the pieces to be logged
 #
+
+
+# OBSOLETE filenames:
 #testing/LO_3.3.0-beta1_Win_x86_install_en-US.exe
 #testing/LO_3.3.0-beta1_MacOS_x86_install_en-US.dmg
 #testing/LO_3.3.0-beta1_Linux_x86-64_install-deb_en-US.tar.gz
@@ -104,6 +109,25 @@
 StatsCount 
"^testing/LO_([^_/]+)_(Win|MacOS|Linux)_(x86|x86-64)_(install|install-deb|install-rpm)_(?P<lang>[a-zA-Z]{2}(-[a-zA-Z]{2})?)\.(?:exe|dmg|tar\.gz|tar\.bz2)$"
 "prod: LO  os: \2-\3  version: \1  lang: \g<lang>"
 
 
+# stable/3.3.0/mac/x86/LibO_3.3.0_MacOS_x86_install_en-US.dmg
+# stable/3.3.0/win/x86/LibO_3.3.0_Win_x86_install_multi.exe
+# stable/3.3.0/win/x86/LibO_3.3.0_Win_x86_install_multi.exe
+# stable/3.3.0/win/x86/LibO_3.3.0_Win_x86_install_multi.exe
+# stable/3.3.0/win/x86/LibO_3.3.0_Win_x86_install_multi.exe
+# stable/3.3.0/win/x86/LibO_3.3.0_Win_x86_helppack_pt.exe
+# stable/3.3.0/deb/x86_64/LibO_3.3.0_Linux_x86-64_helppack-deb_fa.tar.gz
+# stable/3.3.0/win/x86/LibO_3.3.0_Win_x86_install_multi.exe
+# stable/3.3.0/deb/x86/LibO_3.3.0_Linux_x86_install-deb_en-US.tar.gz
+# stable/3.3.0/win/x86/BrOffice_3.3.0_Win_x86_install_multi.exe
+# stable/3.3.0/rpm/x86_64/LibO_3.3.0_Linux_x86-64_helppack-rpm_sd.tar.gz
+# stable/3.3.0/win/x86/LibO_3.3.0_Win_x86_helppack_sv.exe
+# stable/3.3.0/win/x86/LibO_3.3.0_Win_x86_helppack_sw-TZ.exe
+StatsCount 
"^(stable|testing)/(?P<version>[^/]+)/(deb|mac|rpm|win)/(x86|x86_64|ppc)/(?P<product>LibO|BrOffice)_\2_(?P<platform>Win|MacOS|Linux)_(?P<arch>x86|x86-64|PPC)_(install|langpack|helppack)(-rpm|-deb)?_(?P<lang>([a-zA-Z]{2}(-[a-zA-Z]{2})?|multi|all_lang|[a-zA-Z]{3}))\.(?:exe|dmg|tar\.gz|tar\.bz2)$"
 "prod: \g<product>  os: \g<platform>-\g<arch>  version: \g<version>  lang: 
\g<lang>"
+
+
+# portable/3.3.0/LibreOfficePortable_3.3.0.paf.exe
+# portable/3.3.0/LibreOfficePortable_3.3.0.paf.exe.zsync
+StatsCount 
"^portable/(?P<version>[^/]+)/(?P<product>LibreOfficePortable)_\1.paf.exe$" 
"prod: \g<product>  os: win  version: \g<version>  lang: multi"
 
 #
 # Filters to be applied after parsing (but still before counting)




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
        unsubscribe
to the address mirrorbrain-commits-requ...@mirrorbrain.org

Reply via email to