Chern Lee
d9d621e76e
Correct:
...
http://www.freebsdmall.com/books -> http://www.freebsdmall.com
Only the front page currently remains.
Approved by: murray
2001-07-13 21:29:54 +00:00
Chern Lee
07ea524120
Added Chris Shumway to contributers section and added author entity
2001-07-13 21:22:49 +00:00
Nik Clayton
389c5ab0f0
s/eps2png/peps/
...
Remove the LinuxDoc info.
Reword the DocBook info.
2001-07-13 20:50:29 +00:00
Nik Clayton
dc54c20da7
Add some info about CSS stylesheets.
2001-07-13 20:49:53 +00:00
Nik Clayton
ab06efc7f1
Update a few paths.
2001-07-13 20:49:35 +00:00
Nik Clayton
35548e2f83
Remove out of date info about Linuxdoc.
2001-07-13 20:49:09 +00:00
Nik Clayton
4c9997edb4
Link to the home page for "DocBook: The Definitive Guide" and the stylesheet
...
project on SourceForge.
2001-07-13 20:48:01 +00:00
Chern Lee
d43549e1de
Add myself to staff, remove from additional contributers.
2001-07-13 19:14:48 +00:00
Nik Clayton
ed30795a49
Switch to version 4.1 of the DTD.
2001-07-13 16:34:19 +00:00
Nik Clayton
7a6b4455b4
Switch to version 4.1 of the DTD.
2001-07-13 16:24:13 +00:00
Nik Clayton
d0c1820c08
Switch to DocBook 4.1
2001-07-13 16:11:04 +00:00
Nik Clayton
08b5dc0800
Switch to version 4.1 of the DTD.
...
This breaks the build for this document. However, it was already broken,
and it's not included in the top level Makefile yet. The specific problem
is that <segmentedlists> must now have a <segtitle> for each column with
4.1, and I don't know nearly enough Japanese to do that.
Adding in the correct <segtitle>s is 30 seconds work.
2001-07-13 16:09:15 +00:00
Nik Clayton
dc394d4f9a
Switch to version 4.1 of the DTD.
2001-07-13 15:58:41 +00:00
Nik Clayton
4aea5c734b
Switch to version 4.1 of the DTD.
2001-07-13 15:48:41 +00:00
Nik Clayton
d6235a672f
Switch to version 4.1 of the DTD.
2001-07-13 15:39:51 +00:00
Nik Clayton
5a8491908e
Switch to using version 4.1 of the DTD.
2001-07-13 15:36:28 +00:00
Nik Clayton
37af903d52
List the images in the advanced-networking chapter.
2001-07-13 12:13:39 +00:00
Nik Clayton
ef12bb1d4c
Remove these -- now that peps is being used the automatic conversion from
...
the EPS originals suffices.
2001-07-13 12:12:41 +00:00
Nik Clayton
9e7e408f55
Use peps instead of eps2png.
2001-07-13 12:09:59 +00:00
Dima Dorfman
0ef643f9f4
Note __FreeBSD_version bump to 500022 for SSE support.
...
Forgotten by: peter
2001-07-13 07:33:25 +00:00
Nik Clayton
2a890510dc
Favour <programlisting> over <screen> in some cases. Make sure that the
...
<programlisting> is outside of any enclosing paragraphs.
2001-07-12 10:14:36 +00:00
Dima Dorfman
d528fae271
Assorted spelling and grammar fixes.
...
PR: 28906
Submitted by: Peter J. Avalos <pavalos@theshell.com>
2001-07-12 08:28:59 +00:00
Kazuo Horikawa
7784b4bec3
Add missing .Ek
2001-07-12 02:19:35 +00:00
Murray Stokely
5c47dd8654
Introduce a new handbook-specific knob ``WITH_PGPKEYS'' and add the
...
relevant functions to the DSSSL stylesheet.
The default behavior is for print output formats to just display PGP
fingerprints unless you use `make WITH_PGPKEYS=1 FORMATS=ps'. This new
default behavior reduces the size of Appendix E from 52 pages to 9
pages, and that could be trimmed down more with a more efficient
layout for the fingerprints (does each entry really warrant a new
section header?)
Knob requested by: Chris Costello
Discussed on: -doc
2001-07-12 01:40:31 +00:00
Kazuo Horikawa
9b75f32409
Catch up with removal of pim6[ds]d occurred on src tree.
2001-07-12 00:47:27 +00:00
Dima Dorfman
ccd8ab61d5
Modes on a filesystem are stored as two octets (a u_int16_t), not one.
...
PR: 28896
Submitted by: shill@free.fr
2001-07-12 00:45:22 +00:00
Dima Dorfman
fef76d5c8e
Match tenses in a sentence.
...
PR: 28896
Submitted by: shill@free.fr
2001-07-12 00:41:05 +00:00
Dima Dorfman
d273a43893
Add a missing word.
...
PR: 28896
Submitted by: shill@free.fr
2001-07-12 00:39:09 +00:00
Dima Dorfman
350f5b2b24
Add INDEX_SGML and docbook.css to CLEANFILES as appropriate.
...
PR: 28864
Submitted by: Alex Kapranoff <kapr@acm.org>
2001-07-12 00:24:59 +00:00
Kazuo Horikawa
ede7be7b0b
Catch up with 4.3-20010704-STABLE.
2001-07-12 00:16:04 +00:00
Murray Stokely
0ddd22d27a
Split apart the PGP fingerprints and keys into separate
...
<programlisting> elements, the latter with a "role=pgpkey" attribute
so that a forthcoming stylesheet addition and makefile knob can be
used to only display the fingerprints if desired. The HTML output will
continue to display the entire keys by default, but the print output
will probably be changed to display just the fingerprints unless you
set a make variable. This will remove approximately 50 pages from the
PostScript form of the Handbook.
So, please follow the example when adding new keys :
<programlisting>fingerprint / uid information</programlisting>
<programlisting role="pgpkey">---BEGIN PGP BLAH--
goes here</programlisting>
Discussed on: -doc
2001-07-11 23:11:41 +00:00
Murray Stokely
5ab3956954
Document the fact that 4.3 has been released and 4.x releases will
...
continue throughout 2001.
2001-07-11 22:04:29 +00:00
Murray Stokely
f776f96091
Spell 'PostScript' consistently.
2001-07-11 21:07:31 +00:00
Nik Clayton
d2ae66ad7c
Add very useful information about configuring anti-aliasing with XFree86
...
4.0.2 and above, and the xfce window manager.
Submitted by: Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2001-07-11 19:13:52 +00:00
Murray Stokely
fb7e08ee51
Add a section on configuring XFree86 4.x
...
Submitted by: Christopher Chumway <cshumway@FreeBSD.org> and
Chern Lee <chern.lee@windriver.com>
2001-07-11 16:07:50 +00:00
Murray Stokely
53ea803f4b
Add entities for XFree86.1 and startx.1
2001-07-11 15:57:19 +00:00
Nik Clayton
3ed1f7ea58
Favour <command> over <literal> when talking about CVS subcommands.
...
PR: docs/28731
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-11 14:08:50 +00:00
Nik Clayton
656516927e
<screen> placement fix.
...
PR: docs/28836
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-11 13:24:45 +00:00
Nik Clayton
ee0aacd375
Add more details about the "cvs log" command.
...
PR: docs/28730
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-11 13:22:17 +00:00
Nik Clayton
3d63a1d046
IS_INTERACTIVE -> INTERACTIVE when explaining how to build interactive ports.
...
PR: docs/28822
Submitted by: Martin Kammerhofer <mkamm@gmx.net>
2001-07-11 13:16:24 +00:00
Nik Clayton
6b66b69b59
<screen> placement fixes.
...
PR: docs/28783
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-11 13:13:41 +00:00
Nik Clayton
4cf92970df
Typo and markup fixes.
...
PR: docs/28777
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-11 13:07:38 +00:00
Nik Clayton
dc6cbd9351
DocBook whitespace police. This will need to be propogated to translations.
...
PR: docs/28778
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-11 13:05:44 +00:00
Nik Clayton
fa8a0d4700
Typo police.
...
PR: docs/28879
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-11 13:00:12 +00:00
Nik Clayton
5ad75c7dcb
Be a little more conservative with the line height to try and placate those
...
on -doc who don't share my sense of the aesthetic
Try a better fix at the 'stair stepping' in lists -- the previous fix only
worked for lists that were children of the BODY element, so it didn't have
any effect on those that were (for example) enclosed inside a
<DIV CLASS="PROCEDURE">.
2001-07-11 12:46:50 +00:00
Nik Clayton
59286a2bf2
Fix a typo in an example, pointed out by the author.
2001-07-11 11:08:47 +00:00
Johann Visagie
c58aba7903
Update Tony Maher's email addres to keep it in sync with his ports (and with
...
reality).
2001-07-11 08:19:33 +00:00
Anton Berezin
fd1152b2d4
Add myself to staff.
...
Forgotten by: tobez
OK'ed by: markm
2001-07-10 16:52:09 +00:00
Nik Clayton
384acf6dca
Link to information in the Handbook about obtaining FreeBSD, rather than
...
repeating it here.
Fix a mistake in the section talking about downloading the documentation
from the FTP site.
2001-07-10 14:39:25 +00:00
Dima Dorfman
4a5d66a6bf
Spelling police.
2001-07-10 14:00:17 +00:00