[med-svn] r2412 - trunk/community/talks/200808_debconf8

tille at alioth.debian.org tille at alioth.debian.org
Fri Aug 15 15:30:04 UTC 2008


Author: tille
Date: 2008-08-15 15:30:03 +0000 (Fri, 15 Aug 2008)
New Revision: 2412

Modified:
   trunk/community/talks/200808_debconf8/author_stats
   trunk/community/talks/200808_debconf8/get-archive-pages
Log:
More Alioth lists


Modified: trunk/community/talks/200808_debconf8/author_stats
===================================================================
--- trunk/community/talks/200808_debconf8/author_stats	2008-08-15 04:07:26 UTC (rev 2411)
+++ trunk/community/talks/200808_debconf8/author_stats	2008-08-15 15:30:03 UTC (rev 2412)
@@ -17,9 +17,9 @@
       
 sed -i -e '/^[-+]\+$/d' -e '/^([0-9]\+ [A-Za-z]\+)$/d' \
        -e 's/[[:space:]]*|[[:space:]]*/\t/g'           \
-       -e 's/®//g'  -e 's/é/e/' \
        "$DATFILE"
 
+##       -e 's/®//g'  -e 's/é/e/' \
 ##       -e 's/á/á/g' -e 's/ñ/ñ/' \
 ##       -e 's/è/è/g' -e 's/ö/ö/g' \
 

Modified: trunk/community/talks/200808_debconf8/get-archive-pages
===================================================================
--- trunk/community/talks/200808_debconf8/get-archive-pages	2008-08-15 04:07:26 UTC (rev 2411)
+++ trunk/community/talks/200808_debconf8/get-archive-pages	2008-08-15 15:30:03 UTC (rev 2412)
@@ -9,14 +9,12 @@
 my $BASEURL  = "http://lists.debian.org/debian" ;
 my @PROJECTS = ('med', 'edu', 'jr', 'accessibility', 'desktop', 'enterprise', 'lex',
                 'nonprofit', 'science', 'custom',
-                'i18n', 'devel', 'project') ; # ... just for the sake of interest
+                'i18n', 'devel', 'project', 'kernel') ; # ... just for the sake of interest
 
-## DEBUG
- at PROJECTS = ('enterprise'); # Just find a very short list while testing Alioth ...
-
 # Well, there is also interest in alioth lists ...
 my $BASEALIOTH = 'http://lists.alioth.debian.org/pipermail/';
-my @ALIOTHPRJ  = ('debichem-devel', 'pkg-grass-general') ;
+my @ALIOTHPRJ  = ('debichem-devel', 'pkg-grass-general', 'debian-live-devel', 'pkg-samba-maint',
+                  'pkg-scicomp-devel' ) ;
 
 ## http://lists.alioth.debian.org/pipermail/debichem-devel/2008-August/thread.html
 ## http://lists.alioth.debian.org/pipermail/pkg-grass-general/2008-July/thread.html
@@ -49,7 +47,7 @@
 
 # if != 0 then extract of mailing list archives is stored in files in dirs
 # The prefered method is to use only the database
-my $storefiles = 1; # Just store the files again for debugging issues of alioth lists
+my $storefiles = 0;
 
 # Debian-Devel starts in 1995
 my $YEARSTART = 1995;
@@ -319,6 +317,8 @@
   s/ö/ö/g;
   s/á/á/g;
   s/ñ/ñ/g;
+  s/®/®/g;
+  s/é/é/g;
 
   return ($_);
 }




More information about the debian-med-commit mailing list