diff --git a/doc/dg.php b/doc/dg.php
index 5812c3d91b..58ec815e1c 100644
--- a/doc/dg.php
+++ b/doc/dg.php
@@ -3,72 +3,6 @@
require_once("../html/inc/page_translate.inc");
find_translation("dg.html");
-require_once("docutil.php");
+Header("Location: http://boinc.berkeley.edu/trac/wiki/VirtualCampusSupercomputerCenter");
-page_head("Grid computing with BOINC");
-
-echo "
-
Grid versus volunteer computing
-
-Grid computing
-is a form of distributed computing in which
-an organization (such as a business)
-uses its existing computers to handle its own
-long-running computational tasks.
-This differs from volunteer computing in several ways:
-
-- The computing resources can be trusted;
-i.e. one can assume that the PCs don't return results that are
-wrong either intentionally or due to hardware malfunction,
-and that they don't falsify credit.
-Hence there is typically no need for redundant computing.
-
- There is no need for screensaver graphics;
-in fact it may be desirable to have the computation
-be completely invisible and out of the control of the PC user.
-
- Client deployment is typically automated.
-
-
-BOINC as a grid computing platform
-
-Although it was originally designed for volunteer computing,
-BOINC works very well for grid computing.
-The steps in creating a grid are:
-
-
-
-To ensure that outside hosts can't participate in your project
-or access its files,
-configure your firewall to prevent HTTP access to your BOINC server.
-
-
-For more information on grid computing using BOINC,
-and some useful pre-compiled software, visit
-Desktopgrid.hu.
-
-";
-
-page_tail(true);
?>
diff --git a/doc/mac_advanced.php b/doc/mac_advanced.php
deleted file mode 100644
index c228415bfd..0000000000
--- a/doc/mac_advanced.php
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
If your browser has not already done so,
-expand the zip archive by double-clicking on it in the Finder.
- Double-click on the BOINC Installer application to run the installer,
-then follow the prompts.
- Close the installer when it is finished.
-This will automatically launch the BOINC Manager.
- If you want BOINC to be your screen saver,
-open System Preferences from the Apple menu.
-Select Desktop & Screen Saver and select BOINCSaver.
-
-
The installer does the following:
-
- - places BOINCManager.app in your /Applications/ folder, with the BOINC client embedded inside the BOINCManager application's bundle.
-
- puts BOINCSaver.saver in your /Library/Screen Savers/ folder.
-
- creates a BOINC Data/ folder inside your
-/Library/Applications Support/ folder if one does not already exist. If you have previously been running BOINC in a different folder, copy your data into this folder.
-
- puts BOINC's localization files in the /Library/Applications Support/BOINC Data/locale/ folder. These files allow BOINC to support over two dozen languages.
-
- sets BOINCManager as one of the items to automatically start whenever the user is logged in. You can add or remove Login Items by using the Accounts pane in the System Preferences (accessible from the Apple menu). (These are called Startup Items if you are running OS 10.3.)
-
-
-
To completely remove (uninstall) BOINC from your Macintosh:
-
- - Move the following files to the trash:
-
- - BOINCManager.app (from your /Applications/ folder)
-
- BOINCSaver.saver (from your /Library/Screen Savers/ folder)
-
- the BOINC Data/ folder (from your/Library/Applications Support/ folder.)
-
- [username]/Library/Preferences/BOINC Manager Preferences)
-
- - Open the Accounts pane in the System Preferences (accessible from the Apple menu), and remove BOINCManager from your list of Login Items (or Startup Items under OS 10.3.)
-
- Open System Preferences from the Apple menu. Select Desktop & Screen Saver and select a different screen saver.
-
-
-
-Several tools for Macintosh system administrators are available to:
-
-- automatically run BOINC as a daemon or system service at boot time
-
- implement improved security for stand-alone clients
-
- prevent BOINC Manager from launching automatically when selected users log in.
-
-";
-page_tail();
-?>
diff --git a/doc/sea.php b/doc/sea.php
deleted file mode 100644
index f7fbfe4ea2..0000000000
--- a/doc/sea.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
-boinc_5.2.13_i686-pc-linux-gnu.sh
-
-
-This type of installation
-requires that you be familiar with the
-UNIX command-line interface.
-
-
-After downloading the file (say, into
- boinc_5.2.13_i686-pc-linux-gnu.sh
), type
-
-sh boinc_5.2.13_i686-pc-linux-gnu.sh
-
-This will create a directory BOINC/
-with the following files:
-
-- boinc
-
- The BOINC core client
-
- boincmgr
-
- The BOINC manager
-
-
-run_client
-
- A script that cd's into the BOINC directory and runs the core client.
-
-
-run_manager
-
- A script that cd's into the BOINC directory and runs the manager.
-
-
-
-The core client has a number of other
-command-line options.
-
-You may want to
-automatically start the core client
-at boot time.
-
-To control a running BOINC client, use the
-BOINC command tool.
-
-
-";
-page_tail();
-?>
diff --git a/doc/volunteer.php b/doc/volunteer.php
index 1c9c57f4b2..5ad4eccfe2 100644
--- a/doc/volunteer.php
+++ b/doc/volunteer.php
@@ -2,138 +2,5 @@
require_once('../html/inc/page_translate.inc');
find_translation("volunteer.html");
-require_once('docutil.php');
-page_head('Volunteer computing');
-echo "
-
What is volunteer computing?
-
-Volunteer computing is an arrangement in which people (volunteers)
-provide computing resources to projects,
-which use the resources to do distributed computing and/or storage.
-
--
-Volunteers are typically members of the general public
-who own Internet-connected PCs.
-Organizations such as schools and businesses
-may also volunteer the use of their computers.
-
-
-Projects are typically academic (university-based)
-and do scientific research.
-But there are exceptions; for example, GIMPS and distributed.net
-(two major projects) are not academic.
-
-
-Several aspects of the project/volunteer relationship are worth noting:
-
--
-Volunteers are effectively anonymous;
-although they may be required to register
-and supply email address or other information,
-there is no way for a project to link them to a real-world identity.
-
-
-Because of their anonymity, volunteers are not accountable to projects.
-If a volunteer misbehaves in some way
-(for example, by intentionally returning incorrect computational results)
-the project cannot prosecute or discipline the volunteer.
-
-
-Volunteers must trust projects in several ways:
-1) the volunteer trusts the project to
-provide applications that don't damage their computer
-or invade their privacy;
-2) the volunteer trusts that the project is truthful about
-what work is being done by its applications,
-and how the resulting intellectual property will be used;
-3) the volunteer trusts the project to follow proper security practices,
-so that hackers cannot use the project as a vehicle for malicious activities.
-
-
-
-The first volunteer computing project was GIMPS
-(Great Internet Mersenne Prime Search), which started in 1995.
-Other early projects include distributed.net, SETI@home, and Folding@home.
-Today there are at least 50 active projects.
-
-
-
Why is volunteer computing important?
-
-It's important for several reasons:
-
--
-Because of the huge number of PCs in the world,
-volunteer computing can (and does) supply more computing power to science
-than does any other type of computing.
-This computing power enables scientific research that
-could not be done otherwise.
-
-This advantage will increase over time,
-because the laws of economics dictate that consumer electronics
-(PCs and game consoles)
-will advance faster than more specialized products,
-and that there will simply be more of them.
-
-
-Volunteer computing power can't be bought; it must be earned.
-A research project that has limited funding but large public appeal
-(such as SETI@home) can get huge computing power.
-In contrast, traditional supercomputers are extremely expensive,
-and are available only for applications that can afford them
-(for example, nuclear weapon design and espionage).
-
-
-Volunteer computing encourages public interest in science,
-and provides the public with voice in determining the
-directions of scientific research.
-
-
-How does it compare to 'Grid computing'?
-
-It depends on how you define 'Grid computing'.
-The term generally refers to the sharing of computing resources
-within and between organizations, with the following properties:
-
-- Each organization can act as either producer or consumer of resources
-(hence the anology with the electrical power grid,
-in which electric companies can buy and sell power to/from
-other companies, according to fluctuating demand).
-
- The organizations are mutually accountable.
-If one organization misbehaves, the others can respond
-by suing them or refusing to share resources with them.
-
-
-
-This is different from volunteer computing.
-'Desktop grid' computing - which uses desktop PCs within an organization -
-is superficially similar to volunteer computing,
-but because it has accountability and lacks anonymity,
-it is significantly different.
-
-If your definition of 'Grid computing' encompasses all distributed computing
-(which is silly - there's already a perfectly good term for that)
-then volunteer computing is a type of Grid computing.
-
-For more information about Grid computing,
-visit CERN's Grid Café.
-
-
Is it the same as 'peer-to-peer computing'?
-
-No.
-'Peer-to-peer computing' describes systems such as
-Napster, Gnutella, and Freenet,
-in which files and other data are exchanged between 'peers' (i.e. PCs)
-without the involvement of a central server.
-This differs in several ways from volunteer computing:
-
-- Volunteer computing uses central servers.
-There is typically no peer-to-peer communication.
-
- Peer-to-peer computing benefits the participants
-(i.e. the people sharing files).
-There's no notion of a 'project' to which resources are donated.
-
- Peer-to-peer computing actually involves storage and retrieval,
-not computing1.
-
-
-1 An exception: GPU
-(Global Processing Unit) is a Gnutella client that allows users
-to share CPU resources.
-
-";
-page_tail(true);
+Header("Location: http://boinc.berkeley.edu/trac/wiki/VolunteerComputing");
?>
diff --git a/doc/win_install.php b/doc/win_install.php
deleted file mode 100644
index d1f37f3777..0000000000
--- a/doc/win_install.php
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-Single-user installation
-
-This is the recommended mode.
-BOINC will run while you (the installing user) are logged in.
-
-BOINC is listed in the Start menu of the installing user,
-but not other users.
-
-The 'Show graphics' command in the BOINC manager
-works only for the installing user.
-The BOINC screensaver only shows application
-graphics only for the installing user
-(other users can run the screensaver but will see textual information only).
-
-
-Shared installation
-
-BOINC runs whenever any user is logged in.
-
-BOINC is listed in the Start menu of all users.
-
-While BOINC is running, it runs as a particular user
-(either the first user to log in, or the first to run BOINC).
-The 'Show graphics' command in the BOINC manager
-works only for this user.
-The BOINC screensaver shows application graphics only for this user
-(other users can run the screensaver but will see textual information only).
-
-
-Service installation
-
-BOINC runs all the time (even when no one is logged in).
-
-BOINC is listed in the Start menu of the installing user,
-but not other users.
-
-The 'Show graphics' command in the BOINC manager will not work for any user.
-The BOINC screensaver will only show textual information.
-
-
-
-The Windows BOINC client can be
-deployed across a Windows network
-using Active Directory.
-
-
-if BOINC applications are repeatedly crashing on your computer,
-it's possibly that you need to
-upgrade to the latest version of DirectX.
-
-
-Technical details
-
-BOINC's Windows installer installs several programs:
-
-- core client: the program that manages file transfers
-and execution of applications.
-
- manager: the GUI to the core client.
-
- screensaver: a program that runs when the machine is idle.
-Typically it sends a message to the core client,
-telling it to do screensaver graphics.
-
-
-Single-user installation
-
-Say the install is done by user X.
-The manager runs automatically when X logs in.
-The manager starts up the core client.
-The core client it runs as a regular process, not a service.
-If the manager crashes the core client continues to run.
-The user can re-run the manager.
-When the user logs out, the manager, the core client,
-and any running applications exit.
-
-Files (in the BOINC directory) are owned by user X.
-
-Detection of mouse/keyboard is done by the manager.
-
-The screensaver works as it currently does,
-except that we'll pass window-station/desktop info
-so that the password-protected screensaver mechanism will work.
-
-Other users can't run the BOINC manager.
-
-
Shared installation
-
-
-Processes run as whoever is logged in.
-If someone logs in while BOINC is already running,
-it will not start a new instance of BOINC.
-
-
-
Service installation
-
-The core client runs as a service, started at boot time.
-On Windows 2003 and greater is runs under the 'network service' account.
-Otherwise it runs as the installing user.
-
-The manager checks mouse/keyboard input
-and conveys idle state to the core client.
-Only the installing user can run the BOINC manager.
-Files are accessible only to the installing user.
-
-
-
-";
-page_tail();
-?>