Commit graph

13 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
Dmitry Morozovsky
e0b6705f07 Chase after src/MAINTAINERS change:
Remove scottl from his old projects.

Reviewed by:	scottl
2006-06-04 15:54:36 +00:00
Hiroki Sato
f9105467ef Merge new www design.
Submitted by:	Emily Boyd (emilyboyd at emilyboyd dot com)
Sponsored by:	Google Summer of Code 2005
2005-10-04 19:43:53 +00:00
Christian Brueffer
aefaf3dad9 Fix dates. 2005-02-16 23:56:09 +00:00
Maxim Konovalov
1e6e375632 Kill EOL whitespaces. 2005-01-30 17:35:41 +00:00
Maxim Konovalov
147d565622 o Fix a typo.
Submitted by:	Roman Divacky
2005-01-30 17:34:45 +00:00
Hiroki Sato
d5cbac2477 Unbreak the build. 2005-01-15 17:32:15 +00:00
Pierre Beyssac
f1efb77f8b Add some additional identified areas that need adapting/fixing for
filesystems >2TB:
	- dump(8)/restore(8)/fsb(8)
	- softupdates
	- quotas
2005-01-15 13:37:34 +00:00
Pawel Jakub Dawidek
238e6f1fea - Fix newfs(8) name (there is no newfs_ffs(8)).
- Update status of newfs(8) and du(1).
2005-01-08 17:50:00 +00:00
Ceri Davies
fdf94bb496 Yellow on white is impossible to read, so use orange instead. 2004-12-04 12:18:01 +00:00
Scott Long
153ea7def0 Update that md(4) has been fixed to allow up to 16TB sizes. Thanks to Pawel
for working on this.
2004-09-17 14:53:06 +00:00
Christian Brueffer
8bc1116f3c Typo fixes and wording improvements 2004-09-16 22:28:48 +00:00
Scott Long
50d93bf0bc Add a project page for tracking work that needs to be done to support
large filesystems and storage arrays.
2004-09-12 18:33:10 +00:00