Commit graph

8 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
Giorgos Keramidas
572bd445aa Minor capitalization nit: consistenly capitalize "Logo" in ALT attributes.
PR:		www/92898
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2006-02-10 14:37:07 +00:00
Marc Fonvieille
2303b3f8dd MFP4: Merge new layout
Submitted by:   Emily Boyd <emilyboyd@emilyboyd.com>
Sponsored by:   Google Summer of Code 2005
2005-10-04 17:03:59 +00:00
Ceri Davies
e85c818f22 Capitalize titles as per the CMS. 2004-12-16 20:21:33 +00:00
Ceri Davies
7e6599e918 Populate/add alt attributes where they were missing. 2004-08-30 19:11:31 +00:00
Simon L. B. Nielsen
e5e62751dd Make title for the Powered by FreeBSD logos less ambiguous.
Submitted by:	ceri (slightly different version)
2004-04-15 22:38:27 +00:00
Alexey Zelkin
d4fa90aa60 . Fix collspan in first table, so all images got centered
. Add "Old advertisement banners" section and link appropriate arts there
. Change README link (via cvsweb.cgi), to fetch actual document, not
  its change log.
2004-04-15 10:52:51 +00:00
Simon L. B. Nielsen
58d772e8aa Add a FreeBSD Art page, which mainly contains the "Powered by FreeBSD"
logos, but also a few BSD Daemon images.

They layout of the BSD Daemon section probably looks a bit odd, but
that is due to a missing BSD Daemon image that I will add soon.
This version is commited now so the gallery can be removed without
removing the "Powered by FreeBSD" logos from the website.
2004-04-12 22:28:34 +00:00