|
25.
|
|
|
AUTHOR
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:247 ../lib/Parse/DebianChangelog.pm:1258
../lib/Parse/DebianChangelog/ChangesFilters.pm:169
../lib/Parse/DebianChangelog/Entry.pm:153
../lib/Parse/DebianChangelog/Util.pm:162 ../lib/Pod/UsageTrans.pm:92
|
|
26.
|
|
|
Frank Lichtenheld, E<lt>frank@lichtenheld.deE<gt>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:249 ../lib/Parse/DebianChangelog.pm:1260
../lib/Parse/DebianChangelog/ChangesFilters.pm:171
../lib/Parse/DebianChangelog/Entry.pm:155
../lib/Parse/DebianChangelog/Util.pm:164 ../lib/Pod/UsageTrans.pm:94
|
|
27.
|
|
|
COPYRIGHT AND LICENSE
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:251 ../lib/Parse/DebianChangelog.pm:1262
../lib/Parse/DebianChangelog/ChangesFilters.pm:173
../lib/Parse/DebianChangelog/Entry.pm:157
../lib/Parse/DebianChangelog/Util.pm:166
|
|
28.
|
|
|
Copyright (C) 2005 by Frank Lichtenheld
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:253 ../lib/Parse/DebianChangelog.pm:1264
../lib/Parse/DebianChangelog/ChangesFilters.pm:175
../lib/Parse/DebianChangelog/Entry.pm:159
../lib/Parse/DebianChangelog/Util.pm:168
|
|
29.
|
|
|
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:255 ../lib/Parse/DebianChangelog.pm:1266
../lib/Parse/DebianChangelog/ChangesFilters.pm:177
../lib/Parse/DebianChangelog/Entry.pm:161
../lib/Parse/DebianChangelog/Util.pm:170
|
|
30.
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:260 ../lib/Parse/DebianChangelog.pm:1271
../lib/Parse/DebianChangelog/ChangesFilters.pm:182
../lib/Parse/DebianChangelog/Entry.pm:166
../lib/Parse/DebianChangelog/Util.pm:175
|
|
31.
|
|
|
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:265 ../lib/Parse/DebianChangelog.pm:1276
../lib/Parse/DebianChangelog/ChangesFilters.pm:187
../lib/Parse/DebianChangelog/Entry.pm:171
../lib/Parse/DebianChangelog/Util.pm:180
|
|
32.
|
|
|
Parse::DebianChangelog - parse Debian changelogs and output them in other formats
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:24
|
|
33.
|
|
|
use Parse::DebianChangelog;
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:28
|
|
34.
|
|
|
my $chglog = Parse::DebianChangelog->init( { infile => 'debian/changelog',
HTML => { outfile => 'changelog.html' } );
$chglog->html;
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:30
|