[Debian-l10n-commits] r1247 - in /dl10n/trunk: Changelog lib/Debian/L10n/Html.pm
nekral-guest at users.alioth.debian.org
nekral-guest at users.alioth.debian.org
Sun Sep 7 10:30:35 UTC 2008
Author: nekral-guest
Date: Sun Sep 7 10:30:35 2008
New Revision: 1247
URL: http://svn.debian.org/wsvn/?sc=1&rev=1247
Log:
* lib/Debian/L10n/Html.pm: Add (uncomment) the anchors for
translators, types, status, and packages.
Modified:
dl10n/trunk/Changelog
dl10n/trunk/lib/Debian/L10n/Html.pm
Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=1247&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sun Sep 7 10:30:35 2008
@@ -1,3 +1,8 @@
+2008-09-07 Nicolas François <nicolas.francois at centraliens.net>
+
+ * lib/Debian/L10n/Html.pm: Add (uncomment) the anchors for
+ translators, types, status, and packages.
+
2008-08-15 Nicolas François <nicolas.francois at centraliens.net>
* dl10n-html: Fix typo: syntax_message -> syntax_msg.
Modified: dl10n/trunk/lib/Debian/L10n/Html.pm
URL: http://svn.debian.org/wsvn/dl10n/trunk/lib/Debian/L10n/Html.pm?rev=1247&op=diff
==============================================================================
--- dl10n/trunk/lib/Debian/L10n/Html.pm (original)
+++ dl10n/trunk/lib/Debian/L10n/Html.pm Sun Sep 7 10:30:35 2008
@@ -347,9 +347,9 @@
print $fh <<EOF
<tbody>
- <!--tr>
+ <tr>
<td colspan="8"><h3 id="$anchor"><a href="$lang.by_translator.html#$anchor">$translator</a></h3></td>
- </tr-->
+ </tr>
EOF
;
foreach my $pkg (sort keys %{$t{$translator}}) {
@@ -444,9 +444,9 @@
print $fh <<EOF
<tbody>
- <!--tr>
+ <tr>
<td colspan="8"><h3 id="$anchor"><a href="$lang.by_type.html#$anchor">$type</a></h3></td>
- </tr-->
+ </tr>
EOF
;
foreach my $pkg (sort keys %{$t{$type}}) {
@@ -549,9 +549,9 @@
print $fh <<EOF
<tbody>
- <!--tr>
+ <tr>
<td colspan="8"><h3 id="$anchor"><a href="$lang.by_status.html#$anchor">$status</a></h3></td>
- </tr-->
+ </tr>
EOF
;
foreach my $pkg (sort keys %{$t{$status}}) {
@@ -635,9 +635,9 @@
print $fh <<EOF
<tbody>
- <!--tr>
- <td colspan="8"><h3 id="$anchor"><a href="$lang.by_type.html#$anchor">$pkg</a></h3></td>
- </tr-->
+ <tr>
+ <td colspan="8"><h3 id="$anchor"><a href="$lang.by_package.html#$anchor">$pkg</a></h3></td>
+ </tr>
EOF
;
foreach my $type (sort keys %{$t{$pkg}}) {
More information about the Debian-l10n-commits
mailing list