- 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.
While here, ask our submitters to first check the existing PRs before
sending a new one. This basically flips the order of the existing two
paragraphs, although there is some other minor rewording.
requested by: gerald [1]
can be found, i.e., http://www.FreeBSD.org/cgi at the moment.
This allows for easier pre-commit testing of CGI scripts, and avoids
SNAFUs with an incorrect URL being committed, as has happened a couple
of times recently.
en/ should be fully converted with this commit; other languages need to
be updated, but are in mid merge molasses at present so I have not
touched them.
text suggests a new user post directly to freebsd-questions. The new
text routes them through the new mailing list FAQ and the 'how to get
the best results from freebsd-questions' first; and states that some
mailing lists are more oriented to developers than users, and thus
suggests that they should read the charters before posting.
Reviewed by: trhodes
- Change the list of links to translated versions of the FreeBSD
webpages to include all lanuages and to use ISO 639-2 codes
istead of complete language names.
support.sgml:
- Remove the partial website mirror list and replace it with links to a
list of non-English resources (which was also part of the old
"mirror" list).
- Note in the text, that links to the translated webpages can be found
on the front page, to avoid duplicating the list multiple places.
Reviewed by: silence on -www (earlier version)
- Add trademark attributions for AMD and XFree86.
- Always use correct case for trademarks.
- Don't join trademarks with other words, e.g. using hyphens.
majordomo@pap.waw.pl doesn't respond.
Remove the Polish Web Resource, since it's now a GNU mirror.
PR: www/54713
Repported by: Aleksander Fafula <alex@fafula.com>