. tutorials is long time ago unused as doc/ building directory. So,
no need to threat it specially.
. FAQ and handbook directories are also used as compat reference
containers now. So, having them declared as COOKIE is unnecessary.
index.xsl 1.75 -> 1.76 [1]
mailto.sgml 1.27 -> 1.28
Makefile [1]
includes.xsl [1,2]
news/newsflash.xsl [2]
news/oldnewsflash.xsl [2]
[1] Generate links to the security advisories from
advisories.xml in the en/ tree (found this
in the it/ tree, thanks :-).
[2] Use relative links instead of "http://www.FreeBSD.org/"
to access the base directory.
The whole release notes complex needs revisiting in 2003 to prevent a
re-occurence of the problems we had with www.freebsd.org/handbook and
www.freebsd.org/faq
Phase 1: Switch to new-style setup of FAQ/handbook (.../doc/de_DE.ISO8859-1)
Changes to includes and availability were neccessary because of the changes
made in the framework since the last update, the web site would not build
otherwise.
Reviewed by: -doc, Silence on -www
to process generated HTML. This not cause any side effects except
leaving some character entities in their numeric form instead
converting them into alphabetical notation (< instead of <),
but since all browsers understand such cases it is not a problem.
This commit should make all translations tidy clean, since
tidy should not arise entities conversion problem as it did
for long time before. Therefore all occurences of manual settings
of TIDYFLAGS and NO_TIDY declarations for translations are removed.
Also clean *OPTS/*FLAGS variables declaration like it was done in doc/ tree
some time ago. Currently all local additions to commands parameters that used
in make process should be passed thru *FLAGS variables. All variables
with OPTS suffix are reserved for internal use of web.site.mk now.
Cleanup part is based on work done by Cyrille Lefevre <clefevre-lists@noos.fr>
No objections from: -doc
Requested by: Russian and Japanese translation teams