- 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.
- Add platforms section.
- Add projects section.
- Add link to events page.
- Catch up with new location of users groups.
- Remove dead link to BSD Quick Newsletter.
- Remove Polish and Czech web pages since they are no longer at
support.html.
- Also add applications.html as "Applications".
- Add KDE and Laptop Compatibility List.
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.
references, to the real commercial/personal/non-profit galleries; we
already have references to the real gallery pages.
- Remove misc. stale references.
- Add the KSE and Trademark pages.
additional platform anymore. [1]
- Alphabetize the order of meta homepages. [1]
- Remove link to the tutorials page, which has been removed.
- Update name of the "Copyright" page, to the new name "Copyright and Legal".
Submitted by: Josef El-Rayes <j.el-rayes@daemon.li> [1]
PR: www/57055 [1]