Control: tags -1 help Hi,
This is an Interesting proposal which require good thought over how to be implemented. * URL choice: - https://manpages.debian.org/trixie/systemd/systemd-networkd.8.en.html (proposed ) - https://manpages.debian.org/unstable/systemd/systemd-networkd.8.en.html [1] (more stable over release) *Changing English XML directly for all manpage references is a very cumbersome task and breaks translation. - adding such links using script without changing English original RAWXML files is the desirable implementation. FROM: <literal>systemd-networkd</literal>(8) TO: <ulink url="https://manpages.debian.org/unstable/systemd/systemd-networkd.8.en.html">?? ???(?) </ulink> Challenge: it is non-trivial to identify package name "systemd" here from the English text. $ apt-file find systemd-networkd.8 manpages-de: /usr/share/man/de/man8/systemd-networkd.8.gz systemd: /usr/share/man/man8/systemd-networkd.8.gz I suppose skip all manpages-?? packages as Since I don't want to break existing translation, I am not going to manually edit English text and wait until someone create such fillter. TASKS to do: * extranct candidates for manpages * identify paclage name for each manpage * replace matching part just before building HTML etc. Osamu [1] https://manpages.debian.org/unstable/systemd/systemd-networkd.8.en.html https://manpages.debian.org/trixie/systemd/systemd-networkd.8.en.html

