Commit graph

23 commits

Author SHA1 Message Date
Gabor Pali
6fb170b309 - Spelling fixes
PR:		docs/149140
Submitted by:	olgeni
2010-07-31 11:06:18 +00:00
Remko Lodder
54861aac29 Update the abstract of the releng-packages article.
Not the release engineering team is responsible for
creating high quality packages but the ports management
team.

PR:             www/94099 (inspired by).
Submitted by:   Kovesdan Gabor <gabor dot kovesdan at t-hosting dot hu>
Verified by:    scotll
2006-03-12 13:45:13 +00:00
Mark Linimon
2134a3f764 s/bento cluster/ports building cluster/ 2005-07-23 22:39:08 +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
Ceri Davies
297060bbd0 Grammar police: "setup" is not a verb. 2003-11-05 10:59:35 +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
Marc Fonvieille
fe4878a69d Add missing closing tags not found by nsgmls, and fix the case of some
tags.

PR:		docs/56231
Submitted by:	Denis Peplin <den@freebsd-doc.org.ru>
2003-08-31 16:41:36 +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
eecc7b09b2 Wrap long lines, and remove eol-whitespace.
Translators please ignore this change.
2002-09-08 01:01:42 +00:00
Giorgos Keramidas
17cc9c98a8 Add <quote> and reword a few remaining places. 2002-09-08 00:58:39 +00:00
Giorgos Keramidas
a311df7b45 Expand contractions. 2002-09-08 00:52:47 +00:00
Giorgos Keramidas
3961e184b2 Lots of tagging and sgml'ification. 2002-09-08 00:45:37 +00:00
Giorgos Keramidas
ab606601e4 Markup INDEX with <filename> everywhere. 2002-09-07 23:12:28 +00:00
Giorgos Keramidas
9becacae2c Add a <quote> and a couple of syntax/grammar fixes. 2002-09-07 23:06:09 +00:00
Giorgos Keramidas
f619660dff Mark up file content sample with <literal>. 2002-09-07 22:55:06 +00:00
Bruce A. Mah
bcaf2d3374 The package-splitting scripts now live in CVS (and have for some
time).  Point users to the right location in the ports tree.  Also
adjust certain pathname references to reflect reality.

Inspired by:	talk(1) session with will
2002-08-16 16:40:20 +00:00
Jens Schweikhardt
026156c47d Typo: s/thisc/this/; s/Mhz/MHz/g
Translators can ignore this commit.
2002-07-16 18:45:39 +00:00
Ceri Davies
f5e699b1c5 Axe "you've" in favour of "you have" from doc/en_US.ISO8859-1 where it's
not part of a quote.

Inspired by:	Arthur Munn <amunn@comcast.net>
2002-05-24 08:20:39 +00:00
Peter Pentchev
6e99166b51 Whitespace-only fixups from the e-mail to SGML entities conversion. 2002-03-15 08:28:14 +00:00
Peter Pentchev
81f0937cee Convert names, descriptions and e-mail addresses of FreeBSD committers
and mailing lists to SGML entities.

Reviewed by:	keramida
Approved by:	keramida, silence on -doc
2002-03-15 08:10:48 +00:00
Murray Stokely
ef2065d02e Add an article on the Release Engineering / QA activities for the
third party software packages that accompany an official FreeBSD
release.

This document currently describes the "package split" procedure that
Steve Price uses to create clusters of like packages with similar
dependencies that are grouped onto specific discs.

In the future, this article should document the scripts that generate
clean packages on the bento cluster, the steps necessary to setup
another group of machines as a "Ports Cluster", and the scripts that
are used to verify the integrity of a package split.

Submitted by:	   steve
Sponsored by:	   FreeBSD Mall, Inc.
2002-02-25 14:33:46 +00:00