diff --git a/de/Makefile b/de/Makefile index 6a08a241f9..778d8e07a3 100644 --- a/de/Makefile +++ b/de/Makefile @@ -1,82 +1,86 @@ # The FreeBSD Documentation Project # The FreeBSD German Documentation Project -# $FreeBSD$ -# $FreeBSDde: de-www/Makefile,v 1.30 2005/09/18 10:33:53 jkois Exp $ -# basiert auf: 1.124 +# $FreeBSD: www/de/Makefile,v 1.22 2005/08/25 15:37:31 jkois Exp $ +# $FreeBSDde: de-www/Makefile,v 1.29 2005/08/13 16:25:01 jkois Exp $ +# basiert auf: 1.117 .if exists(Makefile.conf) .include "Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # These are turned into validated, normalized HTML files. -DOCS= applications.sgml +DOCS= about.sgml +DOCS+= applications.sgml DOCS+= availability.sgml DOCS+= docs.sgml DOCS+= features.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= relnotes.sgml DOCS+= support.sgml DOCS+= where.sgml # These will be directly installed. #DATA= favicon.ico #DATA+= robots.txt #DATA+= freebsd.css #DATA+= vendors.html # Subdirectories # SGML SUBDIR= news SUBDIR+= FAQ SUBDIR+= handbook SUBDIR+= platforms SUBDIR+= projects SUBDIR+= releases SUBDIR+= security .if !defined(WEB_ONLY) || empty(WEB_ONLY) #SUBDIR+= ports SUBDIR+= doc .endif .if defined(BUILD_RELNOTES) SUBDIR+= relnotes .endif # Non-SGML SUBDIR+= gifs WEBDIR?= data/de # these files are generated by using separate rules. DATA+= index.html CLEANFILES+= index.html .include "${WEB_PREFIX}/share/mk/web.site.mk" index.html: index.xsl ${XML_INCLUDES}\ ${XML_NEWS_INCLUDES} \ ${XML_NEWS_NEWS} ${XML_NEWS_NEWS_MASTER} \ ${XML_NEWS_PRESS} ${XML_NEWS_PRESS_MASTER} \ + ${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE} \ ${XML_MIRRORS} ${XML_TRANSTABLE} \ ${XML_ADVISORIES} ${XML_NOTICES} \ ${XML_NAVIGATION} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@ \ --param advisories.xml "'${XML_ADVISORIES}'" \ --param mirrors.xml "'${XML_MIRRORS}'" \ --param navigation.xml "'${XML_NAVIGATION}'" \ --param news.press.xml-master "'${XML_NEWS_PRESS_MASTER}'" \ --param news.press.xml "'${XML_NEWS_PRESS}'" \ --param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \ --param news.project.xml "'${XML_NEWS_NEWS}'" \ + --param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \ + --param curdate.xml "'${XML_EVENTS_CURDATE}'" \ --param notices.xml "'${XML_NOTICES}'" \ --param transtable.xml "'${XML_TRANSTABLE}'" \ - ${.CURDIR}/index.xsl ${XML_NEWS_NEWS} + ${.CURDIR}/index.xsl ${XML_NEWS_NEWS} ${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE} .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif diff --git a/de/about.sgml b/de/about.sgml new file mode 100644 index 0000000000..2d00dae099 --- /dev/null +++ b/de/about.sgml @@ -0,0 +1,108 @@ + + + %navincludes; + %includes; +]> + + + &header; + +
FreeBSD is an advanced operating system for x86 + compatible (including Pentium® and Athlon™), amd64 + compatible (including Opteron™, Athlon 64, and EM64T), + Alpha/AXP, IA-64, PC-98 and UltraSPARC® + architectures. It is derived from BSD, the version of + &unix; developed at the + University of California, Berkeley. It is developed + and maintained by a + large team of individuals. Additional platforms are + in various stages of development.
+ +FreeBSD offers advanced networking, performance, security + and compatibility + features + today which are still missing in other operating systems, + even some of the best commercial ones.
+ +FreeBSD makes an ideal + Internet or Intranet + server. It provides robust network services under the heaviest + loads and uses memory efficiently to maintain good response + times for thousands of simultaneous user processes.
+ +The quality of FreeBSD combined with today's low-cost, + high-speed PC hardware makes FreeBSD a very economical + alternative to commercial &unix; + workstations. It is well-suited + for a great number of both desktop and server + applications.
+ +FreeBSD can be installed from a variety of media + including CD-ROM, DVD-ROM, floppy disk, magnetic tape, + an MS-DOS® partition, or if you have a network + connection, you can install it directly over + anonymous FTP or NFS. All you need is a couple of + formatted 1.44MB floppies and these + directions.
+ +
+
+ While you might expect an operating system with these + features to sell for a high price, FreeBSD is available + free of charge + and comes with full source code. If you would like to + purchase or download a copy to try out, + more + information is available.
+ +It is easy to contribute to FreeBSD. All you need to do + is find a part of FreeBSD which you think could be + improved and make those changes (carefully and cleanly) + and submit that back to the Project by means of send-pr + or a committer, if you know one. This could be anything + from documentation to artwork to source code. See the + Contributing + to FreeBSD article for more information.
+ +Even if you are not a programmer, there are other + ways to contribute to FreeBSD. The FreeBSD + Foundation is a non-profit organization for which + direct contributions are fully tax deductible. Please + contact bod@FreeBSDFoundation.org + for more information or write to: The FreeBSD + Foundation, 7321 Brockway Dr., Boulder, CO 80303, + USA.
+ + &footer; + +