Hi, On Wed, 2021-11-03 at 09:38 +0100, Joost van Baal-Ilić wrote: > Hi Osamu e.a., > > On Wed, Nov 03, 2021 at 05:02:21PM +0900, Osamu Aoki wrote: > > On Mon, 2021-11-01 at 14:31 +0100, Joost van Baal-Ilić wrote: > > > > > > I was brave enough to again have a look at cron/parts/7doc ... :-/ > > > > > > Note to self: once debian-faq ships new translations (pt and ko) we > > > might have to adjust 7doc again. > > > > > > Osamu: or is there another script in webmaster-team/cron I should > > > have a look at? > > > > > > Osamu: stop using FTP service: you mean the script parts/1ftpfiles which > > > seems > > > to try to access ftp://ftp.de.debian.org/debian/pool/main ? (I just > > > found out > > > we still offer ftp access... Wow...) But uhm, is that script still being > > > run > > > from cron? If so I might be able to fix that, one of these days. > > > > I have written code to use http instead of ftp locally. It needs to be > > tested. > > Excellent, thanks! > > > Give me some time to test to avoid regressions. > > Sure! > > I found around line 475 of cron/parts/7doc, there is > > ln -sf debian-faq.zh-cn.pdf > $webdocdir/manuals/debian-faq/debian-faq.zh_CN.pdf > ln -sf debian-faq.zh-cn.txt > $webdocdir/manuals/debian-faq/debian-faq.zh_CN.txt > > . I didn't see any other special casing of specific languages in debian-faq, > so I think we don't need to do any adjustments for new translations (pt and > ko). >
If I remember correctly, I needed to change some file extension to match the HTML web page generated by webwml with minimal efforts. pt_BR and zh_** always make things more complicated. > I'll try to set up a test-instance myself here. (I have only 19 GB free disk > space available here now; hope that'll be enough...) With new code, useless downloads of old packages are avoided. So things should be better. Osamu > > Joost > > PS/note to self: https://www.debian.org/doc/manuals/debian-faq/ honors browser > language settings. Page https://www.debian.org/doc/user-manuals#faq has an > explicit listing of available languages, might need adjustment. Translated > content available directly via e.g. > https://www.debian.org/doc/manuals/debian-faq/index.de.html and > https://www.debian.org/doc/manuals/debian-faq/debian-faq.fr.pdf . The language additions usually need updating manuals.defs in webwml/english/doc

