Fix the (broken) URL for the following items:

* Elephant File system:

	    This seems to have moved out, and I cannot seem
	    to find it anywhere through Google'ing and contacting
	    the author seem to have failed.

	    Instead use the CiteSeer URL (to the publication).

	* GLOBAL:

	    The GLOBAL source tagging system is now a GNU project
	    and thus moved out, so use the right URL to the GNU
	    project's web site.

Two more URLs seem to stay broken, including WAFS, and the
SoundBlaster AWE32/64 page; no suitable alternative could be
found.
This commit is contained in:
Hiten Pandya 2003-10-22 23:58:37 +00:00
parent 1011e49240
commit 4554ca0ed6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18545

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.149 2003/10/04 16:43:13 simon Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.150 2003/10/22 00:03:35 simon Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -201,7 +201,7 @@ 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>
<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="elephant" href="http://citeseer.nj.nec.com/santry99deciding.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></li>
@ -440,7 +440,7 @@ and no hard drive is required!</li>
<a name="misc"></a>
<h3>Misc</h3>
<ul>
<li><a name="global" href="http://www.tamacom.com/global/">GLOBAL</a>
<li><a name="global" href="http://www.gnu.org/software/global/global.html">GLOBAL</a>
is a common source code tag system that works the same way across
diverse environments. Currently, it supports the shell command line,
the nvi editor, web browser, the emacs editor, and the elvis editor,