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

Re: Order of countries in http://www.debian.org/CD/vendors/ ?



* Kaare Olsen <kaare@nightcall.dk> [2006-11-23 19:10] :
> On Thu, 23 Nov 2006 18:43:39 +0100
> Frédéric Bothamy <frederic.bothamy@free.fr> wrote:
> 
> > I wonder why the countries at the top of the page
> > http://www.debian.org/CD/vendors/ are correctly sorted except for
> > Croatia.
> 
> Probably an oversight.
>  
> > Should I fix this with this patch:
> [...]
> 
> Yes, in my opinion.

Ok, I have noticed more sorting errors. Using sort and the iso3166.tab
file, I could find the following errors:

--- index.wml   30 Oct 2006 16:11:31 -0000      1.29
+++ index.wml   24 Nov 2006 01:24:06 -0000
@@ -1,18 +1,23 @@
 #use wml::debian::cdimage title="Vendors of Debian CDs" BARETITLE=true
 GEN_TIME=true
 #use wml::debian::countries

+# Note to translators:
+# This list should be sorted with your own language
+# country names (which will probably be different from
+# english one)
 <p>
 <a href="#ar"><ARc></a>&nbsp;&nbsp;
 <a href="#am"><AMc></a>&nbsp;&nbsp;
-<a href="#at"><ATc></a>&nbsp;&nbsp;
 <a href="#au"><AUc></a>&nbsp;&nbsp;
+<a href="#at"><ATc></a>&nbsp;&nbsp;
 <a href="#be"><BEc></a>&nbsp;&nbsp;
-<a href="#bg"><BGc></a>&nbsp;&nbsp;
 <a href="#br"><BRc></a>&nbsp;&nbsp;
+<a href="#bg"><BGc></a>&nbsp;&nbsp;
 <a href="#ca"><CAc></a>&nbsp;&nbsp;
 <a href="#cl"><CLc></a>&nbsp;&nbsp;
 <a href="#co"><COc></a>&nbsp;&nbsp;
 <a href="#cr"><CRc></a>&nbsp;&nbsp;
+<a href="#hr"><HRc></a>&nbsp;&nbsp;
 <a href="#cz"><CZc></a>&nbsp;&nbsp;
 <a href="#dk"><DKc></a>&nbsp;&nbsp;
 <a href="#ec"><ECc></a>&nbsp;&nbsp;
@@ -21,13 +26,12 @@
 <a href="#de"><DEc></a>&nbsp;&nbsp;
 <a href="#gr"><GRc></a>&nbsp;&nbsp;
 <a href="#hn"><HNc></a>&nbsp;&nbsp;
-<a href="#hr"><HRc></a>&nbsp;&nbsp;
 <a href="#hu"><HUc></a>&nbsp;&nbsp;
+<a href="#in"><INc></a>&nbsp;&nbsp;
 <a href="#id"><IDc></a>&nbsp;&nbsp;
 <a href="#ie"><IEc></a>&nbsp;&nbsp;
-<a href="#it"><ITc></a>&nbsp;&nbsp;
 <a href="#il"><ILc></a>&nbsp;&nbsp;
-<a href="#in"><INc></a>&nbsp;&nbsp;
+<a href="#it"><ITc></a>&nbsp;&nbsp;
 <a href="#jp"><JPc></a>&nbsp;&nbsp;
 <a href="#lv"><LVc></a>&nbsp;&nbsp;
 <a href="#my"><MYc></a>&nbsp;&nbsp;
@@ -35,15 +39,15 @@
 <a href="#nl"><NLc></a>&nbsp;&nbsp;
 <a href="#nz"><NZc></a>&nbsp;&nbsp;
 <a href="#no"><NOc></a>&nbsp;&nbsp;
-<a href="#pe"><PEc></a>&nbsp;&nbsp;
 <a href="#pk"><PKc></a>&nbsp;&nbsp;
+<a href="#pe"><PEc></a>&nbsp;&nbsp;
 <a href="#pl"><PLc></a>&nbsp;&nbsp;
 <a href="#pt"><PTc></a>&nbsp;&nbsp;
 <a href="#ru"><RUc></a>&nbsp;&nbsp;
-<a href="#lk"><LKc></a>&nbsp;&nbsp;
 <a href="#sg"><SGc></a>&nbsp;&nbsp;
-<a href="#es"><ESc></a>&nbsp;&nbsp;
 <a href="#za"><ZAc></a>&nbsp;&nbsp;
+<a href="#es"><ESc></a>&nbsp;&nbsp;
+<a href="#lk"><LKc></a>&nbsp;&nbsp;
 <a href="#se"><SEc></a>&nbsp;&nbsp;
 <a href="#ch"><CHc></a>&nbsp;&nbsp;
 <a href="#tw"><TWc></a>&nbsp;&nbsp;

I have commited these changes.


Fred



Reply to: