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