Commit graph

2337 commits

Author SHA1 Message Date
Wolfram Schneider
02cd3223c3 Delete dead cvs-* mailing lists. 1998-11-10 15:07:53 +00:00
Guido van Rooij
aa8d6904f8 Get rid of prehistoric email address. 1998-11-09 21:30:46 +00:00
Archie Cobbs
973885e8a3 Add myself to the list of developers (in doc/handbook and doc/en/handbook). 1998-11-09 17:42:36 +00:00
Jordan K. Hubbard
abb923bb10 Update architecture information in light of alpha port. 1998-11-08 11:47:01 +00:00
Jordan K. Hubbard
2c23ad9451 prune a double entry. 1998-11-08 11:04:57 +00:00
Jordan K. Hubbard
6c964580da Add Nik Clayton as docs manager. 1998-11-08 11:02:09 +00:00
Jordan K. Hubbard
bfb3b6d83e A much more concise version of this document. Also updated somewhat. 1998-11-08 10:40:54 +00:00
Nik Clayton
ecebc455bf Fixed up front matter on the Handbook;
- Remove the <bookbiblio> element, it's not needed

  - Added a <copyright> element and sub-elements. Based on the CVS logs
    the Handbook dates back to 1995.

  - Changed the <xref> to a <link> in the abstract.

  - Reformatted abstract to be neater (sorry translators, but it's only
    one paragraph).

This lets the stylesheets generate a nice front page.
1998-11-07 15:05:49 +00:00
Nik Clayton
cbfabf6028 Listed myself as Documentation Project Manager (by consent on the -doc
mailing list, and so JKH stops asking me :-) )

Added ';' to a couple of entitiy refs,

    &a.wosch -> &a.wosch;
    &a.faq   -> &a.faq;
1998-11-07 12:55:29 +00:00
Satoshi Asami
0489609b40 Revamping of porting.sgml part 2. This commit contains the actual
changes.  It's still nowhere near what it has to be but I can't hold
on to them forever.  At least it lists all the necessary topics now, I
think.

Also, move the porting section to the end of ports section, so it will
be a little more visible.  It will also move all the headings up one level.
This part approved by:	jkh
1998-11-07 11:50:46 +00:00
Satoshi Asami
b87b75d332 Revamping of porting.sgml part 1. This commit does not change the contents
of any paragraphs; it just moves stuff around so translators can easily
see what really changed in the next commit.
1998-11-07 11:44:43 +00:00
Satoshi Asami
18bc479983 Tell users to get the upgrade kit if using ports-current on a release system.
Mention the list of categories in the handbook.
1998-11-07 06:37:02 +00:00
Don Lewis
d44ea9af8a Add myself to the list of committers.
This is my first official commit.  Thanks for the car keys, Dad!

Reviewed by:	jdp
1998-11-06 01:24:46 +00:00
Nik Clayton
6ff34ef882 Replace
<xref linkend="target" remap="foo">

with

    <link linkend="target">foo</link>

Internal links within the Handbook now do the right thing.
1998-11-05 23:28:48 +00:00
Nik Clayton
93f20f9382 Removed "sgml-declaration" line from Emacs variables.
I blame the keyboard pixies for putting it in there when I wasn't
looking.
1998-11-05 20:22:38 +00:00
Vanilla I. Shu
043936f455 Add Tom Jobbins for fnlib. 1998-11-05 09:28:35 +00:00
Nik Clayton
c8fc15ab23 - Turn on the use of tables to build navigation headers/footers
- Turn off the shading of verbatim environments. Replace with our
  own scheme which wraps these in <blockquote>, more in keeping
  with other documents.

- Specify the root filename for the HTML version as 'index.html'
1998-11-04 22:41:50 +00:00
Nik Clayton
97d01a3567 Managed to miss adding this file somehow. It's had the Emacs local variables
added to the bottom.
1998-11-04 22:40:58 +00:00
Nik Clayton
607a3f4ed3 Added missing "/chapter" to advanced-networking entity definition. 1998-11-04 22:38:06 +00:00
Nik Clayton
97bffaedea Fix line 125 of kerneldebug/chapter.sgml, & -> &amp; 1998-11-03 23:49:40 +00:00
Nik Clayton
6a33e87af9 Add <!ENTITY rel.current CDATA "2.2.6"> to handbook.sgml, from
r1.83 of doc/handbook/handbook.sgml
1998-11-03 23:48:03 +00:00
Nik Clayton
457b40e56b Take version 1.8 of doc/handbook/lists.sgml, apply the same search/replace
as to authors.ent, and add an ENTITY line to handbook.sgml.
1998-11-03 23:46:32 +00:00
Nik Clayton
5a9b07f407 Removed the prompt.* entities from handbook.sgml and added them to
freebsd.dtd.
1998-11-03 23:40:13 +00:00
Nik Clayton
8572d2aff8 Added authors.ent. This is v1.93 of doc/handbook/authors.sgml, with
these changes;

 1. Remove '<tt>' and '</tt>'.

 2. Search/replace

      \s-+<htmlurl url='mailto:\([^']+\)'\s-+name='[^']+'>

    with

       <email>\1</email>

    (there's a leading space before <email>)

Added an ENTITY line to handbook.sgml to use the new entities.
1998-11-03 23:35:41 +00:00
Nik Clayton
3494b32030 Added
<!--
     Local Variables:
     mode: sgml
     sgml-indent-data: t
     sgml-omittag: nil
     sgml-shorttag: nil
     sgml-always-quote-attributes: t
     sgml-minimize-attributes: max
     End:
-->

to handbook.sgml
1998-11-03 23:31:21 +00:00
Nik Clayton
336215d4e6 Added chapter.decl, which contains a declaration for a DocBook chapter.
Added

<!--
     Local Variables:
     mode: sgml
     sgml-declaration: "../chapter.decl"
     sgml-indent-data: t
     sgml-omittag: nil
     sgml-shorttag: nil
     sgml-always-quote-attributes: t
     sgml-minimize-attributes: max
     sgml-parent-document: ("../handbook.sgml" "part" "chapter")
     End:
-->

to the bottom of each chapter.sgml file so that Emacs can do the right
thing.
1998-11-03 23:28:30 +00:00
Nik Clayton
2207769022 Split the handbook into individual files. Each chapter is in a file called
chapter.sgml in a directory named according to the value the id
attribute on that chapter.

Added chapters.ent, which lists the entities for each chapter.

Updated handbook.sgml to use these entities.
1998-11-03 23:17:06 +00:00
Nik Clayton
05dc329be3 Added values to the 'id' attribute for <chapter>s which don't have them. 1998-11-03 23:07:57 +00:00
Joseph Koshy
4af8cf98a0 Spelling fixes and typos.
Submitted by: PA <PA@FreeBSD.ee.ntu.edu.tw> via wosch@freebsd.org to the
	freebsd-doc list.
1998-11-02 03:20:46 +00:00
Wolfram Schneider
f48722c8d0 Added a section how to connect 2 FreeBSD boxes over a parallel line (PLIP) 1998-10-30 23:15:03 +00:00
Motoyuki Konno
7f2861bbd5 Japanese version of FAQ.latin1 not available. 1998-10-30 01:27:53 +00:00
Motoyuki Konno
96b69ba9ce Japanese version of handbook.latin1 and handbook.ps are not available. 1998-10-30 01:26:55 +00:00
Nik Clayton
14a83515e5 * \s-+</programlisting> replaced with </programlisting> globally.
* Fixup use of <symbol> with more appropriate element

  * Fixup wrong occurence of $Id$

  * Fixup references to 'make' variables, and strim off the surrounding
    &#36;{...}, it can be added back by the stylesheet at presentation time.

  * More insertions or deletions of <para>...</para> as appropriate.

And with this commit, ladies and gentlemen, we're almost there as far as
the DocBook conversion goes. I still need to:

  - Split the big handbook.sgml into its constituent files and directories.

  - Sort out the files that will contain entities, and put in the correct
    SGML to use them.

  - Merge in the changes that have happened to doc/handbook over the past
    7 or so months.

  - Build the Makefile framework and supporting apps to do .txt, .ps, .rtf
    and .pdf conversions.

But the mind numbingly tedious stuff is over. Of course, there's
always more to do (like the whole bibliography section should be marked
up as a bibliography) and I'm putting together the "This is how the
handbook should be marked up" document as well. Oh, and organising my
notes on how the Handbook could be re-arranged. But apart from that,
it's done :-)
1998-10-28 23:42:39 +00:00
Motoyuki Konno
73979ab26a Merge the following changes in the English version:
cvsup.sgml : 1.39 -> 1.40

Submitted by:	condle@freegate.co.jp
1998-10-27 15:39:03 +00:00
Jun Kuriyama
f13dc54735 Catch up to 3.0-19980827-SNAP (3rd and last!)
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1998-10-27 14:33:18 +00:00
Mark Murray
ffe95fdaa4 Update to reflect a more accurate reality... 1998-10-27 09:38:15 +00:00
Nik Clayton
de52a66a3c <quote> -> &rdquo;
</quote> -> &ldquo;
1998-10-26 23:54:18 +00:00
Nik Clayton
0992677d94 Where kernel options ("options INET" for example) are listed, wrap them
in <literal>...</literal>.
1998-10-26 23:53:48 +00:00
Nik Clayton
dd7b7abb9d <foo
id="bar">
       ...

changed to

    <foo id="bar">
       ...

Before people complain that "Hang on, now you can't find out what the
allocated ID values are with a simple 'grep'" I'll say that's not a
problem. I plan to introduce a target in the Makefile (probably
something like 'handbook.id' which will automatically generate this
list doing a proper SGML parse.
1998-10-26 23:53:22 +00:00
Nik Clayton
e27aad9d1f Fixup erroneous or extraneous <para>...</para> elements. 1998-10-26 23:52:48 +00:00
Nik Clayton
a02c3d7f5e <abbrev> -> <acronym> in some cases. 1998-10-26 23:52:05 +00:00
Nik Clayton
84712fedb0 Step 1. Find <ulink url="mailto:...">...</ulink> and change the <ulink>
to <email>.

        Can't do this globally. Some of the links are odd (i.e,. the link
        is not their e-mail address but is their name, eg

          <ulink url="mailto:nik@freebsd.org">Nik Clayton</ulink>

        which would turn to

          <email>Nik Clayton</email>

        which isn't very useful. Ignore these ones, and do the others.
        (i.e., the ones that look like

           <ulink url="mailto:nik@freebsd.org">nik@freebsd.org</ulink>

        )

        This Emacs regexp does the job.

            Search for: <ulink\s-+url="mailto[^>]+>\([^<]+\)</ulink>
          Replace with: <email>\1</email>

Step 2. A lot of the <email>...</email> sets will have '<' and '>' embedded
        in them (as entities). These can be removed, since the stylesheet
        will add them;

            Search for: <email>&lt;\([^&]+\)&gt;</email>
          Replace with: <email>\1</email>

Step 3. The trick now is to turn

            <ulink url="mailto:nik@freebsd.org">Nik Clayton</ulink>

        into

            Nik Clayton <email>nik@freebsd.org</email>

        This step could (possibly) have been done first, and then steps
        1 and 2 could be done globally. I haven't done this because of
        concerns about the ordering of names within languages. This
        transformation is fairly simple in English, I've no idea what
        it's like in Japanese.

            Search for: <ulink\s-+url="mailto:\([^"]+\)">\([^<]+\)</ulink>
          Replace with: \2 <email>\1</email>

Step 4. Remove leading and trailing spaces that may have slipped in

            Search for: <email>\s-+
          Replace with: <email>

            Search for: \s-+</email>
          Replace with: </email>
1998-10-26 23:51:34 +00:00
Nik Clayton
950e361ac7 Use the correct ISO entities for dashes. According to a TeX manual I have
kicking around here,

    daughter-in-law, X-rated    = hyphen      =  -
    pages 13--67                = en-dash     = &ndash;
    yes---or no?                = em-dash     = &mdash;
    0, 1, and -1                = minus sign  = &minus;
1998-10-26 23:51:03 +00:00
Nik Clayton
aefedf6246 Removed white space after <title> and before </title>. Use two search and
replaces

    \s-+</title>  ->  </title>
    <title>\s-+   ->  <title>
1998-10-26 23:50:34 +00:00
Nik Clayton
bf13e1a617 <emphasis remap=..> -> <emphasis>
<literal remap=..>  -> <literal>
<command remap=..>  -> <command>

Or deleted <emphasis ..> altogether in some cases.

More redundant <para>..</para>'s removed.
1998-10-26 23:49:59 +00:00
Nik Clayton
84100bea23 As previous commits, to end of file. 1998-10-26 23:49:18 +00:00
Wolfram Schneider
b5dbe8e041 Fix sgml typo from revision 1.244 1998-10-25 18:05:01 +00:00
Wolfram Schneider
e05fd088cc Added Chris Coleman as FreeBSD Really-Quick NewsLetter Editor
to the The FreeBSD Documentation Project.
1998-10-25 17:59:56 +00:00
Vanilla I. Shu
d5e934bc59 Add Horance Chou <horance@freedom.ie.cycu.edu.tw> for libffi ports.
Forgotten by:	steve
1998-10-24 17:19:37 +00:00
Wolfram Schneider
cfbf85d08e Delete Mozilla CVSup mirror section. 1998-10-24 10:47:44 +00:00