the htdocs/ directories.
While here, fix the hostname(1) evaluation for non-en_US
translations.
These scripts used to fetch the ports.tgz file from FTP, but
this file no longer exists. Since we already reference the
size of the ports tree (via share/xml/freebsd.ent) for the
Handbook, I do not plan to bring back this functionality, as
the information it was producing was incorrect anyway.
Note to translators of de_DE, ja_JP, and ru_RU trees:
The relevant files in the htdocs/ directories also needed to
be updated as part of this commit to avoid breaking the build.
Because my editor does not seem to properly handle ja_JP or
ru_RU, editing the installing.xml files within those trees was
not an option, as it mangled the file after saving. A sed(1)
substitution to comment the '&ports.size;' macro was done here
instead, but the entire line referencing ftp.freebsd.org should
be removed instead.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
Switch the 'packages.exist' target to use pkg.freebsd.org, since
we do not publish packages on FTP mirrors anymore.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
as this article has not been translated yet. Fix this by linking to
the en_US version of the article instead for now.
Submitted by: Barnerd (on IRC #bsddocs)
Remove a double "und" from index.xsl.
Found by: Bernd <bmlovesmath@safe-mail.net>
While here, fix another problem in the same sentence.
Obtained from: The FreeBSD German Documentation Project
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
MFde:
- Fix the list of available/support FreeBSD versions.
- While here, bring back releases.gif (which was "patched away" in rev r39534.
Obtained from: The FreeBSD German Documentation Project
Thanks to Björn Heidotting (b.heidotting@yahoo.com) there is now a German
translation of articles/nanobsd.
Submitted by: Björn Heidotting <b.heidotting@yahoo.com>
newer libxslt which check the stylesheet syntax more strictly.
|It is an error for the value of either the use attribute or the match
|attribute to contain a VariableReference.
| (XSL Transformations (XSLT) Version 1.0, Section 12.2)
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in
share/mk/doc.docbook.mk so that everything continued to build OK.
Approved by: gabor (mentor)