Commit graph

24 commits

Author SHA1 Message Date
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
3cdf4e4922 - XMLify English books
Approved by:	doceng (implicit)
2012-06-21 16:04:40 +00:00
Ulrich Spörlein
de198ef68d Typo and spelling fixes. 2011-05-15 20:41:31 +00:00
Johann Kois
9024e5e4a5 PR: docs/149315
Fix a couple of typos/misspellings in:

- doc/en_US.ISO8859-1/books/corp-net-guide/book.sgml
- doc/en_US.ISO8859-1/books/dev-model/book.sgml
- doc/en_US.ISO8859-1/books/developers-handbook/l10n/chapter.sgml
- doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
- doc/en_US.ISO8859-1/books/porters-handbook/book.sgml

Contributed by: Jimmy Olgeni (olgeni@)
2010-08-08 13:54:36 +00:00
Ceri Davies
eb2cd84505 Internet Explorer fails to render some tables generated by the
informaltable element properly, unless the pgwide attribute is
explicitly set to 1.  Use this consistently within the (en) tree, and
update the FDP accordingly.  This should finally silence the demons in:

PR:		docs/73095
Submitted by:	Hilko Meyer <Hilko dot Meyer at gmx dot de>
2004-11-29 21:43:38 +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
Hiroki Sato
c6b41de97a Add missing id attributes. 2004-01-30 10:24:50 +00:00
Ceri Davies
a7b5ebd24d 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:22:40 +00:00
Giorgos Keramidas
83f1d733cd Reduce foot shooting possibility by removing duplication of
URLs in the body of <ulink> elements.
2003-05-21 20:57:12 +00:00
Jesus Rodriguez Cuesta
31400ac28b Fix minor spelling:
s/langiage/language

Submitted by: bixen@tikismikis.org
2003-05-09 20:42:42 +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
Marc Fonvieille
87244b4a45 Remove files moved to share/images/books. 2003-04-11 09:34:49 +00:00
Marc Fonvieille
47f6d4e260 Commit images separation from en_US.ISO8859-1/ directory to
share/images.  To link "generic" images (share/images ones) from
Makefiles use IMAGES_EN and to link localized images use IMAGES.
For an example look at en_US.ISO8859-1/books/handbook/Makefile
2003-04-11 09:21:15 +00:00
Sebastien Gioria
1e57c3d640 - Copyright and ISBN enhancements for the japanese version of the book
- Stuff mentioned on the errata page of the book
- Many whitespace fixes
- Some additional changes requested by Ted Mittelstaedt

PR : docs/42473
Submitted by : Christian Brueffer <chris@unixpages.org>
2002-09-06 13:39:19 +00:00
Murray Stokely
bc83273cff * Correct some links
* Use ftp.hostname.com/directory rather than
  ftp.hostname.com:directory.
* s/freebsd.org/FreeBSD.org/
* Use relative links for FreeBSD.org documents

PR:		31447
Submitted by:	Cyrille Lefevre
Found by:	linbot
2001-10-23 21:54:19 +00:00
Dima Dorfman
c649463885 Use <email> where appropriate. 2001-06-24 21:01:55 +00:00
Bruce A. Mah
42f7c72b88 Fix typo in link.
PR:		docs/26661
Submitted by:	Seth <seth@psychotic.aberrant.org>
2001-04-18 02:03:23 +00:00
Nik Clayton
046186d81c Introduce Chapter 8 of the "FreeBSD Corporate Networker's Guide" by Ted
Mittelstaedt to the repo.  Permission to include this has been given by
Addison Wesley (specifically, Chanda Leary-Coutu <Chanda.Leary-Coutu@awl.com>).
DocBook markup by me (as was the ASCII art, I hope all of you readers not
using a graphical terminal appreciate it).
2001-04-09 20:39:29 +00:00