* First and last word uppercase
* Prepositions, articles, and short conjunctions lowercase
* The word 'to' lowercase
* Preserved capitalization for program/command names
Reviewed by: murray
* inter-operate -> interoperate
* e-mail -> email (email is used much more throughout the rest of the
handbook)
* Open System -> open system
* on-line -> online
While I'm here, fix some punctuation as well.
"Contributors List" article.
Remove the list of contributors from the "Contributing to FreeBSD"
chapter.
Remove the "High Priority Tasks" and "Medium Priority Tasks" from the
"Contributing to FreeBSD" chapter since this destined to always be
hopelessly out of date. Keep the information about what we always
need.
appropriate.
I've specifically left JKH's attribution for the "FreeBSD History"
section in tact, since this is a first person account of the history
of FreeBSD and as such the author needs to be identified in place.
This could probably be marked up differently, but its clear that this
section is different from all of the other "contributed by XXX" in the
Handbook.
Also add support for <sect1info> and <sect2info> to the stylsheet so
that these attributions get displayed as they have been.
Local-file URLs are encoded as file://localhost/path/file which is
fine for HTML but this looks ugly when printed.
Add a function to chop off the "file://localhost" so that the above
URL would be printed as "/path/file" but still link to
"file://localhost/path/file" for HTML output.
don't have to keep this number updated at N different places
throughout the doc tree.
Update 3 instances of "4,000" in the Handbook to use this new entity.
<indexterm> tags outside of <para>s since this can add extra
whitespace characters to the output (for print stylesheets).
Pointed out by: Chris Costello
tags or inside a <para> inside a <listitem>.
This changes :
<listitem>
<indexterm><primary>core team</primary></indexterm>
<para>The <link linkend="staff-core">FreeBSD core team</link>
into :
<listitem>
<para>The <link linkend="staff-core">FreeBSD core team</link>
<indexterm><primary>core team</primary></indexterm>
Theoretically, adding indexterms should never affect the normal flow,
but the last revision was adding extra blank lines into the postscript
output.
least one link on the web site looking for history.html which didn't
exist after the rewrite of this chapter.
Submitted by: Arvantis Athanasios-Emilios <arvan@kronos.eng.auth.gr>
via www@FreeBSD.org