Dima Dorfman
c649463885
Use <email> where appropriate.
2001-06-24 21:01:55 +00:00
Chris Costello
825c1de20a
o Change the name of the "Serious hackers" section to "Advanced topics" as
...
discussed on -doc.
o Change the id for said section to "advanced".
2001-06-24 20:49:56 +00:00
Chris Costello
43708f8467
Format the <programlisting> ASCII table in 9.16 ("DEC PCI cards") into
...
a proper DocBook <table>.
2001-06-24 20:38:17 +00:00
Chris Costello
0ed58bab3a
Remove unnecessary < and > I added around <email> entries.
...
Oops.
2001-06-24 20:23:54 +00:00
Chris Costello
d70a6e20f8
Formatting:
...
Re-wrap paragraphs from the changes in revisions 1.222 and 1.224.
2001-06-24 20:14:26 +00:00
Chris Costello
afde56b72c
Replace <ulink URL="mailto:..."> with <email>.
2001-06-24 20:01:30 +00:00
Chris Costello
1437562a99
Add a missing closing </para>. My fault.
2001-06-24 18:00:46 +00:00
Chris Costello
3b3a43b8b3
Include the mailing-list entities.
...
Replace the <email> mailing list references with proper &a.listname
references where possible.
2001-06-24 17:53:23 +00:00
Murray Stokely
b6e49089bc
Add ~110 index entries to the Handbook.
2001-06-24 11:30:31 +00:00
Murray Stokely
4b977cf90d
Add more information about using KDE2.
...
- Anti-aliased fonts
- KDM
- Setting up X to choose between GNOME and KDE
Submitted by: Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2001-06-24 04:25:29 +00:00
Murray Stokely
ca002b6606
The author of this section was slightly confused about the terminology
...
used to describe network topology. Change instances of '10 base T' to
'10 base 2' and adjust sentence structure when describing a bus-based
topology.
While I'm here, consistently use 'LAN' instead of 'lan' for local area
networks.
2001-06-24 03:22:48 +00:00
Murray Stokely
506d3469cb
Add graphical figures for the network diagrams in the ISDN section.
...
Submitted by: G. Adam Stanislav
2001-06-24 03:06:38 +00:00
Murray Stokely
78c6c53ba0
Image support has been mangled since the move to docbook.css. This
...
adds a new mediaobject handler to simplify the output HTML so that
images no longer overlap the text and other nearby images.
The output HTML used to look like this :
<div class="MEDIAOBJECT">
<p><img src="fig2.png"></p>
</div>
The problem was that the image would be displayed on top of nearby
text or image elements completely obscuring the previous contents
rather than doing proper page layout. With this change, the above now
simply looks like this :
<img src="fig2.png">
An alternative solution would be to fix docbook.css, but I think that
the problem stems from the way that different browsers implement CSS.
It is easier to just fix it here at the DSSSL level.
2001-06-24 02:46:40 +00:00
Murray Stokely
8d2a434262
Add a graphical figure for the natd chapter to replace the ASCII art
...
when the output format supports it.
The PNG driver for Ghostscript doesn't support anti-aliasing on
FreeBSD, so the PNG file was created on another platform and should
not be automatically generated from the eps file.
Submitted by: G. Adam Stanislav (created the EPS file with a text editor)
2001-06-23 22:46:16 +00:00
Dima Dorfman
7e88989219
Grammar police: agreement in number.
2001-06-23 07:04:37 +00:00
Dima Dorfman
b0c3cb4fcc
Remove duplicate words where appropriate.
...
Inspired by: PRs 28356, 28359; tyler spivey <tspivey8@home.com>
2001-06-23 06:57:06 +00:00
Dima Dorfman
30a6814226
Remove duplicate word.
...
PR: 28356
Submitted by: Tyler Spivey <tspivey8@home.com>
2001-06-23 05:20:27 +00:00
Murray Stokely
2cf4943a03
Turn on our nascent index by default
2001-06-23 04:57:32 +00:00
Brian Somers
2446e280ff
Add an entry for __FreeBSD_version 500019
2001-06-23 01:33:37 +00:00
Dima Dorfman
b865f454d6
Anti-aliasing support was introduced in XFree86 4.0.2, not 4.0.3.
...
Submitted by: will
2001-06-23 00:24:42 +00:00
David E. O'Brien
cb8f4ee038
Note the reason for bump to 500021.
2001-06-22 22:41:06 +00:00
Dima Dorfman
7e5ed4e857
XFree86 4.0.3+ supports anti-aliased fonts.
...
PR: 28340
Submitted by: Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2001-06-22 22:02:19 +00:00
Murray Stokely
3339f9ab20
Add a section on desktop environments / window managers.
...
Specifically, talk about GNOME and KDE for now.
Submitted by: Valentino Vaschetto <valentino.vaschetto@windriver.com>
2001-06-22 22:00:27 +00:00
Daniel Harris
5a583aa361
Correct some typos and clarify.
...
PR: 28352
Submitted by: author
2001-06-22 21:29:18 +00:00
Bruce A. Mah
d46e1a628f
Add getprogname(3) and setprogname(3).
2001-06-22 17:00:57 +00:00
Bruce A. Mah
19045ad358
Add entry for mdmfs(8).
2001-06-22 15:48:31 +00:00
Nik Clayton
2f60365a4f
Mention eps2png in the list of required tools.
...
Submitted by: Steve Wills <steve@stevenwills.com>
2001-06-22 10:29:03 +00:00
Nik Clayton
6887d21569
Add a new variable, EPS2PNG_RES, to set the resolution eps2png uses to
...
convert graphics. Change the default from 82 to 100, for clearer images.
PR: docs/28237
Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
While I'm here, include some suffix rules to convert .scr files to .png
files. Nothing uses these, yet, but should do shortly.
2001-06-22 10:12:23 +00:00
Murray Stokely
33c100c32d
Add a chapter on sockets programming.
...
Submitted by: G. Adam Stanislav
2001-06-22 08:49:14 +00:00
Murray Stokely
5d90cc69a0
Add author entity for G. Adam Stanislav
2001-06-22 08:45:00 +00:00
Nik Clayton
1c985b66c3
Mention calendar.freebsd as something a new committer might want to
...
contribute to.
2001-06-22 08:18:55 +00:00
Brooks Davis
631ca6acca
Traditional first commit. Add self to developers section
2001-06-21 19:03:48 +00:00
Murray Stokely
88f3235bb0
Spelling corrections :
...
transalates -> translates
indictes -> indicates
ficticious -> fictitious
sandox -> sandbox
priveleged -> privileged
unix -> Unix
versatily -> (sentence reworded)
inerface -> interface
internet -> Internet
appriate -> appropriate
Logictech -> Logitech
extetions -> extensions
occuring -> ocurring
keypair -> key pair
tunnelled -> tunneled
inializes -> initializes
ommitted -> omitted
seperate -> separate
unintelligable -> unintelligible
signalling -> signaling
appearence -> appearance
descision -> decision
Pointed out by: ispell(1)
2001-06-21 17:21:01 +00:00
Chris Costello
d7cec802c5
Move mailing-lists.ent out of the Handbook and into the language-specific
...
share/sgml directories, create a public identifier for it and replace all
SYSTEM references to the file with PUBLIC references.
There was no repo-copy made of these files as there is no important
history to preserve.
2001-06-21 03:38:34 +00:00
Chris Costello
1d6177220b
Null commit:
...
Apparently either my editor or CVS appended a new-line at the end
of this file, which was a part of the previous delta.
2001-06-21 03:03:51 +00:00
Chris Costello
5881b7b9ec
Remove "Mailing List Entities" from this catalog file, as it belongs in
...
the individual doc/<lang>/share/sgml/catalog files.
2001-06-21 02:56:51 +00:00
Chris Costello
a7db143730
Include ${LANGUAGECATALOG} in `make validate' nsgmls command line arguments.
2001-06-21 02:55:59 +00:00
Kazuo Horikawa
5149ab8093
Fix typo in Japanese word ("Saibyouga")
...
Submitted by:Kurashina Hideyuki <m09010@st.nagaoka-ct.ac.jp>
2001-06-21 02:15:34 +00:00
Nik Clayton
4ac10587b6
Things wrapped in <PRE> should have a normal line height.
2001-06-20 16:23:30 +00:00
Nik Clayton
338729f898
Link in the solid-state article.
2001-06-20 16:14:13 +00:00
Nik Clayton
35c396b859
A new article explaining how best to use FreeBSD on solid state media.
...
Submitted by: John Kozubik <john@kozubik.com>
2001-06-20 16:12:33 +00:00
Dima Dorfman
5f4f6b445d
Add Jordan DeLong for his port of games/yadex.
...
Submitted by: dwcjr
2001-06-18 20:53:13 +00:00
Nik Clayton
e705f83469
Turn on the use of the stylesheet. Remove the code that caries out
...
special formatting for questions, as the stylesheets now do this.
Interested parties can look at http://people.freebsd.org/~nik/faq-css/
for an idea of how the new stylesheets render.
2001-06-18 14:29:16 +00:00
Nik Clayton
e4bca6fe83
Pull in docbook.css as necessary.
2001-06-18 14:24:08 +00:00
Nik Clayton
2d49a1ca1c
A Cascading Stylesheet for use with documents converted from DocBook to
...
HTML by the Norm Walsh / FreeBSD DSSSL stylesheets.
2001-06-18 14:12:44 +00:00
Dima Dorfman
c02fc6f7d5
There's no <parap> tag; unbreak the Handbook. Also use the ø
...
entity where appropriate.
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
2001-06-18 07:23:20 +00:00
David W. Chapman Jr.
69e1cbfdc6
Add Amir Shalem for his recent submission of trafcount
2001-06-18 05:13:08 +00:00
Chris Costello
6fc73f88df
This is a formatting change only:
...
Commits in revisions 1.219 and 1.220 have exceeded the 80-column limit.
Paragraph re-wrapped.
2001-06-17 21:56:41 +00:00
Chris Costello
7f935c5abe
Preface, #2 :
...
More specifically, we prefer submissions using the _FreeBSD_ copyright.
2001-06-17 21:49:18 +00:00
Chris Costello
05489d9ec5
In the preface, answer #2 , mark up references to the GPL, LGPL and FreeBSD
...
license with <ulink>s to the appropriate file in
http://www.FreeBSD.org/copyright/ .
2001-06-17 21:42:51 +00:00