Commit graph

30 commits

Author SHA1 Message Date
Nik Clayton
a497ab6892 After an extended absence (quit job, set up company, get girlfriend, get
contract, start contract, work too many hours per day) I'm back working
on the DocBook conversion :-)

Create two new entities, prompt.root and prompt.user. Use these where the
user is shown an OS prompt, to indicate whether they should be a normal
user or do it as root.

Everything else that looks like a prompt (e.g., C:\> which occurs here
and there) is also marked up as <prompt>.
1998-10-01 06:11:44 +00:00
Nik Clayton
775d061074 <ulink url="...man.cgi?...">...</ulink> -> <citerefentry>...</citerefentry> 1998-08-25 09:06:27 +00:00
Nik Clayton
bab9c37eab Fix up some uses of <screen> and the use of <emphasis> elements within
and near it. Most of the time this consisted of replacing the <emphasis>
with <replaceable> or <userinput>. Sometimes <screen> is the wrong element
to use, and will need replacing with something like <programlisting> or
<literallayout>.
1998-08-25 09:01:24 +00:00
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
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
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
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
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
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