Commit graph

82 commits

Author SHA1 Message Date
Peter Pentchev
c22beb4998 Lowercase a couple more element and attribute names. 2004-08-11 17:25:04 +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
Hiroki Sato
c77902a017 Back out the previous change. The center justification is
intended for the abstract, not the title and the authorgroup.
2004-07-12 15:45:21 +00:00
Hiroki Sato
4fc606fda7 Use left justification for trademarks and abstract section
in the title page.
2004-07-11 16:49:53 +00:00
Alexey Zelkin
4dd5e42b8b Fix two typos 2004-04-09 09:05:23 +00:00
Alexey Zelkin
31b2958c80 Update article to use 3 branches diagram instead of one.
Also remove branches.ascii file.  This file is highly outdated, and
I was failed to understand how it was used in article at all.  All
my attempts to get it *really* included into generated html were failed.

If someone feels that it should not be remove, feel free to re-add
it back and update it to current state of the world.
2004-04-08 08:31:49 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Bruce A. Mah
f4273f2cd9 Update the list of Web-site-related files that need version number
bumps.
2004-01-12 21:26:10 +00:00
Jens Schweikhardt
a18a572ce0 Correct a grammo.
Remove whitespace at EOL while I'm here.
No content changes; translators please ignore.
2004-01-12 07:10:21 +00:00
Simon L. B. Nielsen
4071843a8a Add trademark attribution for CVSup. 2003-12-24 00:26:41 +00:00
Ken Smith
f1ee03aa1f - Remove updating of index.html file (not there any more)
- Minor pathname fixes
	- Add some basic timing targets for release bits, how/when to
	  warn mirror admins.
	- Add guidelines on what to name ISO's to make them consistent
	  among releases and architectures (differences confuse users).

Reviewed by:	murray
Approved by:	blackend (mentor)
2003-11-10 00:02:27 +00:00
Murray Stokely
7ef68ae922 Add another file to post-release update list. 2003-10-29 08:06:05 +00:00
Murray Stokely
6a663bc96d Add a file to the post-release update checklist. 2003-10-29 07:49:09 +00:00
Murray Stokely
8b8f89bb4c The web include files have moved around a bit. Update checklist item accordingly. 2003-10-29 07:38:40 +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
Murray Stokely
6a1b90b827 The targets for building the boot floppies have changed since this was
originally written.  Update accordingly.
2003-05-04 22:43:19 +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
Murray Stokely
0c88ff267a Add www/es/includes.sgml to the version bump list.
Discussed with:	jesusr
2003-04-14 08:48:50 +00:00
Marc Fonvieille
48467978c1 Remove images moved to share/images/articles. 2003-04-11 09:28:13 +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
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
Murray Stokely
ee726148f1 Update this article a bit to be less release version-specific. Also
clean up the version bump list by separating those items (i.e., in the
www/ tree) that should be modified AFTER the release is otherwise
ready.

Add a few <replaceable> tags.

Update an example.
2003-03-08 09:55:04 +00:00
Ceri Davies
626fb7d6f3 Fix link to "The Release Engineering of 4.3BSD".
Submitted by:	YAMANO Yuji <Yamano_Yuji@tk-bay.ogis-ri.co.jp>
2003-02-22 21:27:04 +00:00
Hiroki Sato
ee5bf07c5d Replace ${JADEFLAGS} with the corresponding variables. 2003-02-16 14:59:48 +00:00
Murray Stokely
35140ba8fe Add FreeBSD 4.7 and FreeBSD 5.0 to the release diagram. 2003-02-14 07:31:57 +00:00
Tom Hukins
e425fbbac8 s/freebsd.org/FreeBSD.org/ 2003-01-21 19:28:27 +00:00
Murray Stokely
4443a4bfd3 Add more web files that must be updated with each new release of
FreeBSD.

Submitted by:	hrs
2002-10-08 05:36:03 +00:00
Murray Stokely
92edbe5ba1 Note that the release engineers must update the config file for the
package split with each new release of FreeBSD.
2002-10-08 04:14:22 +00:00
Bruce A. Mah
42b48086f3 Add porters-handbook/book.sgml to the version bump list (it lists the
__FreeBSD_version numbers).  Also fix a typo in an existing filename.
2002-10-06 23:11:12 +00:00
Bruce A. Mah
00d03a98dd Add src/usr.sbin/pkg_install/add/main.c to the version bump list. 2002-09-09 23:10:21 +00:00
Bruce A. Mah
8cf9f16310 Add some text to the "Building XFree86" section to reflect the 4.6 and
later default of installing XFree86 4.X from packages (rather than a
customized tarball, as was the case for prior releases using XFree86
3.X).
2002-09-08 22:39:55 +00:00
Giorgos Keramidas
3e388e694c - Avoid accidental line breaks in ``I/O intensive''.
- Fix comment to match section title.
- Mark up Makefile as a <filename>.
2002-09-06 23:07:34 +00:00
Giorgos Keramidas
002a60f06e Add missing fullstop. 2002-09-05 23:52:17 +00:00
Murray Stokely
e283ae4347 Add 4.6.2R to the release diagram, to show how point releases can and
should be made from the RELENG_X_Y security branches.
2002-09-02 07:53:14 +00:00
Murray Stokely
19bffb228c Remove contribed groff_mdoc.man from version bump list -- we only need
to update this in mdoc.local.
2002-08-14 06:39:36 +00:00
Bruce A. Mah
75e5cc7d9e Assorted markup fixes, with the occasional spelling/punctuation fix. 2002-08-10 23:39:39 +00:00
Murray Stokely
d982dfa508 Add bsd-family-tree to the version bump list.
Inspired by:	    wosch
2002-08-06 08:05:50 +00:00
Murray Stokely
aff4ff13a2 Add FreeBSD 4.6 to diagram. Adjust font sizes. 2002-07-25 09:49:30 +00:00
Murray Stokely
4521472e4a Generate a table of contents for this article. 2002-07-25 09:40:59 +00:00
Murray Stokely
e171104254 Add a new section to describe the files that must be updated on
ftp-master when a new release is made available.
2002-07-25 09:40:30 +00:00
Murray Stokely
69984e3d92 Remove doc-common from the version bump list. It should not have been
added after the 4.6 release cycle.  We should follow the old
procedure.
2002-07-18 09:17:32 +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
Giorgos Keramidas
92cb93a0b9 Do not use /handbook to link to the Handbook, since some of these
links are broken now that /handbook is a redirection to the real
location of the Handbook at /doc/en_US.ISO8859-1/books/handbook.

PR:		docs/39967
Submitted by:	Mark J. Miller <mjm@CSUA.Berkeley.EDU>
2002-06-28 23:44:38 +00:00
Giorgos Keramidas
5bf0ad941f Minor grammar fix.
Submitted by:	Bruce Newland <newlandb@corp.earthlink.net>
2002-06-23 13:08:55 +00:00
Bruce A. Mah
32352195d4 Add two manpage-related files to the version bump list.
Submitted by:	dougb, sheldonh
2002-06-18 21:16:08 +00:00
Bruce A. Mah
aedc109557 Add src/share/examples/cvsup/standard-supfile to the version bump list. 2002-06-06 22:14:36 +00:00
Murray Stokely
9cad5d0a0f Remove extraneous word.
Submitted by:	Adrian Steinmann <ast@marabu.ch>
2002-05-30 06:53:21 +00:00
Brian Somers
bb743c4731 Fix a typo in the instructions for generating release disc manifests.
MFC after:	3 days
2002-05-13 23:12:59 +00:00