Commit graph

3215 commits

Author SHA1 Message Date
Nik Clayton
743ed16724 Actually inform the user when the floppy has been unmounted in the
sample script.

PR:             docs/13384
Submitted by:   Nestor Calvo <ncalvo@es.freebsd.org>
1999-09-03 17:27:55 +00:00
Nik Clayton
20f7d377d1 Use doc.project.mk in place of docproj.docbook.mk.
Use the new ROOT_SYMLINKS variable where necessary.
1999-09-03 17:24:47 +00:00
Nik Clayton
30bff5e9ff A new chapter that explains the structure of the doc/ tree and how
documentation is placed under it.  Replaces the empty FAQ section and the
only partly completed Handbook section.  This is because the information
in here applies to all the documentation under doc/, not just the Handbook.

Move the style guide information out of the-handbook/chapter.sgml and in
to writing-style/chapter.sgml.  It doesn't really belong here either, but
we don't have a general style chapter (yet).

Update Makefile to know about this, and use the doc.project.mk file.

Update book.sgml to know about the new chapter.

Remove the old chapters.
1999-09-03 17:22:43 +00:00
Nik Clayton
52eba2b89b Mention where freebsd.dsl can be found. 1999-09-03 17:17:33 +00:00
Nik Clayton
97fe3901a9 Miscellaneous small changes. Includes reformatting white space in some
of the example HTML and DocBook fragments, which are significant.

Explain where to find the FreeBSD DTD that extends DocBook.

Add a section explaining about books and articles, and the differences
between them.

Added an example of <procedure>.

Be consistent with the white space inside <programlisting>.  Make sure
that content starts immediately after the opening tag.  Shouldn't make
a great deal of difference, but we should practice what we preach.

Remove the information about <informalexample>, as it seems to be
redundant, and we don't use it anymore.

Correct an error ("]]", should be "]") in the example of including the manual
page reference entities.
1999-09-03 17:16:06 +00:00
Nik Clayton
f4ca19b7a8 Miscellaneous small changes.
Note:  includes whitespace changes.  No active translations of this
document exist, so this doesn't matter.
1999-09-03 17:14:12 +00:00
Nik Clayton
9d22e6e5d7 "efficient" -> "more efficient". 1999-09-03 17:13:26 +00:00
Nik Clayton
10922add2f Rudimentary support for <segmentedlist>. Just builds a table for the
entries, and works for HTML output only.
1999-09-03 17:12:43 +00:00
Nik Clayton
fd86fdc323 List the new committers guide.
List "new-users" in ROOT_SYMLINKS, so it will get included in the top
level as necessary.

Use doc.project.mk in place of docproj.docbook.mk.
1999-09-03 17:11:28 +00:00
Nik Clayton
5f291ead9b The FreeBSD New Committer's Guide. The original text version was worked
on by many people, the SGML conversion has been carried out by the new(ish)
committer, John Baldwin.  Cheer's John.

Changes from the submission:

  1.  It's an article, not a book.  I originally thought there was going
      to be sufficient content (when you include the committers rules
      that are being thrashed out at the moment, and Satoshi's ports
      committer stuff) to make this worth being a book.  After seeing the
      content I changed my mind, so it's an article.

  2.  Various contractions ("you're" and so on) expanded to make life
      a little easier for the translators.  Kept one ("Who's Who").
1999-09-03 17:10:42 +00:00
Nik Clayton
426ed372f6 New entities for make(1), rlogin(1), scp(1), ssh(1), ssh-add(1),
ssh-agent(1), ssh-keygen(1), and telnet(1).  Originally used in the
soon-to-be-added SGML'd committer's guide.
1999-09-03 17:09:02 +00:00
Nik Clayton
bd57358d83 Add a new FPI for the authors.ent file, so that it can be referenced
by different documentation.

Add 3 new FPIs for the French translations.  They're not in the tree
yet, but they will be soon.
1999-09-03 17:08:00 +00:00
Nik Clayton
7d4a994791 New make(1) infrastructure. Split out docproj.docbook.mk into a number
of smaller doc.<foo>.mk files, reflecting the functionality they contain.
Long overdue, kudos to the submitter for the carrying out the work.

Also makes the files independent of the system include files that
normally live in /usr/share/mk, making it easier for non-FreeBSD systems
to download and build our docs (an important factor in making it easier
to share our work with other projects).

Finally, it (in theory) lets you build the docs with a r/o doc/ directory.

Changes to the submitted files:

doc.docbook.mk    The HTML generation depends on ${DSLHTML}, and the
                  print generation depends on ${DSLPRINT}.  Changing
                  these files will force a rebuild (which makes testing
                  changes a little easier).

                  Removed ${DOC}.doc target.  It's a hangover from when
                  I (mistakenly) thought that Jade could generate MS Word
                  .doc files.

                  Added support for using compress(1) to build .Z files
                  (been on my todo list for ages).

                  Fixed a couple of typos.

Submitted by:   Neil Blakey-Milner <nbm@mithrandr.moria.org>
1999-09-03 17:07:19 +00:00
Alexey Zelkin
acb04f3d78 Add myself to commiters section.
Reviewed by:	mpp
1999-09-03 05:33:48 +00:00
David E. O'Brien
91e4eb74ff Some TAB hating editor (emacs?) spammed the 4000XX __FreeBSD_version
section by using pure spaces rather than the established style
of <TAB><TAB><sp><sp><sp><sp>.
1999-09-02 18:05:37 +00:00
David E. O'Brien
66c6ce6f0a Correct the "newbus" __FreeBSD_version entry. (__FreeBSD_version actually
was not bumped after the newbus import. :-( [shame on them].
So I moved it to the ceiling of the closest value.  What was claimed to be
the __FreeBSD_version for "newbus" is really for "__deregister_frame_info
dynamic linker bug fix" and EGCS import.

Add 3.3 and 3.2 RELEASE's __FreeBSD_version values.

Obtained from:	cvs log src/sys/sys/param.h
1999-09-02 17:51:11 +00:00
Jun Kuriyama
1bdfcb29a9 Catching up to 3.2-19990831-STABLE.
Reviewed by:	Japanese Online Manual Project <man-jp@jp.FreeBSD.ORG>
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1999-09-01 15:15:02 +00:00
Chris Costello
99c9241681 Add trailing `/' (slash) to URLs.
PR:		docs/13348
Submitted by:	Rich Wood <rich@FreeBSD.org.uk>
1999-08-31 19:58:35 +00:00
Jun Kuriyama
60af523f19 MFen:
1.1  -> 1.5	Makefile
	1.1  -> 1.4	books/faq/Makefile
	1.21 -> 1.24	books/handbook/Makefile
1999-08-31 15:00:04 +00:00
Jun Kuriyama
da4bea1cab We have used ${VAR}, not $(VAR ) . :- ) 1999-08-31 14:59:48 +00:00
Satoshi Asami
4b2e4fe173 $Id$ -> $FreeBSD$ in contents (mostly sample Makefiles).
Note I didn't touch the $Id$ line for the sgml file itself, I'm assuming Nik
or someone is going to convert all the doc files in one pass.
1999-08-31 11:34:17 +00:00
Joseph Koshy
120dadff23 Typo fix.
PR:		docs/13490
Submitted by:	Peng HaiJie <phj@cn.FreeBSD.org>
1999-08-31 10:33:26 +00:00
Jun Kuriyama
a43f1199ce Catching up to 3.2-19990827-STABLE.
Reviewed by:	Japanese Online Manual Project <man-jp@jp.FreeBSD.ORG>
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1999-08-30 14:53:36 +00:00
John Baldwin
6c26ae8336 Fix a broken tag. </para> -> </title>
PR:		docs/13465
Submitted by:	Mark Ovens <mark@ukug.uk.freebsd.org>
1999-08-30 11:53:03 +00:00
Joseph Koshy
854403a247 New FAQ entry on how to allow users to mount devices.
Reviewed by:	-doc (content), nik (DocBook expertise)
1999-08-30 05:33:19 +00:00
John Baldwin
7c3a7085f5 Fix a mistyped tag: <row> -> </row>
PR:		docs/13457
Submitted by:	jack@germanium.xtalwind.net
1999-08-29 18:31:09 +00:00
Nik Clayton
93695393f6 List books/ subdirectory, remove FAQ/ subdirectory.
Remove kludge to build the installation directory.
1999-08-29 16:52:23 +00:00
Nik Clayton
6f2072d82b Makefile infrastructure for Russian books. 1999-08-29 16:51:58 +00:00
Nik Clayton
33f5092d1c Russian FAQ, converted to DocBook.
Submitted by:   Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-08-29 16:51:17 +00:00
John Baldwin
cd08f5c92f Lots of [fF]ree(bsd|BSD).(org|ORG) -> FreeBSD.org fixups.
A few doc@FreeBSD.org -> freebsd-doc@FreeBSD.org fixes.

One freebsd -> FreeBSD name fix.

Reviewed by:	nik
1999-08-29 16:08:47 +00:00
Brian Feldman
efb2b82b9f Update for 320002. 1999-08-29 14:10:04 +00:00
Jun Kuriyama
0c9d7180a3 Catching up to 3.2-19990824-STABLE (without pam_radius.8).
Reviewed by:	Japanese Online Manual Project <man-jp@jp.FreeBSD.ORG>
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1999-08-29 02:00:32 +00:00
John Baldwin
9c6e695ef1 Make the doc/en_* makefiles repect ${DOC_PREFIX} when they include
${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded
paths.

Reviewed partially by:	nik, billf
1999-08-29 00:02:23 +00:00
John Baldwin
81fb662a55 FreeBSD.ORG -> FreeBSD.org for the MAINTAINERS e-mail address.
Translators can ignore this commit.

Reviewed by:	billf, nik
1999-08-28 19:49:39 +00:00
Nik Clayton
1114afe19a Remove "FAQ" from SUBDIR. We'll keep the old FAQ around for a couple of
days before cvs remove'ing it, just in case.
1999-08-28 10:15:02 +00:00
Nik Clayton
de9128a949 Define new LANGCODE variable, which should contain the language name
and encoding for the documentation that's currently being built (e.g.,
'en_US.ISO_8859-1', or 'es_ES.ISO_8859-1').  Used when building packages
to create part of the package file name.  Setting this involves an
'interesting' kludge -- suggestions for how better to achieve this within
make(1) welcomed.

package-*:
    No need to remove PLIST, it's always overwritten.

    Create empty COMMENT and DESCR files if they don't exist.  Makes it
    easier to test this, without committing COMMENT and DESCR files all
    over the tree.

    Use the ${LANGCODE} variable in the package name.  For example,
    the HTML pkg for the FAQ now looks like faq.en_US.ISO_8859-1.html.tgz,
    instead of just faq.html.tgz.
1999-08-28 09:50:49 +00:00
Nik Clayton
d1b17042d0 Set the {JADE,TIDY}FLAGS variables in Makefile.inc, rather than in the
lower level Makefiles.  This should stop this problem happening for
new documentation under this part of the tree.
1999-08-28 09:48:29 +00:00
Jim Mock
a99dcb84c0 Add Yin-Jieh Chen for the icqnix port. 1999-08-28 03:02:06 +00:00
Mark J. Taylor
6647e72130 Add myself to the list of committers. 1999-08-27 15:40:37 +00:00
Foxfair Hu
0a8232cc30 Cleanup my last commit, add an "Original revision" to indicate English FAQ's
version.
1999-08-27 15:03:57 +00:00
Foxfair Hu
c066bde440 Add a comment to point rcs version out. 1999-08-27 14:55:49 +00:00
Jim Mock
5af0c18496 Added Egeny Kuzakov <CoreDumped@lab321.ru> for the tircproxy port. 1999-08-26 23:43:50 +00:00
Chris Piazza
db46587229 Add Chris D. Faulhaber <jedgar@fxp.org> for the p5-IRC port 1999-08-26 20:41:45 +00:00
Nik Clayton
5d61c67118 When making the compatability symlink, do it in the parent directory
to both directories, and make it relative, rather than absolute.

This fixes the case where you might install the docs under one directory
/foo/bar/..., and then want to migrate them elsewhere (to /usr/share/).

With the old scheme, the symlink would start /foo/bar/..., and would
therefore be broken.

A good example of this happening is "make release" :-)
1999-08-26 19:42:13 +00:00
Nik Clayton
816f75506c Support using the DOC_LANG variable to specify which languages and
encodings to install.  It is synonymous with SUBDIR, and can probably
disappear when this functionality is 'tweaked' in the release build.
1999-08-26 19:40:04 +00:00
Nik Clayton
ee685fdd2c 1. Fix a subtle bug in the use of ${DOC}. If you ran make(1) and defined
${FORMATS} on the command line then it would assume that you wanted to
   build a document in the current directory, based on the setting of ${DOC}.
   If ${DOC} wasn't set, it defaulted to the name of the current directory.

   Any Makefile that includes this, and expects to have documentation built
   in the current directory must now explicitly define DOC.  All the current
   ones do anyway.  This should be a non-problem when docproj.docbook.mk is
   split out in to smaller, more modular files.

   Move the comments for DOC from the non-mandatory to the mandatory
   section.

2. Clarify the meaning of DESTDIR, it's changed a little bit since it was
   first documented.

3. Initial, tentative support for building pkg_* packages from the
   formatted documentation.  Needs work, but I've had the patch out for
   review for a couple of days, and no comments either way -- so if
   people hate it, this should at least spur them on to say so.

       # cd /path/to/doc/to/turn/into/a/package
       # touch COMMENT DESCR
       # make 'FORMATS=this that and the other' package

   to build 'n' packages, one per format.  "make install" is run as part
   of the package dependency, so this will overwrite documentation you
   have already got installed.

4. Remove DOC_INSTALL_PREFIX.  Should have been DOCDIR from the start.
1999-08-26 19:37:13 +00:00
Nik Clayton
cba99c4bed JADEOPTS -> JADEFLAGS (see same change in ../faq/Makefile). 1999-08-26 19:11:32 +00:00
Nik Clayton
21d1b45894 JADEOPTS -> JADEFLAGS. Should fix the FAQ not appearing in the right
encoding.  This is a band aid fix, just to get it built, and will be fixed
properly in the next day or so, when I can properly analyze the problem.

Now to read the e-mail this has generated. . .
1999-08-26 19:01:18 +00:00
Mark J. Taylor
8ff3d7886a Add myself to the list of committers. 1999-08-25 20:38:52 +00:00
Nik Clayton
d1b7c1d82e Sync with English 1.14. The conversion to DocBook can now start.
PR:             docs/13366
Submitted by:   Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-08-25 18:47:25 +00:00