Commit graph

17 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
Pav Lucistnik
6527ec0803 - Change The Articles link to point to the relevant anchor in target page 2005-11-30 21:43:43 +00:00
Marc Fonvieille
942fc69f31 Fix broken links.
Found by:	Brandon Cash <brandoncash@gmail.com>
2005-11-28 13:19:21 +00:00
Marc Fonvieille
b9bd1d846f MFP4: Merge new layout
Submitted by:   Emily Boyd <emilyboyd@emilyboyd.com>
Sponsored by:   Google Summer of Code 2005
2005-10-04 17:22:00 +00:00
Ceri Davies
fcde2fd806 Correctly close the &footer; element.
Also, close a dangling <tr> element in current.sgml.
2004-01-19 19:08:36 +00:00
Marc Fonvieille
31773c1618 Punctuation fix. 2002-08-23 22:16:52 +00:00
Murray Stokely
1b51d02f5e Update DOCTYPEs to HTML 4.01 Transitional. 2002-03-16 08:13:32 +00:00
Nik Clayton
07af8e9d27 Update to talk about books and articles, rather than the FAQ, Handbook,
and tutorials.

Prompted by:	Bill Moran <wmoran@iowna.com>
2001-09-08 19:33:04 +00:00
Dima Dorfman
7eec0a1427 Remove duplicate $FreeBSD$ lines. One is in the `date' entity, and
one in a comment; since the former is clearly visible from the top of
the file, the latter's only purpose was to bloat the repository a
little more.

No objections by:	-doc, -www
2001-07-13 12:52:17 +00:00
Nik Clayton
714abf637c Link to the FAQ using index.html rather than FAQ.html. 2001-04-17 12:21:56 +00:00
Dima Dorfman
7687f34338 Explicitly link to the index.html files instead of relying on the web
server's directory index configuration to DTRT (i.e., link to
"ports/index.html" rather than "ports/").  This also makes it easier
for people without the desire to set up a web server to test changes
to the web site.

PR:		23230
Reviewed by:	nik
2001-04-11 22:31:47 +00:00
John Baldwin
5b5e044611 Lots of freebsd -> FreeBSD fixes
PR:		docs/15382
Submitted by:	Alexander Langer <alex@big.endian.de>
1999-12-12 16:24:48 +00:00
Peter Wemm
01a61279be $Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00
Nik Clayton
3a6361c32c The Handbook conversion has changed the names of some of the generated
HTML files (not all of them, just some of them).

Fix up the broken references to point to the correct files.

This has not touched the release notes in releases/*/*.  I'm not sure
whether they should remain as historical record of what was shipped or
not.  About 5 of them now have a couple of broken links each, which will
be trivial to fix.
1999-03-27 15:43:51 +00:00
Wolfram Schneider
4954db3a9f Added link to FreeBSD Documentation Project Home. 1998-10-27 12:00:21 +00:00
Wolfram Schneider
5d8b87f4bd Clickable documentation. 1998-04-30 12:50:49 +00:00
Nik Clayton
f08ba66e33 Updated the information about the FreeBSD Documentation Project. Updated
docproj.sgml, and added a new 'docproj' directory which contains other
project related .sgml files (and a Makefile). Updated the main Makefile to
include this new directory.

Reviewed by the various members of the -doc mailing list (including
John Fieber) over the past week or so.
1998-03-31 20:11:38 +00:00