Commit graph

34 commits

Author SHA1 Message Date
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
94b16e9fc5 - abstract should be in articleinfo 2013-05-31 12:21:23 +00:00
Gabor Kovesdan
3a9b83582b - Use XInclude to include text files instead of <inlinegraphic> since such
inclusion is not supported in standard XSLT and xsltproc provides no
  extensions for that
2013-01-30 20:11:31 +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
e6b69c3357 - XMLify English articles
Approved by:	doceng (implicit)
2012-06-21 16:01:00 +00:00
Hiroki Sato
a5a26d26bd Remove sun4v. 2011-05-14 20:44:31 +00:00
Jens Schweikhardt
f1e4d0552f Improve target architecture independence. 2008-12-11 19:48:21 +00:00
Jens Schweikhardt
4d7f958192 Update estimate of time required for port building. 2008-12-04 18:13:49 +00:00
Jens Schweikhardt
b1036d3d1c Correct murky grammar. 2008-12-04 18:04:51 +00:00
Jens Schweikhardt
11aa75bda3 Bring this article up-to-date:
- mention ZFS
- xorg instead of XFree86
- use most recent mergemaster messages in <screen> sections
stage_1.sh:
- use /dev/daXYZs1a to no longer require anti-footshooting warning
- Introduce TARGET and MAKEOBJDIRPREFIX variables
- remove FreeBSD version 4/5 relevant shell code
stage_2.conf.default:
- update somewhat ancient port list; openoffice 1 just doesn't cut it any more
stage_3.mk:
- update to closer reflect my current version
2008-12-03 21:59:51 +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
Jens Schweikhardt
7d9fe8221e Minor improvements:
- added some directories
- style fixes
- BATCH=YES
2004-07-19 21:02:26 +00:00
Jens Schweikhardt
c58715b69e Default build command now includes BATCH=yes < /dev/null. 2004-07-19 20:58:41 +00:00
Jens Schweikhardt
9609a694cf s/firebird/firefox/ and other minor edits for style etc.
PR:		69250
Submitted by:	Brad Davis <so14k@so14k.com>
2004-07-19 20:42:14 +00:00
Denis Peplin
59859e64cb Close / fix pair tags 2004-07-06 14:25:55 +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
33835474de Add missing </sect1>'s 2004-04-06 15:29:15 +00:00
Alexey Zelkin
3f2ab786f5 freebsd.org -> FreeBSD.org 2004-04-04 21:40:58 +00:00
Jens Schweikhardt
87a86123c6 Changed the default make target back from "package-recursive" to
"install" (was a testing leftover).
2004-01-23 22:11:41 +00:00
Jens Schweikhardt
978f249f2c Minor improvements to all stages and documentation. 2004-01-21 19:39:26 +00:00
Jens Schweikhardt
cb61d5bff4 The scripts have been rewritten to separate code from data.
This allows to use different config files without having to
edit the code scripts.
2004-01-03 15:46:31 +00:00
Ceri Davies
297060bbd0 Grammar police: "setup" is not a verb. 2003-11-05 10:59:35 +00:00
Simon L. B. Nielsen
6e997c3e9d Whitespace cleanup for last commit, no content change. 2003-10-18 14:32:23 +00:00
Simon L. B. Nielsen
e9047a74f1 - Use application tag instead of filename to markup "make".
- Use a note tag instead of a itemizedlist with one listitem.
- Use manual page reference instead of literal tag to reference devfs.

PR:		docs/56902
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>
2003-10-18 14:13:22 +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
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
Dag-Erling Smørgrav
040dbf4621 Install stage_* from ${.CURDIR}, not (implicit) ${.OBJDIR}. 2003-03-18 14:44:27 +00:00
Jens Schweikhardt
e1f0bf4fc3 New article: FreeBSD From Scratch
This article describes my efforts at FreeBSD From Scratch: a fully
automated installation of a customized FreeBSD system compiled from
source, including compilation of all your favorite ports and configured
to match your idea of the perfect system. If you think "make world" is a
wonderful concept, FreeBSD From Scratch extends it to "make evenmore".
2003-03-08 08:26:10 +00:00