[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: possible error



Hi,

"Nicholas A. Shake" <nickshake@gmail.com> wrote:
> https://www.debian.org/releases/jessie/installmanual
> 
>  are the PDF downloads supposed to be in ".EN" format?
> 
> They work as PDFs, but when downloaded or opened, they show ".pdf.en".

That's the language code, which is at the end, instead of before the .pdf 
And it's also wrong with all releases since Sarge!

That seems related to this changing against ../template/debian/release.wml:


==========================================================================
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Jan 23 22:51:09 2005 UTC (10 years, 3 months ago) by djpig
Branch: MAIN
Changes since 1.29: +86 -0 lines
Diff to previous 1.29

reimplementation of the permute_as_matrix function which moves much of
the slight differences between each release to the caller so that we
don't need to change the function constantly. Until further testing
and changing of all calls to the function let the new version coexist
with the old one as permute_as_matrix_new

==========================================================================


Apparently this never worked correctly?

I would suggest the following:



Index: english/releases/jessie/installmanual.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/releases/jessie/installmanual.wml,v
retrieving revision 1.2
diff -u -r1.2 installmanual.wml
--- english/releases/jessie/installmanual.wml	5 May 2013 09:16:29 -0000	1.2
+++ english/releases/jessie/installmanual.wml	3 May 2015 14:48:59 -0000
@@ -39,6 +39,6 @@
 <: &permute_as_matrix_new( file => 'install', langs => \%langsinstall,
 			   formats => \%formats, arches => \@arches,
 			   html_file => 'index', namingscheme => sub {
-			   "$_[0].$_[2].$_[1]" } ); :>
+			   "$_[0].$_[1].$_[2]" } ); :>
 </table>
 </div>




Ok to commit?

Holger


-- 
============================================================
Created with Sylpheed 3.2.0 under
	D E B I A N   L I N U X   7 . 0   W H E E Z Y !

Registered Linux User #311290 - https://linuxcounter.net/
============================================================


Reply to: