Commit graph

52 commits

Author SHA1 Message Date
Warren Block
5f88c7f971 Restore lost <replaceable> tags. 2014-04-29 21:08:25 +00:00
Hiroki Sato
8def749c53 Normalize DTD URL. 2013-11-13 07:52:45 +00:00
Gabor Kovesdan
24d129e8d1 - Definitively upgrade to DocBook 5.0 2013-11-07 15:39:28 +00:00
Gabor Kovesdan
5abc7b107d - Revert r41797, r41798 and r41867, which were not really good fixes 2013-06-20 14:50:47 +00:00
Gabor Kovesdan
c248fab13c - trademark is not allowed in screen 2013-05-31 14:11:10 +00:00
Gabor Kovesdan
5df509eaa2 - Remove standalone="no" statements from XML declarations since it did not
always work and is no use anyway
2013-01-30 19:12:36 +00:00
Gabor Kovesdan
36cdb51546 - Migrate the documentation set to DocBook 4.5 2013-01-30 14:00:53 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
e6b69c3357 - XMLify English articles
Approved by:	doceng (implicit)
2012-06-21 16:01:00 +00:00
Eitan Adler
48ade357c0 - XFree86 has not been in service for many years
- Remove the gratuitous linux comparison
- Expand a bit on window managers

Approved by:	dougb
2012-01-11 02:13:00 +00:00
Simon L. B. Nielsen
eaece1fb89 Add id attributes to sect1 tags in articles that has generated stale
xXXX.html files on www.FreeBSD.org to avoid generating more of them.
2005-07-20 19:21:49 +00:00
Jesus R. Camou
3ee10d7885 Remove a bunch of dead links and add
some existing ones.

Submitted by:	josef
Approved by:	trhodes (mentor)
2005-04-25 22:13:49 +00:00
Jesus R. Camou
8b479a44c9 Add some <application> tags.
PR:		docs/56903
Submitted by:	josef
Approved by:	trhodes (mentor)
2005-04-22 22:46:19 +00:00
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
Denis Peplin
c12c11040e Use url entities for links between docs 2004-08-05 10:04:31 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Ceri Davies
297060bbd0 Grammar police: "setup" is not a verb. 2003-11-05 10:59:35 +00:00
Simon L. B. Nielsen
a9e3afd078 Add trademark symbols and attributions:
- Add trademark tags as needed, generally on first use in each
   article.
 - Add an attribution to the legal section mentioning all trademarks
   referenced.
 - Always use correct case for trademarks.
2003-08-14 19:54:05 +00:00
Giorgos Keramidas
03a6a00213 Spell MS-DOS correctly and use &unix; (to include (R)) in the
one place the UNIX(R) is used in this article.
2003-05-21 20:49:40 +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
6dd95937d9 Put my flame resistant suit on, and remove all unnecessary duplication
of URL text in <ulink> attributes, reducing the probability of typos
in future changes to the docs.
2003-04-11 01:11:39 +00:00
Tom Rhodes
d4b003e30a FreeBSD documentation project prefers to use manual pages over man pages,
hence some documents should reflect this.

Tossed around on: -doc -developers
2002-07-11 19:08:31 +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
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
Dima Dorfman
0f1771bbb5 Correct link to www.simtel.net.
PR:		27082
Submitted by:	jeh
2001-05-04 23:20:43 +00:00
Nik Clayton
0feceebdf2 Switch to using the DocBook 4.1 based DTD. 2001-04-17 15:53:40 +00:00
Murray Stokely
1b75464e35 While we're here, note that XFree86 4.x supports TrueType fonts with
the freetype module and point to our X11/fonts section of the Handbook.
2001-04-09 09:59:33 +00:00
Murray Stokely
da103a5f0d Update URL for freetype projects page.
Submitted by:	Philip Lijnzaad <lijnzaad@ebi.ac.uk>
2001-04-09 09:50:32 +00:00
Dima Dorfman
caa6994914 DocBook police: open and close tags for <programlisting> should cuddle
up to the contents within.

Approved by:	nik
2001-04-09 00:33:58 +00:00
Hiroki Sato
613fe01be4 Some markup cleanups:
o </> -> </foo>.
 o bash$ -> &prompt.user;.
 o Use &man.foo.1; instead of <citerefentry>.

   Note: No content changes are in this commit.
2001-03-11 07:48:57 +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
Alexander Langer
195bf8e935 Reflect (even ancient) changes, that have come up since this article
had been imported, in the 60-lines part.

PR:		18954
Submitted by:	Mark Ovens <mark@ukug.uk.freebsd.org>
Reviewed by:	asmodai
2000-06-20 11:30:11 +00:00
John Baldwin
91d4126935 This is an entirely whitespace change, which applies the new proposed
indentation/whitespace style.  Translators can ignore this, but should
take note of the style.

I made some slight modifications in regards to the indentation of <screen>,
<informalexample>, and <programlisting> to match the existing style of the
handbook.

PR:		docs/14206
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-10-10 18:35:50 +00:00
John Baldwin
1a2036e2e3 Markup and minor content changes to fonts article - no whitespace
changes.

Remove <para>-enwrapped lists, use man-ref entities for man page
references, and a few other minor nits.

PR:		docs/14197
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-10-10 18:08:15 +00:00
Jesus Rodriguez Cuesta
d4c07f8360 Articles/fonts was only pretending to be an article, this makes it an
article.  This is a mechanical transformation, whitespace cleanups still
needed.

PR:		docs/14113
Submitted by:	nbm@rucus.ru.ac.za
1999-10-04 21:31:02 +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
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
Nik Clayton
fd39f649a5 Update the TrueType section with information about converting TrueType
fonts to groff/postscript format.

Submitted by:   Ken Marx <kmarx@bigshed.com>
DocBook'ed by:  John Baldwin <jbaldwi@vt.edu>
1999-08-06 17:35:18 +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
Masafumi Max NAKANE
a0125fd74b Add $Id$. 1997-07-01 05:38:16 +00:00
John Fieber
7752550372 Fonts tutorial goes from linuxdoc to docbook. 1997-02-15 18:02:20 +00:00