diff --git a/en/projects/summerofcode.sgml b/en/projects/summerofcode.sgml
index bd155c849e..dcc0089ff3 100644
--- a/en/projects/summerofcode.sgml
+++ b/en/projects/summerofcode.sgml
@@ -1,6 +1,6 @@
-
+
%navincludes;
%includes;
@@ -122,22 +122,6 @@ href="&base;/projects/ideas/index.html">here.
href="mailto:dwmalone@freebsd.org">&a.dwmalone; is the
coordinator.
- UFS Journaling: Add transaction journaling and
- playback to the UFS filesystem. The goal is to increase the reliability
- of the filesystem and greatly reduce the need for a full 'fsck' after
- a crash or power loss. This is a project that deals with not only
- the filesystem internals, but also the VM and buffer/cache systems,
- so it is an excellent opportunity to learn about many fundamental
- aspects of an operating system.
-
- Work is already in progress on this task, but more help is always
- needed and welcome. Candidates should have at least a cursory
- understanding of filesystem data structures (inodes, free lists,
- directories) and a strong desire to learn more about such systems.
- This project would be a major contribution to anyone's resume, but it
- is not for the faint of heart. &a.scottl; is the coordinator.
-
Autofs: Create the autofs filesystem from a
specification. Candidates should have some filesystem knowledge
and network filesystem knowledge. Most of this work is done,