Commit graph

49 commits

Author SHA1 Message Date
Hiroki Sato
c4cb2201ad Use lower-case characters for attribute name (s/URL=/url=/).
No content change.
2004-08-09 19:49:18 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Alexey Zelkin
2e0fdd35b2 Add WITH_ARTICLE_TOC to big articles to simplify navigation across
article.
2004-04-06 13:40:48 +00:00
Ceri Davies
fcb8ffee08 Correct some misuses of "its" and "it's".
Also expand some contractions of the same, discovered while I was
hunting down the above.

This commit can very likely be ignored by translation teams.
2003-11-23 18:48:37 +00:00
Simon L. B. Nielsen
b8494fd2f5 - Use trademark entities.
- Add trademark attributions.
- Don't join trademarks with other words, e.g. using hyphens.
- Don't use trademarks as nouns (e.g. don't use "Windows NT's").
2003-09-18 15:32:54 +00:00
Hiroki Sato
f6cd99b654 Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Giorgos Keramidas
431f889334 Revive the link to the "NT Loader Hacking Guide" by pointing to its
new location now that it's back online.
2003-03-27 11:28:46 +00:00
Giorgos Keramidas
f2bbc50674 Typo fixes and redundancy reduction of <ulink URL="foo">foo</ulink>. 2003-03-27 11:19:59 +00:00
Giorgos Keramidas
f18abd2a8c - Capitalize `slackware' and link to their homepage.
- Use <emphasis> instead of CAPS.
2003-02-02 02:04:08 +00:00
Giorgos Keramidas
a8ae3868ea Don't special-case FAT32. It used to be sort of special,
but it's "yet another filesystem" now.
2002-11-06 23:42:44 +00:00
Giorgos Keramidas
a38d8c0d8a Use &a.jkh; when referring to Jordan Hubbard, thus
making sure his email address is at FreeBSD.ORG.

Not objected to by:	jkh
2002-11-06 23:39:37 +00:00
Giorgos Keramidas
e5476374b3 Consistently use [0-9]&nbsp;MB for disk & partition sizes.
"meg" is a rather strange unit name.
2002-11-06 23:31:10 +00:00
Giorgos Keramidas
3f3e05c79b Remove an unmatched closing paren from a footnote. 2002-11-06 23:26:03 +00:00
Giorgos Keramidas
a64d06014c Mark up "partition magic" with <application>. 2002-11-06 23:13:04 +00:00
Giorgos Keramidas
e95947deb8 Add a few <filename> tags and change existing ones to use
class="directory" where proper.
2002-10-19 00:47:41 +00:00
Marc Fonvieille
90fca4fb60 Use correct Uniform Resource Identifier (URI), it works with all
browsers but mozilla, which has a bug on that point.
The fix respects the RFC 2396 related to URIs.
2002-09-06 20:46:22 +00:00
Giorgos Keramidas
48923af77c Add missing parenthesis. 2002-05-26 23:18:22 +00:00
Tom Rhodes
9ba764ae23 Consistancy checks: s/file system/filesystem/g 2002-05-16 01:42:28 +00:00
Giorgos Keramidas
6ddd2cc0dc Fix &entities; that lacked an ending ';' character,
as reported by the following:

	% cd doc/en_US.ISO8859-1
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*$' | grep -v '&$'
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*[[:space:]<]' |\
	  grep -v '&[[: space:]]' | grep -v '[[:space:]]&&[[:space:]]'
2002-03-27 01:16:55 +00:00
Giorgos Keramidas
d690a988f5 Change most quote characters to proper <quote> tags,
or other more appropriate SGML entities.
2002-02-14 23:57:13 +00:00
Giorgos Keramidas
983c0d2ab5 We're long past FAT32 being used in OEM computers.
Reflect that to this article, which talked about FAT32 as a future thing.
2002-02-09 01:45:09 +00:00
Murray Stokely
720d4d69c8 * s/freebsd.org/FreeBSD.org/
* Correct some broken links
* Use relative links for freebsd.org documents

PR:		docs/31447
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
Found by:	linbot
2001-10-23 21:31:20 +00:00
Giorgos Keramidas
0b824da1aa Remove all contractions from most of the articles. This solves the
problems with the usage of "its" vs "it's" among other things

Approved by:	nik
2001-10-16 11:53:01 +00:00
Chern Lee
6dbf07d805 Fix/Standardize:
internet -> Internet
can not -> cannot
CD-ROM -> CDROM
cdrom -> CDROM
UNIX -> Unix

To be standardized with the rest of the doc tree.

Approved by:	murray
2001-07-17 20:51:52 +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
Dima Dorfman
4a5d66a6bf Spelling police. 2001-07-10 14:00:17 +00:00
Dima Dorfman
4a5e851cb2 DocBook police: open and close tags for <screen> should cuddle up to
the contents within.
2001-07-06 13:03:06 +00:00
Nik Clayton
0feceebdf2 Switch to using the DocBook 4.1 based DTD. 2001-04-17 15:53:40 +00:00
Jim Mock
82d7459043 Close tags with </foo> instead of </>.
PR:		20183
Submitted by:	Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-26 18:24:50 +00:00
Nik Clayton
6955bc4851 Remove link to http://www.cs.yorku.ca/People/frank/docs/, which no longer
exists.  Request by one of the yorku.ca admins.
2000-05-30 22:48:47 +00:00
John Baldwin
579846ec98 Add missing <para> tags around a paragraph. 1999-10-13 10:51:58 +00:00
John Baldwin
00b188f72e Move two <informalexample>'s out of a <para>. Fix two grammar bogons:
sentence without a subject and "to utilized" -> "to be utilized".
1999-10-11 20:33:02 +00:00
John Baldwin
f96817a8f4 Indent the multi-os article according to the house style. This is a
whitespace only commit and can be ignored by translators.

PR:		docs/14228
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-10-11 20:23:45 +00:00
John Baldwin
8cebb7f180 Un<para>-wrap some tables and examples.
PR:		docs/14227
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-10-11 20:03:24 +00:00
Jesus Rodriguez Cuesta
dc684ab43d multi-os article wasn't. Still needs whitespace/indentation stuff.
PR:		docs/14116
Submitted by:	nbm@rucus.ru.ac.za
1999-10-04 21:41:03 +00:00
Peter Wemm
5ff728b8ca $Id$ -> $FreeBSD$ 1999-09-06 06:53:43 +00:00
Nik Clayton
cecc348da3 Use the new doc.project.mk file, and ${.CURDIR}. 1999-09-03 17:40:13 +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
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
Nik Clayton
7fc8947ce8 The new Makefile framework. Does the right thing (pretty much) except
in the case of */FAQ/Makefile, because the FAQs are all in the wrong
place.  Things still install properly, but some of the directory paths
are hardcoded.  This will be going away ASAP.
1999-08-16 22:09:20 +00:00
Bill Fumerola
e317b4bfd8 64 cylinders -> 64 sectors/track
PR:		docs/8820
Submitted by:	Ming-I Hsieh <PA@FreeBSD.ee.ntu.edu.tw>
1998-11-30 23:14:55 +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
Wolfram Schneider
99914ca1fa s/jayrich@in.net/jayrich@sysc.com/g 1997-10-24 19:33:28 +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
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