Commit graph

24 commits

Author SHA1 Message Date
Giorgos Keramidas
f584f69c5d Uncapitalize a word in the middle of a sentence. 2004-11-01 11:18:13 +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
Denis Peplin
c12c11040e Use url entities for links between docs 2004-08-05 10:04:31 +00:00
Murray Stokely
d05594021a Add 'frame="none"' attribute to <informaltable>s. 2004-07-09 09:50:34 +00:00
Alexey Zelkin
d57858a6cf Minimal update to bring aricle into current reality:
. Use better visible name for Using CVSup section
        . Use 1.3.1-patchset9 as referencing patchset
        . Use linux-sun-jdk1.3.1's build 10 for references.
        . Use tomcat 4.0.6 for references
        . Do not mention hand handling dependencies for gtar, bzip2, etc.
          These are handled automatically these days.

XXX: article need to be updated to cover least following things:

        . enable linux emulation via kernel module loading
        . notice possiblities to build jdk13 without plugin, etc.  This
          is useful in server only environment.
        . it should mention jdk14 as one of choices
2004-04-05 14:22:48 +00:00
Hiten Pandya
3f85865477 Update meta information about the article; while I am there, remove
stale information.
2004-02-04 20:54:58 +00:00
Simon L. B. Nielsen
4071843a8a Add trademark attribution for CVSup. 2003-12-24 00:26:41 +00:00
Ceri Davies
297060bbd0 Grammar police: "setup" is not a verb. 2003-11-05 10:59:35 +00:00
Simon L. B. Nielsen
2993ccd69a *.sgml:
- Use trademark entities
 - Add trademark attributions.
 - Always use correct case for trademarks.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Add entities for more trademarks / companies.
 - Sort the Sun trademark attribution entity.
2003-09-14 11:29:06 +00:00
Marc Fonvieille
e0f9ef7eba Fix a broken URL and a typo.
PR:		docs/55939
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>
2003-08-25 09:54:01 +00:00
Marc Fonvieille
794435e8ac Fix a typo.
Submitted by:	Rory Winston <Rory.Winston@telewest.co.uk> via Hiten
Pandya <hiten@unixdaemons.com>
2002-10-08 21:11:21 +00:00
Giorgos Keramidas
f7ba6d8283 Fix instructions for `in-place editing' of a config file.
Make sure that nobody overwrites their server.xml by mistake.
2002-08-31 21:44:18 +00:00
Giorgos Keramidas
a80ecfd573 Point to archivers/gtar instead of the entire collection of them,
archiving programs.   Installing them all is a bit of overkill.
2002-08-31 21:31:09 +00:00
Giorgos Keramidas
370f0df996 Don't use parenthetical comments within <screen>,
but be more verbose about shells and environment vars.
2002-08-31 20:42:08 +00:00
Giorgos Keramidas
877fa106c8 No need to be repetetitive. 2002-08-31 20:32:35 +00:00
Giorgos Keramidas
64d9ef70ea Add a couple of <filename> tags.
Cut down a bit on the usage of <literal>.
2002-08-31 20:31:37 +00:00
Giorgos Keramidas
99227d0c09 Use relative links when referring to other parts of the documentation,
instead of absolute links.  This way doc/* works in any depth under
the root directory of a Web server.  Leave ftp: urls as absolute.
2002-08-31 16:40:38 +00:00
Giorgos Keramidas
27cbcc3635 Collapse multiple, subsequent <screen>'s to single, multi-line elements. 2002-08-31 09:59:41 +00:00
Jim Mock
7e5229d6dc X.x -> X.X when mentioning FreeBSD branches to be consistent with the
rest of the doc tree.

PR:		38777
Submitted by:	blackend
2002-07-03 23:19:12 +00:00
Ernst de Haan
1a4804ce72 Fixing a small typo.
Submitted by:	Levani Mikeladze <levani.mikeladze@silkroad.ge>
2002-04-27 00:12:03 +00:00
Giorgos Keramidas
c6390738b1 Typo fix.
Submitted by:	Marc Fonvieille <marc@blackend.org>
2002-04-18 23:31:45 +00:00
Jim Mock
cec8304525 Attack of the whitespace police. These are whitespace changes only,
translators can ignore them.

In the future, please use tabs for 8 spaces and two spaces after a
period.  This should be in the FDP Primer if it's not already (it's
been beaten to death on -doc a few times over the years).
2002-04-13 18:41:13 +00:00
Jim Mock
62bf3fd4b1 Add a missing </para> tag that was causing some funky whitespace in the
output.

Noticed by:	Marc Fonvieille <marc@blackend.org>
2002-04-13 17:19:52 +00:00
Tom Rhodes
57566389d3 New article on Java / Jakarta / Tomcat
PR:		36722
Submitted by:	Hiten Pandya <hiten@uk.FreeBSD.org>
Approved by:	jim
2002-04-10 19:23:54 +00:00