| 1 |
lars |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
2 |
<?php
|
|
|
3 |
/**
|
|
|
4 |
* Original Web Interface to phpDocumentor
|
|
|
5 |
*
|
|
|
6 |
* PHP versions 4 and 5
|
|
|
7 |
*
|
|
|
8 |
* @category ToolsAndUtilities
|
|
|
9 |
* @package phpDocumentor
|
|
|
10 |
* @author Juan Pablo Morales <ju-moral@uniandes.edu.co>
|
|
|
11 |
* @author Joshua Eichorn <jeichorn@phpdoc.org>
|
|
|
12 |
* @author Gregory Beaver <cellog@php.net>
|
|
|
13 |
* @author Chuck Burgess <ashnazg@php.net>
|
|
|
14 |
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
|
|
|
15 |
* @link http://pear.php.net/package/PhpDocumentor
|
|
|
16 |
* @filesource
|
|
|
17 |
* @todo CS cleanup - change package to PhpDocumentor
|
|
|
18 |
* @deprecated redirects automatically to docbuilder
|
|
|
19 |
* (see {@link docbuilder/index.html})
|
|
|
20 |
*/
|
|
|
21 |
?>
|
|
|
22 |
|
|
|
23 |
<html>
|
|
|
24 |
<head>
|
|
|
25 |
<title>PhpDocumentor (deprecated web interface)</title>
|
|
|
26 |
<META HTTP-EQUIV="Refresh" CONTENT="5; URL=docbuilder/"/>
|
|
|
27 |
</head>
|
|
|
28 |
<body>
|
|
|
29 |
This PhpDocumentor web interface is deprecated...
|
|
|
30 |
you will be redirected to the DocBuilder interface.
|
|
|
31 |
</body>
|
|
|
32 |
</html>
|