Commit graph

11 commits

Author SHA1 Message Date
Hiroki Sato
cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00
Joel Dahl
0f8976b95c Back out the last revision.
Requested by:	murray
2006-02-22 13:28:14 +00:00
Joel Dahl
7c47498ff1 The FreeBSD internal pages are probably intended for a developer-centric
audience, so use navdevelopers instead of navdocs.
2006-02-21 19:30:28 +00:00
Hiroki Sato
85091d3db7 Merge new www design.
Submitted by:	Emily Boyd (emilyboyd at emilyboyd dot com)
Sponsored by:	Google Summer of Code 2005
2005-10-04 20:06:58 +00:00
Murray Stokely
1b51d02f5e Update DOCTYPEs to HTML 4.01 Transitional. 2002-03-16 08:13:32 +00:00
Murray Stokely
7a15d30d48 When I originally added these files I chose a very poor place for them
based on where the NetBSD developer's put their release engineering
documents.  It's very clear that this information is not specific for
comitters, but is of general interest to our -STABLE users, and as
such it has been moved to more user-visible areas of our web site.

These files now simply provide pointers to the new locations.
2002-01-30 05:05:01 +00:00
Bruce A. Mah
54696881b1 Synchronize version bump list with the releng article in the doc/
tree (rev. 1.5).  This adds two RELNOTESng-related files.
2002-01-24 16:42:47 +00:00
Alexey Zelkin
e188d5456e * respect &base;
* replace "./releng.html" with more literal values
* concrecte reference to list of "Version Bump" files (use anchor)
2001-12-13 18:39:07 +00:00
Murray Stokely
060bd55cf6 Update email address. 2001-12-13 09:25:46 +00:00
Bruce A. Mah
0444a81501 Mention RELNOTESng files that need to be tweaked as a part of rolling
a new release.

Approved by:	murray
2001-12-04 18:04:58 +00:00
Murray Stokely
03d68a9511 Add a page about the Release Engineering process to the internal
section of the FreeBSD website (www.freebsd.org/internal).

This page documents the administrative aspects of FreeBSD releases,
including the CVS operations required, a list of files that must be
updated for each release, information about the contents of each disc
on the 4 disc set, and so on ..

Comments and additions are welcome.

Reviewed by:	phk, bmah, and others.
2001-11-30 19:08:53 +00:00