[Blends-commit] r3104 - in /blends/trunk/team_analysis_tools: get-archive-pages replace_names.sql
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Thu Jan 5 22:05:13 UTC 2012
Author: tille
Date: Thu Jan 5 22:05:12 2012
New Revision: 3104
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3104
Log:
More unified names
Modified:
blends/trunk/team_analysis_tools/get-archive-pages
blends/trunk/team_analysis_tools/replace_names.sql
Modified: blends/trunk/team_analysis_tools/get-archive-pages
URL: http://svn.debian.org/wsvn/blends/blends/trunk/team_analysis_tools/get-archive-pages?rev=3104&op=diff
==============================================================================
--- blends/trunk/team_analysis_tools/get-archive-pages (original)
+++ blends/trunk/team_analysis_tools/get-archive-pages Thu Jan 5 22:05:12 2012
@@ -474,6 +474,7 @@
$_ = $_[0] ;
s/ä/ä/g;
+ s/à/Ã /g;
s/á/á/g;
s/ã/ã/g;
s/å/Ã¥/g;
@@ -505,6 +506,7 @@
s/ż/z/g;
s/Ž/Z/g; # Z with v on top
s/񡀁//g; # character is not even displayed correctly in my browser
+ s/à/Ã /g;
s/á/á/g;
s/í/Ã/g;
s/š/Å¡/g;
Modified: blends/trunk/team_analysis_tools/replace_names.sql
URL: http://svn.debian.org/wsvn/blends/blends/trunk/team_analysis_tools/replace_names.sql?rev=3104&op=diff
==============================================================================
--- blends/trunk/team_analysis_tools/replace_names.sql (original)
+++ blends/trunk/team_analysis_tools/replace_names.sql Thu Jan 5 22:05:12 2012
@@ -97,6 +97,29 @@
UPDATE listarchive SET author = 'Nicholas Breen' WHERE author ILIKE 'nbreen%';
UPDATE listarchive SET author = 'Karol M. Langner' WHERE author ILIKE 'kml-guest' OR author ILIKE 'Karol Langner';
UPDATE listarchive SET author = 'Ben Armstrong' WHERE author ILIKE 'synrg';
+UPDATE listarchive SET author = 'Bart Cornelis' WHERE author ILIKE 'cobaco%' ;
+UPDATE listarchive SET author = 'Jordà Polo' WHERE author ILIKE 'Jord% Polo' ;
+UPDATE listarchive SET author = 'Bruno "Fuddl" Kleinert' WHERE author ILIKE 'Bruno%Fuddl%' ;
+UPDATE listarchive SET author = 'IOhannes M. Zmölnig' WHERE author ILIKE '%zmoelnig%' ;
+UPDATE listarchive SET author = 'Benjamin Drung' WHERE author ILIKE '%bdrung%' ;
+UPDATE listarchive SET author = 'Felipe Sateler' WHERE author ILIKE 'fsateler%' ;
+UPDATE listarchive SET author = 'Maia Kozheva' WHERE author ILIKE 'lucidfox%' OR author ILIKE 'Sikon' ;
+UPDATE listarchive SET author = 'Matteo F. Vescovi' WHERE author ILIKE 'mfv%' OR author ILIKE 'Matteo%Vescovi';
+UPDATE listarchive SET author = 'Alessandro Ghedini' WHERE author ILIKE 'ghedo%' ;
+UPDATE listarchive SET author = 'Alexandre Quessy' WHERE author ILIKE 'alexandrequessy%' ;
+UPDATE listarchive SET author = 'Ryan Kavanagh' WHERE author ILIKE 'ryanakca%' ;
+UPDATE listarchive SET author = 'Roman Haefeli' WHERE author ILIKE 'rdz%' ;
+UPDATE listarchive SET author = 'Free Ekanayaka' WHERE author ILIKE 'freee%' ;
+UPDATE listarchive SET author = 'Matthias Klumpp' WHERE author ILIKE 'ximion%' ;
+UPDATE listarchive SET author = 'Rosea Grammostola' WHERE author ILIKE 'rosea-%' OR author ILIKE 'rosea%grammosto%a' OR author ILIKE 'Grammostola Rosea' OR author ILIKE 'rosea';
+UPDATE listarchive SET author = 'Andriy Beregovenko' WHERE author ILIKE 'jet-guest' ;
+UPDATE listarchive SET author = 'Philippe Coval' WHERE author ILIKE 'rzr-guest' OR author ILIKE 'Philippe COVAL' ;
+UPDATE listarchive SET author = 'Miguel Colon' WHERE author ILIKE 'micove-%' ;
+UPDATE listarchive SET author = 'Sebastian Dröge' WHERE author ILIKE 'slomo' ;
+UPDATE listarchive SET author = 'Harry Rickards' WHERE author ILIKE 'hrickards%' OR author ILIKE 'Harry RIckards' ;
+UPDATE listarchive SET author = 'Jordi Gutiérrez Hermoso' WHERE author ILIKE '%Jord%G%t%rrez%Hermoso%' ;
+UPDATE listarchive SET author = 'Felipe Augusto van de Wiel' WHERE author ILIKE 'Felipe Augusto van de Wiel%' ;
+
-- </new>
-- stupid spammers at project = 'pkg-grass-devel'.
More information about the Blends-commit
mailing list