Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<?php
3
/**
4
 * Advanced 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
 * @see        phpdoc.php
17
 * @filesource
18
 * @todo       CS cleanup - change package to PhpDocumentor
19
 * @deprecated redirects automatically to docbuilder
20
 *             (see {@link docbuilder/index.html})
21
 */
22
?>
23
 
24
<html>
25
<head>
26
<title>PhpDocumentor (deprecated web interface)</title>
27
<META HTTP-EQUIV="Refresh" CONTENT="5; URL=docbuilder/"/>
28
</head>
29
<body>
30
This PhpDocumentor web interface is deprecated...
31
you will be redirected to the DocBuilder interface.
32
</body>
33
</html>