aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorFrench Language Team <french>2002-11-28 10:07:45 +0000
committerFrench Language Team <french>2002-11-28 10:07:45 +0000
commita75cd1b855139462b809a70ec0bbe6d1618e2e90 (patch)
tree6d8d73b836a355664f9cfe49af107317c44f6f08 /stattrans.pl
parentd82923cb98ac32d6e82176f68fa8cde7575b63f3 (diff)
Repport the maintainer of outdated pages when known (to see who we should contact to offer help)
CVS version numbers stattrans.pl: 1.49 -> 1.50
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 69b5f992efd..5035b089ccc 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -130,6 +130,9 @@ sub getwmlfiles
$transversion{"english/$file"} ||= "1.1";
}
}
+ if ($transcheck->maintainer()) {
+ $maintainer{"$lang/$file"} = $transcheck->maintainer();
+ }
$count++;
}
close (FIND);
@@ -282,6 +285,7 @@ foreach $lang (@search_in) {
$o_body .= sprintf "<td>%s</td>", $version{"$orig/$file"};
$o_body .= sprintf "<td>%s</td>", $msg;
$o_body .= sprintf "<td>&nbsp;&nbsp;<a href=\"http://cvs.debian.org/webwml/$orig/%s.wml.diff\?r1=%s\&amp;r2=%s\&amp;cvsroot=webwml\&amp;diff_format=%s\">%s -> %s</a></td>", $file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $config{'difftype'}, $transversion{"$lang/$file"}, $version{"$orig/$file"};
+ $o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"}||"?";
$o_body .= "</tr>\n";
$outdated{$lang}++;
# Up-to-date translations
@@ -360,6 +364,7 @@ foreach $lang (@search_in) {
if ($opt_d eq "u") { print HTML "<th>Unified diff</th>"; }
elsif ($opt_d eq "h") { print HTML "<th>Colored diff</th>"; }
else { print HTML "<th>Diff</th>"; }
+ print HTML "<th>Maintainer</th>";
print HTML "</tr>\n";
print HTML $o_body;
print HTML "</table>\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy