Date: Sun, 7 Mar 1999 13:26:44 -0800 (PST) From: Nik Clayton <nik@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook handbook.sgml doc/en/handbook/advanced-networking chapter.sgml doc/en/handbook/backups chapter.sgml doc/en/handbook/basics chapter.sgml doc/en/handbook/bibliography chapter.sgml doc/en/handbook/contrib chapter.sgml ... Message-ID: <199903072126.NAA09471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nik 1999/03/07 13:26:43 PST
Modified files:
en/handbook handbook.sgml
en/handbook/advanced-networking chapter.sgml
en/handbook/backups chapter.sgml
en/handbook/basics chapter.sgml
en/handbook/bibliography chapter.sgml
en/handbook/contrib chapter.sgml
en/handbook/cutting-edge chapter.sgml
en/handbook/disks chapter.sgml
en/handbook/eresources chapter.sgml
en/handbook/hw chapter.sgml
en/handbook/install chapter.sgml
en/handbook/internals chapter.sgml
en/handbook/introduction chapter.sgml
en/handbook/kernelconfig chapter.sgml
en/handbook/kerneldebug chapter.sgml
en/handbook/kernelopts chapter.sgml
en/handbook/l10n chapter.sgml
en/handbook/linuxemu chapter.sgml
en/handbook/mail chapter.sgml
en/handbook/mirrors chapter.sgml
en/handbook/pgpkeys chapter.sgml
en/handbook/policies chapter.sgml
en/handbook/ports chapter.sgml
en/handbook/ppp-and-slip chapter.sgml
en/handbook/printing chapter.sgml
en/handbook/quotas chapter.sgml
en/handbook/security chapter.sgml
en/handbook/serialcomms chapter.sgml
en/handbook/staff chapter.sgml
en/handbook/x11 chapter.sgml
Log:
Huge whitespace changes. Translators can ignore this commit completely.
Rationale: All the changes to the DocBook handbook so far have been
careful to keep whitespace changes to a minimum. This is so the
translators have as easy a job as possible in identifying exactly what's
changed.
This has meant the English version has become more and more 'ugly'. Lines
indented by the wrong amount, some lines longer than 130 characters,
others shorter than 20, gaps of 3 or 4 lines between paragraphs (and
sometimes within paragraphs). This makes it difficult to follow the
structure of the document, and needlessly complicates fixing SGML
problems.
It also makes the source practically useless as a teaching aid; the
more baroque the source looks, the less likely people are to dive in and
contribute.
This commit fixes all that -- and boy was it tedious. The snag is, it's
touched almost every line in every file in the Handbook.
Technically, the changes were made by running (in Emacs)
sgml-indent-or-tab (bound to the TAB key) on almost each line (except
those in <programlisting>, <screen>, <literallayout>, and other
verbatim sections), and then running sgml-fill-element (bound to
C-c C-q) on most paragraphs.
FWIW, this is the first, only, and last change of this type contemplated.
Revision Changes Path
1.71 +11 -9 doc/en/handbook/handbook.sgml
1.9 +810 -865 doc/en/handbook/advanced-networking/chapter.sgml
1.5 +147 -152 doc/en/handbook/backups/chapter.sgml
1.7 +109 -128 doc/en/handbook/basics/chapter.sgml
1.8 +463 -518 doc/en/handbook/bibliography/chapter.sgml
1.11 +5553 -2449doc/en/handbook/contrib/chapter.sgml
1.11 +2180 -2292doc/en/handbook/cutting-edge/chapter.sgml
1.4 +17 -20 doc/en/handbook/disks/chapter.sgml
1.10 +1192 -1220doc/en/handbook/eresources/chapter.sgml
1.11 +5041 -5260doc/en/handbook/hw/chapter.sgml
1.9 +1066 -1138doc/en/handbook/install/chapter.sgml
1.7 +1808 -1862doc/en/handbook/internals/chapter.sgml
1.9 +577 -603 doc/en/handbook/introduction/chapter.sgml
1.13 +1537 -1503doc/en/handbook/kernelconfig/chapter.sgml
1.10 +413 -487 doc/en/handbook/kerneldebug/chapter.sgml
1.8 +128 -143 doc/en/handbook/kernelopts/chapter.sgml
1.8 +274 -311 doc/en/handbook/l10n/chapter.sgml
1.10 +697 -735 doc/en/handbook/linuxemu/chapter.sgml
1.7 +411 -443 doc/en/handbook/mail/chapter.sgml
1.9 +1216 -1344doc/en/handbook/mirrors/chapter.sgml
1.7 +100 -104 doc/en/handbook/pgpkeys/chapter.sgml
1.6 +220 -235 doc/en/handbook/policies/chapter.sgml
1.8 +3885 -4052doc/en/handbook/ports/chapter.sgml
1.9 +1675 -1761doc/en/handbook/ppp-and-slip/chapter.sgml
1.11 +3727 -3933doc/en/handbook/printing/chapter.sgml
1.7 +181 -201 doc/en/handbook/quotas/chapter.sgml
1.10 +1248 -1374doc/en/handbook/security/chapter.sgml
1.9 +1796 -1898doc/en/handbook/serialcomms/chapter.sgml
1.12 +756 -761 doc/en/handbook/staff/chapter.sgml
1.4 +7 -8 doc/en/handbook/x11/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903072126.NAA09471>
