MFP4:
- New About and Community pages. - Hook new subdirectories to the build. - Make the front page depend on the events page. Submitted by: Emily Boyd <emilyboyd@emilyboyd.com> Sponsored by: Google Summer of Code 2005
This commit is contained in:
parent
6a82a4fcf6
commit
42c562da7b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25827
3 changed files with 147 additions and 3 deletions
13
en/Makefile
13
en/Makefile
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.123 2005/07/16 09:58:16 hrs Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.124 2005/09/18 04:33:45 hrs Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -10,8 +10,10 @@
|
|||
# These are turned into validated, normalized HTML files.
|
||||
|
||||
DOCS= applications.sgml
|
||||
DOCS+= about.sgml
|
||||
DOCS+= art.sgml
|
||||
DOCS+= availability.sgml
|
||||
DOCS+= community.sgml
|
||||
DOCS+= docs.sgml
|
||||
DOCS+= features.sgml
|
||||
DOCS+= internet.sgml
|
||||
|
@ -23,8 +25,8 @@ DOCS+= support.sgml
|
|||
DOCS+= where.sgml
|
||||
DOCS+= y2kbug.sgml
|
||||
|
||||
XMLDOCS= index:xsl:${XML_NEWS_NEWS}:
|
||||
DEPENDSET.index=transtable mirrors news press \
|
||||
XMLDOCS= index:xsl:${XML_NEWS_NEWS}:${XML_EVENTS_EVENTS}:
|
||||
DEPENDSET.index=transtable mirrors news press events \
|
||||
navigation advisories notices
|
||||
|
||||
XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}:
|
||||
|
@ -44,8 +46,11 @@ DATA+= vendors.html
|
|||
SUBDIR= FAQ
|
||||
SUBDIR+= advocacy
|
||||
SUBDIR+= commercial
|
||||
SUBDIR+= community
|
||||
SUBDIR+= copyright
|
||||
SUBDIR+= developers
|
||||
SUBDIR+= docproj
|
||||
SUBDIR+= docs
|
||||
SUBDIR+= donations
|
||||
SUBDIR+= events
|
||||
SUBDIR+= gnome
|
||||
|
@ -53,6 +58,7 @@ SUBDIR+= handbook
|
|||
SUBDIR+= internal
|
||||
SUBDIR+= java
|
||||
SUBDIR+= kse
|
||||
SUBDIR+= layout
|
||||
SUBDIR+= marketing
|
||||
SUBDIR+= news
|
||||
SUBDIR+= platforms
|
||||
|
@ -65,6 +71,7 @@ SUBDIR+= search
|
|||
SUBDIR+= security
|
||||
SUBDIR+= smp
|
||||
SUBDIR+= snapshots
|
||||
SUBDIR+= support
|
||||
SUBDIR+= tutorials
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR+= doc
|
||||
|
|
108
en/about.sgml
Normal file
108
en/about.sgml
Normal file
|
@ -0,0 +1,108 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.192 2005/08/17 07:19:59 linimon Exp $">
|
||||
<!ENTITY title "About FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>What is FreeBSD?</h2>
|
||||
|
||||
<p>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
|
||||
href="&base;/doc/en_US.ISO8859-1/articles/contributors/index.html">a
|
||||
large team of individuals</a>. Additional <a
|
||||
href="&base;/platforms/index.html">platforms</a> are
|
||||
in various stages of development.</p>
|
||||
|
||||
<h2>Cutting edge features</h2>
|
||||
|
||||
<p>FreeBSD offers advanced networking, performance, security
|
||||
and compatibility
|
||||
<a href="&base;/features.html">features</a>
|
||||
today which are still missing in other operating systems,
|
||||
even some of the best commercial ones.</p>
|
||||
|
||||
<h2>Powerful Internet solutions</h2>
|
||||
|
||||
<p>FreeBSD makes an ideal
|
||||
<a href="&base;/internet.html">Internet or Intranet</a>
|
||||
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.</p>
|
||||
|
||||
<h2>Run a huge number of
|
||||
applications</h2>
|
||||
|
||||
<p>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
|
||||
<a href="&base;/applications.html">applications</a>.</p>
|
||||
|
||||
<h2>Easy to install</h2>
|
||||
|
||||
<p>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 <i>directly</i> over
|
||||
anonymous FTP or NFS. All you need is a couple of
|
||||
formatted 1.44MB floppies and <a
|
||||
href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">these
|
||||
directions</a>.</p>
|
||||
|
||||
<h2>FreeBSD is <i>free</i></h2>
|
||||
|
||||
<a href="&base;/copyright/daemon.html"><img src="gifs/dae_up3.gif" alt="The BSD Daemon" height="81" width="72" align="right" border="0"></a>
|
||||
|
||||
<p>While you might expect an operating system with these
|
||||
features to sell for a high price, FreeBSD is available
|
||||
<a href="&base;/copyright/index.html">free of charge</a>
|
||||
and comes with full source code. If you would like to
|
||||
purchase or download a copy to try out,
|
||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors.html">more
|
||||
information is available</a>.</p>
|
||||
|
||||
<h2>Contributing to FreeBSD</h2>
|
||||
|
||||
<p>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
|
||||
<a href="&base;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing
|
||||
to FreeBSD</a> article for more information.</p>
|
||||
|
||||
<p>Even if you are not a programmer, there are other
|
||||
ways to contribute to FreeBSD. The <a
|
||||
href="http://www.FreeBSDFoundation.org">FreeBSD
|
||||
Foundation</a> is a non-profit organization for which
|
||||
direct contributions are fully tax deductible. Please
|
||||
contact <a
|
||||
href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a>
|
||||
for more information or write to: The FreeBSD
|
||||
Foundation, 7321 Brockway Dr., Boulder, CO 80303,
|
||||
USA.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
29
en/community.sgml
Normal file
29
en/community.sgml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/community.sgml,v 1.350 2005/04/27 18:10:16 remko Exp $">
|
||||
<!ENTITY title "FreeBSD Community">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>FreeBSD is well supported by its active community.</p>
|
||||
|
||||
<p>There are more than one hundred <a href="&base;/community/mailinglists.html">mailing lists</a>
|
||||
and several <a href="&base;/community/newsgroups.html">newsgroups</a> available.
|
||||
There are a number of FreeBSD <a href="&base;/usergroups.html">User Groups</a> around the world,
|
||||
and there is also an active <a href="&base;/community/irc.html">IRC</a> community.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
Loading…
Reference in a new issue