Change to use UNIX line endings, not DOS.

Noticed by:	hrs
Missed by:	simon
This commit is contained in:
Simon L. B. Nielsen 2005-10-04 16:21:21 +00:00
parent 76d5303646
commit b840292470
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25832
2 changed files with 137 additions and 137 deletions

View file

@ -1,108 +1,108 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!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 date "$FreeBSD: www/en/about.sgml,v 1.1 2005/10/04 15:48:54 simon Exp $">
<!ENTITY title "About FreeBSD"> <!ENTITY title "About FreeBSD">
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;
<h2>What is FreeBSD?</h2> <h2>What is FreeBSD?</h2>
<p>FreeBSD is an advanced operating system for x86 <p>FreeBSD is an advanced operating system for x86
compatible (including Pentium&#174; and Athlon&#8482;), amd64 compatible (including Pentium&#174; and Athlon&#8482;), amd64
compatible (including Opteron&#8482;, Athlon 64, and EM64T), compatible (including Opteron&#8482;, Athlon 64, and EM64T),
Alpha/AXP, IA-64, PC-98 and UltraSPARC&#174; Alpha/AXP, IA-64, PC-98 and UltraSPARC&#174;
architectures. It is derived from BSD, the version of architectures. It is derived from BSD, the version of
&unix; developed at the &unix; developed at the
University of California, Berkeley. It is developed University of California, Berkeley. It is developed
and maintained by <a and maintained by <a
href="&base;/doc/en_US.ISO8859-1/articles/contributors/index.html">a href="&base;/doc/en_US.ISO8859-1/articles/contributors/index.html">a
large team of individuals</a>. Additional <a large team of individuals</a>. Additional <a
href="&base;/platforms/index.html">platforms</a> are href="&base;/platforms/index.html">platforms</a> are
in various stages of development.</p> in various stages of development.</p>
<h2>Cutting edge features</h2> <h2>Cutting edge features</h2>
<p>FreeBSD offers advanced networking, performance, security <p>FreeBSD offers advanced networking, performance, security
and compatibility and compatibility
<a href="&base;/features.html">features</a> <a href="&base;/features.html">features</a>
today which are still missing in other operating systems, today which are still missing in other operating systems,
even some of the best commercial ones.</p> even some of the best commercial ones.</p>
<h2>Powerful Internet solutions</h2> <h2>Powerful Internet solutions</h2>
<p>FreeBSD makes an ideal <p>FreeBSD makes an ideal
<a href="&base;/internet.html">Internet or Intranet</a> <a href="&base;/internet.html">Internet or Intranet</a>
server. It provides robust network services under the heaviest server. It provides robust network services under the heaviest
loads and uses memory efficiently to maintain good response loads and uses memory efficiently to maintain good response
times for thousands of simultaneous user processes.</p> times for thousands of simultaneous user processes.</p>
<h2>Run a huge number of <h2>Run a huge number of
applications</h2> applications</h2>
<p>The quality of FreeBSD combined with today's low-cost, <p>The quality of FreeBSD combined with today's low-cost,
high-speed PC hardware makes FreeBSD a very economical high-speed PC hardware makes FreeBSD a very economical
alternative to commercial &unix; alternative to commercial &unix;
workstations. It is well-suited workstations. It is well-suited
for a great number of both desktop and server for a great number of both desktop and server
<a href="&base;/applications.html">applications</a>.</p> <a href="&base;/applications.html">applications</a>.</p>
<h2>Easy to install</h2> <h2>Easy to install</h2>
<p>FreeBSD can be installed from a variety of media <p>FreeBSD can be installed from a variety of media
including CD-ROM, DVD-ROM, floppy disk, magnetic tape, including CD-ROM, DVD-ROM, floppy disk, magnetic tape,
an MS-DOS&#174; partition, or if you have a network an MS-DOS&#174; partition, or if you have a network
connection, you can install it <i>directly</i> over connection, you can install it <i>directly</i> over
anonymous FTP or NFS. All you need is a couple of anonymous FTP or NFS. All you need is a couple of
formatted 1.44MB floppies and <a formatted 1.44MB floppies and <a
href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">these href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">these
directions</a>.</p> directions</a>.</p>
<h2>FreeBSD is <i>free</i></h2> <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> <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 <p>While you might expect an operating system with these
features to sell for a high price, FreeBSD is available features to sell for a high price, FreeBSD is available
<a href="&base;/copyright/index.html">free of charge</a> <a href="&base;/copyright/index.html">free of charge</a>
and comes with full source code. If you would like to and comes with full source code. If you would like to
purchase or download a copy to try out, purchase or download a copy to try out,
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors.html">more <a href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors.html">more
information is available</a>.</p> information is available</a>.</p>
<h2>Contributing to FreeBSD</h2> <h2>Contributing to FreeBSD</h2>
<p>It is easy to contribute to FreeBSD. All you need to do <p>It is easy to contribute to FreeBSD. All you need to do
is find a part of FreeBSD which you think could be is find a part of FreeBSD which you think could be
improved and make those changes (carefully and cleanly) improved and make those changes (carefully and cleanly)
and submit that back to the Project by means of send-pr and submit that back to the Project by means of send-pr
or a committer, if you know one. This could be anything or a committer, if you know one. This could be anything
from documentation to artwork to source code. See the from documentation to artwork to source code. See the
<a href="&base;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing <a href="&base;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing
to FreeBSD</a> article for more information.</p> to FreeBSD</a> article for more information.</p>
<p>Even if you are not a programmer, there are other <p>Even if you are not a programmer, there are other
ways to contribute to FreeBSD. The <a ways to contribute to FreeBSD. The <a
href="http://www.FreeBSDFoundation.org">FreeBSD href="http://www.FreeBSDFoundation.org">FreeBSD
Foundation</a> is a non-profit organization for which Foundation</a> is a non-profit organization for which
direct contributions are fully tax deductible. Please direct contributions are fully tax deductible. Please
contact <a contact <a
href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a> href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a>
for more information or write to: The FreeBSD for more information or write to: The FreeBSD
Foundation, 7321 Brockway Dr., Boulder, CO 80303, Foundation, 7321 Brockway Dr., Boulder, CO 80303,
USA.</p> USA.</p>
&footer; &footer;
</body> </body>
</html> </html>
<!-- <!--
Local Variables: Local Variables:
mode: sgml mode: sgml
sgml-indent-data: t sgml-indent-data: t
sgml-omittag: nil sgml-omittag: nil
sgml-always-quote-attributes: t sgml-always-quote-attributes: t
End: End:
--> -->

View file

@ -1,29 +1,29 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!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 date "$FreeBSD: www/en/community.sgml,v 1.1 2005/10/04 15:48:54 simon Exp $">
<!ENTITY title "FreeBSD Community"> <!ENTITY title "FreeBSD Community">
<!ENTITY % navincludes SYSTEM "includes.navcommunity.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "includes.navcommunity.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;
<p>FreeBSD is well supported by its active community.</p> <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> <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. 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, 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> and there is also an active <a href="&base;/community/irc.html">IRC</a> community.</p>
&footer; &footer;
</body> </body>
</html> </html>
<!-- <!--
Local Variables: Local Variables:
mode: sgml mode: sgml
sgml-indent-data: t sgml-indent-data: t
sgml-omittag: nil sgml-omittag: nil
sgml-always-quote-attributes: t sgml-always-quote-attributes: t
End: End:
--> -->