Commit graph

50 commits

Author SHA1 Message Date
Nik Clayton
94c41b401a <emphasis remap=..>...</emphasis> -> <maketarget>...</maketarget> 1998-08-11 08:30:38 +00:00
Nik Clayton
e1b4ca8f64 <emphasis remap=..>...</emphasis> -> <makevar>...</makevar> 1998-08-11 08:29:39 +00:00
Nik Clayton
ef411ca3f4 <emphasis remap=..>...</emphasis> -> <literal>...</literal> 1998-08-11 08:28:42 +00:00
Wolfram Schneider
b5d07eae94 Use relative URLs. 1998-08-09 22:53:56 +00:00
Nik Clayton
e51e782dab Convert things that look like man page references (i.e.,
command(number)) from the variety of different existing markup
(which included <command>, <emphasis>, and <ulink>s to man2html
CGI scripts) to a common format, which is

    <citerefentry>
      <refentrytitle>command</refentrytitle>
      <manvolnum>number</manvolnum>
    </citerefentry>

although in the interests of keeping the changes as simple as possible
for the translators, the above was flattened on to one line.
1998-08-03 08:53:53 +00:00
Nik Clayton
fdf212e121 <emphasis remap=bf>...</emphasis> --> <command>...</command> 1998-07-14 13:17:31 +00:00
Nik Clayton
08e30a4fe7 As per chapter 18 of the handbook (which I should know back to front by now)
formally list myself as MAINTAINER.
1998-06-30 09:09:23 +00:00
Nik Clayton
ef83a54132 Use the new freebsd.dsl file when converting the Handbook. 1998-06-30 09:04:12 +00:00
Nik Clayton
d800c05cd2 Fix the use of `` and '' in the section that explains kernel options. Use
'"' to ease cut-n-paste.
1998-06-30 08:43:42 +00:00
Nik Clayton
b91811480c Replace the last few occurences of curly quoted items (`` and '')
with the right markup.
1998-06-29 09:48:32 +00:00
Nik Clayton
f4e931897c <emphasis remapt=it> -> <emphasis> in some cases. 1998-06-29 09:46:44 +00:00
Nik Clayton
1454451780 Mark up domain names, hostnames, IP addresses, netmasks and MAC addresses
using the new <hostid> element (with appropriate roles).
1998-06-29 09:43:53 +00:00
Nik Clayton
4649264b1d More things that should be filenames marked up as such. 1998-06-29 09:38:56 +00:00
Nik Clayton
190d8f54c8 Use the new FreeBSD Doc. Project DTD. 1998-06-29 08:23:33 +00:00
Nik Clayton
a805131f7a A cleanup to get it to validate. Fixed some invalid and missplet markup.
Lots of undefined entities still exist, but they will be fixed with a
later commit.
1998-06-26 11:37:37 +00:00
Nik Clayton
7fe8560d70 Replaced double quotes with appropriate elements. 1998-06-26 11:33:59 +00:00
Joseph Koshy
8a73f30eab Make the fonts tutorial upto-date with respect to TrueType support in FreeBSD.
PR:		docs/7049
Reviewed by:	the -doc list.
Spl-thanks-to: 	CHOI Junho <junker@jazz.snu.ac.kr> for information
		about Asian font support.
1998-06-26 10:47:27 +00:00
Nik Clayton
a053b05e64 Another sweep for "" and "`" (and their closing equivalents), replacing
them with the correct markup.

The only quotes left now are either around items for which I'm not 100%
sure which element to use, or in literal blocks as part of commands the
user types in.
1998-06-19 08:48:37 +00:00
Nik Clayton
b1405c0516 Examine text marked up as <acronym>, alter markup as appropriate. 1998-06-19 08:39:18 +00:00
Nik Clayton
cf82da2a44 A quick hack to build the HTML version of the DocBook handbook -- partly
so I can check my progress, partly so that others can offer comments on
the result of the conversion.

See <URL:http://www.freebsd.org/~nik/handbook/book01.htm> for the first
results. Keep in mind that the conversion has not been fine tuned in any
way. That said, comments are welcome.
1998-06-18 09:06:04 +00:00
Nik Clayton
bd9330d762 Swept through looking for explanatory notes and marking them up as 'note'
elements.
1998-06-18 08:42:02 +00:00
Nik Clayton
0c371d6340 <emphasis remap=tt>...</emphasis> -> <command>...</command> where
necessary.
1998-06-11 08:28:38 +00:00
Nik Clayton
f89eaac31c Converted appropriate occurences of <emphasis remap=tt>...</emphasis> to
<filename>...</filename>

As with most of these conversions, I won't have got all of them in this
first pass.
1998-06-11 08:24:07 +00:00
Nik Clayton
9c96eae1b7 Remove the quotes from constructs like ``<option>...</option>'' 1998-06-09 08:30:31 +00:00
Nik Clayton
5f46042637 Replace `` '' with <command> ... </command> where appropriate. 1998-06-09 08:28:03 +00:00
Nik Clayton
5c3f03274b Replace some (not all) occurences of `` and '' with <quote> and </quote>. 1998-06-09 08:25:59 +00:00
Stefan Bethke
6c1f5aa3b3 Fixed various broken links.
The file:/usr/src/sys/i386/boot/biosboot/README.386BSD is probably false,
but I don't have a checked out tree at hand, and I'd rather would let that
point to some http or ftp source (at least alternatively). Will check later
today.

Submitted by:	"SSC Webmaster" <wwwadmin@ssc.com>
1998-05-19 13:39:50 +00:00
Nik Clayton
01a9af0f16 Finished the first sweep for <filename>...</filename>.
My next commit opportunity will probably be this time next Monday. Stay
tuned. . .
1998-04-03 21:21:55 +00:00
Nik Clayton
5d78f265df This is the first commit that starts changing the markup. All these changes
markup something that looks like a filename as <filename>...</filename>,
rather than <emphasis role="tt">...</emphasis> or whatever.

These changes can not be automated, the Japanese team will need to go
through the diffs to see which bits of markup have changed.

I'm halfway through (line 16704). It's been quite instructive, and I'm
learning lots about printing with FreeBSD :-)

Join me tomorrow, when I'll be doing the same thing to the other half of
the Handbook -- same Bat time, same Bat channel.
1998-04-02 21:35:07 +00:00
Nik Clayton
635b4a340e Another automated change. Remove <para></para> from the generated
source, it's a legacy from the LinuxDoc formatting.

[ Rats, I could've sworn I committed this and the README together ]
1998-04-02 19:33:32 +00:00
Nik Clayton
1fc3409e9d Refilled the paragraphs. This is the last big change for a while, the
next batch are fairly small. And they'll have to wait until tomorrow,
as I'm off home.
1998-04-01 19:24:47 +00:00
Nik Clayton
3a23c62491 Re-indented the lines to be more aesthetically pleasing, using XEmacs,
PSGML and a little bit of Lisp. Full details in README.
1998-04-01 19:12:43 +00:00
Nik Clayton
aacf62b851 This is first step in the Handbook migration from the LinuxDoc DTD to
the DocBook DTD. Details on how this was carried out are in the README
file.
1998-04-01 18:25:32 +00:00
John Fieber
bb176de47c Added section on creating ccd(4) volumes. Commands submitted by Stan
Brown (stanb@awod.com).

Submitted by:	Doug White <dwhite@resnet.uoregon.edu>
1997-11-28 21:48:46 +00:00
Wolfram Schneider
99914ca1fa s/jayrich@in.net/jayrich@sysc.com/g 1997-10-24 19:33:28 +00:00
John Fieber
20daeed9a9 Correct Greg Lehey's name. Adjust to use his FreeBSD.ORG email
address.

Submitted by:	dwhite@resnet.uoregon.edu
1997-09-20 05:34:02 +00:00
John Fieber
afe034d8a4 Changes:
. Removed references that dangerously dedicated disks won't boot.  Several
  people on -questions have proved me wrong.
. Add credit to Greg Lemis for the above note.

Submitted by:	Doug White <dwhite@gdi.uoregon.edu>
1997-09-18 13:27:22 +00:00
John Fieber
7ee5688134 New disk formatting tutorial.
Submitted by:	dwhite@resnet.uoregon.edu
1997-09-13 04:24:28 +00:00
John Fieber
9ef229c6c5 Change C-c C-x to C-x C-.
Submitted by:	Ben <ben@cs.washington.edu>
1997-08-17 17:33:49 +00:00
John Fieber
183ccdcf66 New Improved!
Submitted by:	Annelise Anderson <andrsn@andrsn.stanford.edu>
1997-08-15 17:11:49 +00:00
Masafumi Max NAKANE
451112f9b4 $FreeBSD$ -> $Id$. 1997-07-01 21:38:45 +00:00
Masafumi Max NAKANE
a0125fd74b Add $Id$. 1997-07-01 05:38:16 +00:00
John Fieber
47a93628dd Another tutorial converted to Docbook. 1997-03-23 16:27:47 +00:00
John Fieber
7752550372 Fonts tutorial goes from linuxdoc to docbook. 1997-02-15 18:02:20 +00:00
John Fieber
e7838ea273 Another tutorial goes Docbook.
Add the standard header and footer graphics/links to HTML generated
from Docbook.
1997-01-19 21:30:25 +00:00
John Fieber
60d3ff5df2 Add some standard comments. 1997-01-19 15:30:34 +00:00
John Fieber
da3d36c3ef Another tutorial switches to docbook. 1997-01-19 15:30:07 +00:00
John Fieber
eddbbfc8c0 The first of the tutorials to be docbookified. 1997-01-18 02:24:21 +00:00
John Fieber
31b246f88d Wire up the new sgmlfmt options. 1996-10-06 00:08:28 +00:00
John Fieber
f285ed5bf8 Web pages, may I introduce you to CVS. CVS, these are the web pages.
Yes, this is supposed to be a new top level in the repository.

For the moment any changes to this area must be cleared by myself
or Jordan.  Once the kinks are worked out, the policy will probably
be relaxed.
1996-09-24 17:46:04 +00:00