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
Replace links to pkg_add man page with links to pkg-install
Remove references to manually downloading packages, or specifying an ftp url
Remove link to pointyhat that no longer resolves
Update the svnweb link to point directly to the ports tree
use &base; entity everywhere
Use https where applicable
PR: 193370
Reviewed by: gavin
Approved by: bcr
Sponsored by: ScaleEngine Inc.
CR: D732
don't have a textual description for a particular port category.
This is the real fix for the bug alluded to in r43602. It is not clear
to me how more people haven't hit this bug.
MATE is a desktop environment derived from the GNOME 2 codebase.
Some people were experiencing issues building the website without this
change.
Reported by: Vaclav Zeman (vhaisman@gmail.com)
Approved by: hrs (mentor)
- 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.
two different places. In addition the linked instructions are out of
dated.
Don't give bad advice of downloading a single port at a time. This
rarely works and is unsupported.
Approved by: brd
set of webpages should be now buildable in XML, however the build
mechanism of the multimedia/ and ports/ sections do not really fit our
infrastructure so these should probably be redesigned later to use
XSLT.
Approved by: doceng (implicit)
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
Approved by: doceng (implicit)
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
information in the www and the doc directory.
- Add various administration files to svnadmin.
Approved by: doceng (implicit)