- Rewrap some <a> elements
Requested by: blackend, ceri
This commit is contained in:
parent
eeacfa1233
commit
9652c67e55
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26816
1 changed files with 25 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.31 2006/01/09 08:38:32 pav Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.32 2006/01/09 09:27:09 pav Exp $">
|
||||
<!ENTITY title "FreeBSD Advocacy Project">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -140,13 +140,13 @@
|
|||
projects exists:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><a href="http://www.dragonflybsd.org/">
|
||||
DragonflyBSD</a> started as a code fork from
|
||||
<li><p><a href="http://www.dragonflybsd.org/">DragonflyBSD</a>
|
||||
started as a code fork from
|
||||
FreeBSD 4.X, but it has since its own user community and
|
||||
development goals.</p></li>
|
||||
|
||||
<li><p><a href="http://www.trustedbsd.org/">
|
||||
TrustedBSD</a> provides a set of trusted operating system
|
||||
<li><p><a href="http://www.trustedbsd.org/">TrustedBSD</a>
|
||||
provides a set of trusted operating system
|
||||
extensions to the FreeBSD operating system, targeting the
|
||||
Common Criteria for Information Technology Security
|
||||
Evaluation (CC). This project is still under development,
|
||||
|
@ -154,31 +154,32 @@
|
|||
the base FreeBSD operating system, but the development
|
||||
takes place separately.<p></li>
|
||||
|
||||
<li><p><a href="http://www.freesbie.org/">
|
||||
FreeSBIE</a> is a complete desktop running off the CD-ROM.
|
||||
<li><p><a href="http://www.freesbie.org/">FreeSBIE</a> is
|
||||
a complete desktop running off the CD-ROM.
|
||||
It can also be installed, but extremely useful for diskless
|
||||
computers.</p></li>
|
||||
|
||||
<li><p><a href="http://frenzy.org.ua/eng/">
|
||||
Frenzy</a> is another live-CD distribution, but customized
|
||||
<li><p><a href="http://frenzy.org.ua/eng/">Frenzy</a> is
|
||||
another live-CD distribution, but customized
|
||||
for administering tasks. It contains software for hardware
|
||||
tests, file system checks, security checks, network setup
|
||||
and analysis.<p></li>
|
||||
|
||||
<li><p><a href="http://www.FreeBSD.org/cgi/man.cgi?query=picobsd">
|
||||
PicoBSD</a> is a tailored distribution of FreeBSD that fits
|
||||
<li><p><a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=picobsd">PicoBSD</a>
|
||||
is a tailored distribution of FreeBSD that fits
|
||||
on a floppy. It is great for turning diskless 386 PC into a
|
||||
router or a network print server. It is a part of the FreeBSD
|
||||
source tree, see /usr/src/release/picobsd.</p></li>
|
||||
|
||||
<li><p><a href="../projects/nanobsd/">
|
||||
NanoBSD</a> is another project to produce a reduced versions
|
||||
<li><p><a href="../projects/nanobsd/">NanoBSD</a> is another
|
||||
project to produce a reduced versions
|
||||
of FreeBSD to put it on a Compact Flash card or other mass
|
||||
storage. It is also a part of the FreeBSD source tree, see
|
||||
/usr/src/tools/tools/nanobsd.</p></li>
|
||||
|
||||
<li><p><a href="http://www.tinybsd.org/tinybsd">
|
||||
TinyBSD</a> is a set of tools made up of shell scripts
|
||||
<li><p><a href="http://www.tinybsd.org/tinybsd">TinyBSD</a> is
|
||||
a set of tools made up of shell scripts
|
||||
designed to allow easy development of Embedded Systems based
|
||||
on FreeBSD 5.X and 6.X.</p></li>
|
||||
|
||||
|
@ -187,17 +188,17 @@
|
|||
a diskless thin client for a Microsoft Windows RDP server or
|
||||
an X terminal. It is entirely configured via DHCP.</p></li>
|
||||
|
||||
<li><p><a href="http://www.pcbsd.org/">
|
||||
PC-BSD</a> is a desktop oriented FreeBSD derivative. It is
|
||||
<li><p><a href="http://www.pcbsd.org/">PC-BSD</a> is a desktop
|
||||
oriented FreeBSD derivative. It is
|
||||
intended to be easy to install and well-supported by its
|
||||
community.</p></li>
|
||||
|
||||
<li><p><a href="http://www.desktopbsd.net/">
|
||||
DesktopBSD</a> is another FreeBSD based operating system
|
||||
<li><p><a href="http://www.desktopbsd.net/">DesktopBSD</a> is
|
||||
another FreeBSD based operating system
|
||||
customized for desktop usability.</p></li>
|
||||
|
||||
<li><p><a href="http://www.m0n0.ch/wall/">
|
||||
m0n0wall </a> is a FreeBSD based firewall system that has
|
||||
<li><p><a href="http://www.m0n0.ch/wall/">m0n0wall</a> is
|
||||
a FreeBSD based firewall system that has
|
||||
many of the features of expensive firewalls like web
|
||||
interface, reset to factory defaults, stateful packet
|
||||
filtering, NAT/PAT redirection, DHCP client and server,
|
||||
|
@ -258,8 +259,9 @@
|
|||
<li><p>Architecture ports: FreeBSD supports seven main architectures
|
||||
currently: Alpha, AMD64, i386, Itanium, PC-98, PowerPC and UltraSPARC.
|
||||
There are also ongoing works to port the project for further
|
||||
architectures. See the <a href="../platforms/index.html">
|
||||
Supported Platforms</a> page for more information.</p></li>
|
||||
architectures. See the <a
|
||||
href="../platforms/index.html">Supported Platforms</a> page
|
||||
for more information.</p></li>
|
||||
|
||||
<li><p>MAC Framework: FreeBSD supports Mandatory Access Control, a feature
|
||||
usually found in trusted operating systems available for high
|
||||
|
|
Loading…
Reference in a new issue