www/de/Makefile hook up the new "send-pr.sgml"
www/de/includes.sgml fixes only
www/de/includes.xsl fixes only
www/de/includes.navsupport.sgml fixes only
www/de/index.xsl fixes only
www/de/send-pr.sgml new translation
www/de/support.sgml fixes only
www/de/news/news.xml 1.370 -> 1.371
Obtained from: The FreeBSD German Documentation Project.
applications.sgml 1.26 -> 1.28
docs.sgml 1.187 -> 1.189
includes.sgml Copyright: The year is 2005
Makefile include the new folder "projects"
navigation.xml link to the german version of projects/newbies.sgml
news/press.xml 1.155 -> 1.156
news/news.xml 1.266 -> 1.275
projects/newbies.sgml new translation
projects/Makefile new file
projects/Makefile.inc new file
where.sgml 1.65 -> 1.68
Obtained from: The FreeBSD German Documentation Project.
Approved by: mheinen (mentor)
news items and putting them into the localized web pages.
If the translation is available it will be used, otherwise
the original (English) version of the news item will be used.
www/de/Makefile include the German docs.sgml
www/de/docs.sgml new translation
www/de/mailto.sgml link to docs.sgml
www/de/navigation.xml link to docs.sgml and the new German article section
www/de/includes.sgml link to docs.sgml
www/de/index.xsl link to the new German article section
Obtained from: The FreeBSD German Documentation Project.
Approved by: mheinen (mentor)
. 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