diff --git a/doc/developmentTools.html b/doc/developmentTools.html
deleted file mode 100644
index b10177daa..000000000
--- a/doc/developmentTools.html
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-
- Campcaster developer tools
-
-
-
-Preface
-This document is part of the Campcaster
-project, Copyright © 2004 Media
-Development Loan Fund, under the GNU GPL.
-
- - Author: $Author$
- - Version: $Revision$
- - Location: $URL$
-
-
-Scope
-This document lists the development tools that are expected to be on a
-system that intends to compile and develop Campcaster.
-
-Introduction
-Campcaster expects a generic development environment on the system to
-be built, which is basically a generic install of a POSIX-compliant
-operating system, with a set of GNU development tools and some
-utilities.
-
-Tools
-The following tools are expected on the development system:
-
-
-
-Libraries
-Note that if you are installing these libraries as binary packages, then you
-will need to install the "development" package, as well. (For example, for
-libpng, you might need to install the libpng
and
-libpng-dev
packages. The package names vary by distribution.)
-
-The following development libraries are expected on the development
-system:
-
-
-
-External services
-The following external services are expected on the system:
-
- - a PostgreSQL database,
- version 8.1 or higher
- - Apache httpd server,
- version 2.0 or higher
- - PHP interpreter
- - PHP apache module
- - DOMXML PHP extension
- - an XMLv2 module for PHP
- - PostgreSQL support in PHP
- - PEAR
-
-
-