mirror of
https://salsa.debian.org/debian/debian-reference.git
synced 2026-01-11 20:07:28 +00:00
|
|
||
|---|---|---|
| .. | ||
| 00_bookinfo.rawxml | ||
| 00_preface.rawxml | ||
| 01_gnu_linux_tutorials.rawxml | ||
| 02_debian_package_management.rawxml | ||
| 03_the_system_initialization.rawxml | ||
| 04_authentication.rawxml | ||
| 05_network_setup.rawxml | ||
| 06_network_applications.rawxml | ||
| 07_gui_system.rawxml | ||
| 08_i18n_and_l10n.rawxml | ||
| 09_system_tips.rawxml | ||
| 10_data_management.rawxml | ||
| 11_data_conversion.rawxml | ||
| 12_programming.rawxml | ||
| 90_appendix.rawxml | ||
| header1.rawxml | ||
| header2.rawxml | ||
| merge.sh | ||
| README.md | ||
Updating English contents of debian-reference
2024-01-28T21:12:00 UTC
Osamu Aoki,
Is there easier way to edit XML source
Unfortunately, no.
Reminders for contents
Let's ask ourselves several questions before adding any contents.
- Do they qualify as the minimum set of information which new Debian users should be exposed?
- Are they expressed in the shortest possible way?
- Can we use common text in table to reduce translation efforts?
- Are they actively used in the Debian infrastructure or in the popular sub-project such as freedombox, debian-edu, ...?
- Do I personally use them regularly (or previously)?
- Have I personally tested or inspected key features of programs to be mentioned in them, at least?
- Are they about actively maintained program? (No sourceforge.net upstream.)
- Are they the best/better program offering the feature?
- Are they about main stream program?
- POPCON V>100 : popular and OK to add
- POPCON I>5 : OK to add if you used or tested it and found useful
- POPCON I<5 : Don't add unless you have strong arguments
- Are they about main stream working environment? (GNOME?)
- Is there any strong reason to add them?
- sysv to systemd transition
- UEFI transition
- OAUTH2 support for SMTP/IMAP4 (future TODO)
- lxd to incus transition (future TODO)
- GNOME45 transition (future TODO)
Reminders for commit
Split commits as small change set as possible.
Automated conversion such as "make po" and "make entity" should be a separate commit to make it easy to revert.
Osamu