| OLD | NEW |
| 1 | 1 |
| 2 XZ Utils | 2 XZ Utils |
| 3 ======== | 3 ======== |
| 4 | 4 |
| 5 0. Overview | 5 0. Overview |
| 6 1. Documentation | 6 1. Documentation |
| 7 1.1. Overall documentation | 7 1.1. Overall documentation |
| 8 1.2. Documentation for command-line tools | 8 1.2. Documentation for command-line tools |
| 9 1.3. Documentation for liblzma | 9 1.3. Documentation for liblzma |
| 10 2. Version numbering | 10 2. Version numbering |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 output to the original English version by running the same commands | 203 output to the original English version by running the same commands |
| 204 in both your target locale and with LC_ALL=C. Ask someone to | 204 in both your target locale and with LC_ALL=C. Ask someone to |
| 205 proof-read and test the translation. | 205 proof-read and test the translation. |
| 206 | 206 |
| 207 Testing can be done e.g. by installing xz into a temporary directory: | 207 Testing can be done e.g. by installing xz into a temporary directory: |
| 208 | 208 |
| 209 ./configure --disable-shared --prefix=/tmp/xz-test | 209 ./configure --disable-shared --prefix=/tmp/xz-test |
| 210 # <Edit the .po file in the po directory.> | 210 # <Edit the .po file in the po directory.> |
| 211 make -C po update-po | 211 make -C po update-po |
| 212 make install | 212 make install |
| 213 bash debug/translations.bash | less | 213 bash debug/translation.bash | less |
| 214 bash debug/translations.bash | less -S # For --list outputs | 214 bash debug/translation.bash | less -S # For --list outputs |
| 215 | 215 |
| 216 Repeat the above as needed (no need to re-run configure though). | 216 Repeat the above as needed (no need to re-run configure though). |
| 217 | 217 |
| 218 Note especially the following: | 218 Note especially the following: |
| 219 | 219 |
| 220 - The output of --help and --long-help must look nice on | 220 - The output of --help and --long-help must look nice on |
| 221 an 80-column terminal. It's OK to add extra lines if needed. | 221 an 80-column terminal. It's OK to add extra lines if needed. |
| 222 | 222 |
| 223 - In contrast, don't add extra lines to error messages and such. | 223 - In contrast, don't add extra lines to error messages and such. |
| 224 They are often preceded with e.g. a filename on the same line, | 224 They are often preceded with e.g. a filename on the same line, |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 | 299 |
| 300 If you have questions, bug reports, patches etc. related to XZ Utils, | 300 If you have questions, bug reports, patches etc. related to XZ Utils, |
| 301 contact Lasse Collin <lasse.collin@tukaani.org> (in Finnish or English). | 301 contact Lasse Collin <lasse.collin@tukaani.org> (in Finnish or English). |
| 302 I'm sometimes slow at replying. If you haven't got a reply within two | 302 I'm sometimes slow at replying. If you haven't got a reply within two |
| 303 weeks, assume that your email has got lost and resend it or use IRC. | 303 weeks, assume that your email has got lost and resend it or use IRC. |
| 304 | 304 |
| 305 You can find me also from #tukaani on Freenode; my nick is Larhzu. | 305 You can find me also from #tukaani on Freenode; my nick is Larhzu. |
| 306 The channel tends to be pretty quiet, so just ask your question and | 306 The channel tends to be pretty quiet, so just ask your question and |
| 307 someone may wake up. | 307 someone may wake up. |
| 308 | 308 |
| OLD | NEW |