Add Freshports to the list of projects.

While I'm in here, clean up the markup a little.

PR:		docs/25277
Submitted by:	Dan "Mr. Freshports" Langille <dan@freebsddiary.org>
This commit is contained in:
Nik Clayton 2001-02-25 18:33:44 +00:00
parent 9d6de91ead
commit c3c8139245
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8851

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.95 2001/02/13 22:23:14 dannyboy Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.96 2001/02/22 11:11:40 wosch Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -20,17 +20,16 @@ description (3-10 lines) to
<A HREF="../mailto.html">www@FreeBSD.ORG</A>
<ul>
<li><a href="#documentation">Documentation</a>
<li><a href="#advocacy">Advocacy</a>
<li><a href="#applications">Applications</a>
<li><a href="#networking">Networking</a>
<li><a href="#filesystem">Filesystem</a>
<li><a href="#kernelandsecurity">Kernel and Security</a>
<li><a href="#devicedrivers">Device drivers</a>
<li><a href="#architecture">Architecture</a>
<li><a href="#misc">Misc</a>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#advocacy">Advocacy</a></li>
<li><a href="#applications">Applications</a></li>
<li><a href="#networking">Networking</a></li>
<li><a href="#filesystem">Filesystem</a></li>
<li><a href="#kernelandsecurity">Kernel and Security</a></li>
<li><a href="#devicedrivers">Device drivers</a></li>
<li><a href="#architecture">Architecture</a></li>
<li><a href="#misc">Misc</a></li>
</ul>
<p>
<a name="documentation"></a>
<h3>Documentation</h3>
@ -58,7 +57,7 @@ review and audit. While FreeBSD comes very secure OOB
(Out-Of-Box), there are many features that can make it more
secure for those of you who are "paranoid". This How-To will
go over some steps which will help you increase overall
security of your machine.
security of your machine.</li>
<li><a name="BSDsites" href="http://www.freebsdmirrors.org/">
RELEASE/SNAP finder for FreeBSD FTP servers</a>.
@ -214,6 +213,10 @@ to see if a specific application exists in the Ports Collection.</li>
<li><a href="http://www.FreeBSD.org/~fenner/portsurvey/">FreeBSD Ports distfiles survey</a>
is a list which checks the Ports Collection for unfetchable distfiles
and provides a summary for each port.</li>
<li><a href="http://FreshPorts.org/">FreshPorts</a> provides the most up-to-date list of
ports and port changes. Add your favourite ports to your watch list and receive email
notification of any changes.</li>
</ul>
<a name="networking"></a>
@ -232,25 +235,25 @@ and provides a summary for each port.</li>
is a free AFS client implementation. The main goal is to
make a fully functional client with all capabilities of normal AFS.
Other planned and implemented things are all the normal management
tools and a server.
tools and a server.</li>
<li><a name="coda" href="http://www.coda.cs.cmu.edu/">Coda</a> is
a distributed file system. Among its features are disconnected
operation, good security model, server replication and persistent
client side caching.
client side caching.</li>
<li><a name="cruptfs" href="http://www.cs.columbia.edu/~ezk/research/software/">cryptfs</a> encrypts file names and data pages using Blowfish.
<li><a name="cruptfs" href="http://www.cs.columbia.edu/~ezk/research/software/">cryptfs</a> encrypts file names and data pages using Blowfish.</li>
<li><a name="elephant" href="http://www.cs.ubc.ca/~feeley/DSG%20Web/dsg_p_elephant.html">Elephant</a>: The File System that Never Forgets
<li><a name="journaling" href="http://www.ece.cmu.edu/~ganger/papers">
Journaling versus Soft Updates: Asynchronous Meta-data Protection in File Systems</a>
Journaling versus Soft Updates: Asynchronous Meta-data Protection in File Systems</a></li>
<li><a href="http://people.FreeBSD.org/~terry/">Mode locking</a></li>
<li><a href="http://people.FreeBSD.org/~terry/">Make the namei interface reflexive</a></li>
<li><a href="http://people.FreeBSD.org/~terry/">NFS client and server locking</a></li>
<li><a name="dcd" href="http://www.usenix.org/events/usenix99/full_papers/nightingale/nightingale_html/">The Design and Implementation of a DCD Device Driver for Unix</a>
<li><a name="dcd" href="http://www.usenix.org/events/usenix99/full_papers/nightingale/nightingale_html/">The Design and Implementation of a DCD Device Driver for Unix</a></li>
<li><a href="http://iclub.nsu.ru/~semen/ntfs/">NTFS Driver for FreeBSD</a>
This driver allows Windows NTFS partitions to be mounted by FreeBSD.
@ -341,7 +344,7 @@ processors under FreeBSD.</li>
<li><a name="spy" href="http://people.FreeBSD.org/~abial/spy/">SPY</a>
allows you to monitor and/or selectively block syscalls on your
system. It could be used either as a safety monitoring device, policy
enforcement, or debugging tool.
enforcement, or debugging tool.</li>
<li><a name="trustedbsd" href="http://www.TrustedBSD.org/">TrustedBSD</a>
provides a set of trusted operating system extensions to the FreeBSD operating
@ -361,7 +364,7 @@ hardware that needs supporting get in touch with driver
developers with the knowledge to write the support for the
hardware. This is a list of drivers currently under
development that could stand to gain from time or resources
you may have to offer.
you may have to offer.</li>
<li><a name="deviceframework" href="http://people.FreeBSD.org/~dfr/devices.html">
A New Device Framework for FreeBSD</a></li>