Your message dated 21 Dec 2002 14:09:48 -0600 with message-id <[EMAIL PROTECTED]> and subject line generate the list of translations automatically for documentation/index.en.html has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at maintonly) by bugs.debian.org; 18 Apr 2002 19:56:40 +0000 >From [EMAIL PROTECTED] Thu Apr 18 14:56:40 2002 Return-path: <[EMAIL PROTECTED]> Received: from mallaury.noc.nerim.net [62.4.17.82] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16yI1H-00084U-00; Thu, 18 Apr 2002 14:56:39 -0500 Received: from localhost.localdomain (aboukir-101-1-1-sinibar.adsl.nerim.net [62.4.18.43]) by mallaury.noc.nerim.net (Postfix) with ESMTP id 993A062D11; Thu, 18 Apr 2002 21:56:35 +0200 (CEST) Received: by localhost.localdomain (Postfix, from userid 1000) id 7F1E3241B4; Thu, 18 Apr 2002 21:55:21 +0200 (CEST) Date: Thu, 18 Apr 2002 21:55:21 +0200 From: Denis Barbier <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: install-doc: generate the list of translations automatically for documentation/index.en.html Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Reportbug-Version: 1.50 Delivered-To: [EMAIL PROTECTED] Package: install-doc Version: N/A; reported 2002-04-18 Severity: wishlist Tags: patch Hi, as stated in documentation/index.en.html.m4, it would be nice if list of translations was automatically generated. Here is a patch, Makefiles must of course be updated too. =================================================================== --- index.en.html.m4 2002/03/31 02:30:47 1.22 +++ index.en.html.m4 2002/04/18 19:49:43 @@ -146,22 +146,36 @@ find translations of the Installation Manual, Release Notes, and <tt>dselect</tt> Beginner's Guide in language subdirectories: -dnl FIXME: generate the list of translations automatically - <ul> - <li><a href="ca/install.ca.html">Catalan</a> -dnl <li><a href="hr/install.hr.html">Croatian</a> - <li><a href="cs/install.cs.html">Czech</a> - <li><a href="da/install.da.html">Danish</a> -dnl <li><a href="fi/install.fi.html">Finnish</a> -dnl <li><a href="fr/install.fr.html">French</a> -dnl <li><a href="de/install.de.html">German</a> - <li><a href="it/install.it.html">Italian</a> -dnl <li><a href="ja/install.ja.html">Japanese</a> -dnl <li><a href="pl/install.pl.html">Polish</a> -dnl <li><a href="pt/install.pt.html">Portuguese</a> -dnl <li><a href="ru/install.ru.html">Russian</a> -dnl <li><a href="sk/install.sk.html">Slovak</a> -dnl <li><a href="es/install.es.html">Spanish</a> + <ul>dnl +ifelse(L10N_CA, 1, [ + <li><a href="ca/install.ca.html">Catalan</a>])dnl +ifelse(L10N_HR, 1, [ + <li><a href="hr/install.hr.html">Croatian</a>])dnl +ifelse(L10N_CS, 1, [ + <li><a href="cs/install.cs.html">Czech</a>])dnl +ifelse(L10N_DA, 1, [ + <li><a href="da/install.da.html">Danish</a>])dnl +ifelse(L10N_FI, 1, [ + <li><a href="fi/install.fi.html">Finnish</a>])dnl +ifelse(L10N_FR, 1, [ + <li><a href="fr/install.fr.html">French</a>])dnl +ifelse(L10N_DE, 1, [ + <li><a href="de/install.de.html">German</a>])dnl +ifelse(L10N_IT, 1, [ + <li><a href="it/install.it.html">Italian</a>])dnl +ifelse(L10N_JA, 1, [ + <li><a href="ja/install.ja.html">Japanese</a>])dnl +ifelse(L10N_PL, 1, [ + <li><a href="pl/install.pl.html">Polish</a>])dnl +ifelse(L10N_PT, 1, [ + <li><a href="pt/install.pt.html">Portuguese</a>])dnl +ifelse(L10N_RU, 1, [ + <li><a href="ru/install.ru.html">Russian</a>])dnl +ifelse(L10N_SK, 1, [ + <li><a href="sk/install.sk.html">Slovak</a>])dnl +ifelse(L10N_ES, 1, [ + <li><a href="es/install.es.html">Spanish</a>])dnl + </ul> <dt><a href="http://www.debian.org/doc/">Online Documentation</a> available =================================================================== Denis --------------------------------------- Received: (at 143504-done) by bugs.debian.org; 21 Dec 2002 20:09:51 +0000 >From [EMAIL PROTECTED] Sat Dec 21 14:09:51 2002 Return-path: <[EMAIL PROTECTED]> Received: from gopher.onshored.com [66.54.200.189] (postfix) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18PpwV-0002tW-00; Sat, 21 Dec 2002 14:09:51 -0600 Received: from gopher.onshored.com (localhost [127.0.0.1]) by gopher.onshored.com (Postfix) with ESMTP id 16BFC6A19B for <[EMAIL PROTECTED]>; Sat, 21 Dec 2002 14:09:48 -0600 (CST) Sender: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: generate the list of translations automatically for documentation/index.en.html Organization: onShore Development, Inc From: Adam DiCarlo <[EMAIL PROTECTED]> Date: 21 Dec 2002 14:09:48 -0600 Message-ID: <[EMAIL PROTECTED]> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.4 required=5.0 tests=NOSPAM_INC,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01, SUBJECT_IS_LIST,USER_AGENT version=2.41 X-Spam-Level: I don't think the approach you take is right. I'm not sure it's worthwhile generating the links automatically anyhow, since we already have to manually track the possible languages for various manuals. Patch rejected. I wouldn't worry about this. In sarge, we'll split release-notes from install-manual and it will be simpler packages, easier to maintain and to automate things like these. -- ...Adam Di Carlo..<[EMAIL PROTECTED]>...<URL:http://www.onshored.com/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]