pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file credits.php

Documentation is available at credits.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2001-2005 The PHP Group                                |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors:                                                             |
  17.    +----------------------------------------------------------------------+
  18.    $Id: credits.php,v 1.5 2007/12/30 12:06:39 wiesemann Exp $
  19. */
  20.  
  21. response_header('Credits');
  22. ?>
  23.  
  24. <h1>Credits</h1>
  25.  
  26. <h2>&raquo; PEAR Website Team</h2>
  27.  
  28. <ul>
  29.   <li><?php echo user_link('cellog')?></li>
  30.   <li><?php echo user_link('dufuz')?></li>
  31.   <li><?php echo user_link('mj')?></li>
  32.   <li><?php echo user_link('wiesemann')?></li>
  33. </ul>
  34.  
  35. <h3>&raquo; Emeritus</h3>
  36.  
  37. <ul>
  38.   <li><?php echo user_link('danielc')?></li>
  39.   <li><?php echo user_link('cox')?></li>
  40.   <li><?php echo user_link('pajoye')?></li>
  41.   <li><?php echo user_link('ssb')?></li>
  42.   <li><?php echo user_link('richard')?></li>
  43.   <li><?php echo user_link('cmv')?></li>
  44.   <li><?php echo user_link('toby')?></li>
  45. </ul>
  46.  
  47. <small>(In alphabetic order)</small>
  48.  
  49. <p>The website team can be reached at
  50. <?php echo make_mailto_link(PEAR_WEBMASTER_EMAIL)?>.</p>
  51.  
  52. <p>More information about the website can be found on a
  53. <a href="/about/">dedicated page</a>.</p>
  54.  
  55. <h2>&raquo; PEAR Documentation Team</h2>
  56.  
  57. <p>The authors of the documentation are listed on a
  58. <a href="/manual/en/authors.php">special page</a> in
  59. the manual. The team can be reached via the mailing list
  60. <?php echo make_mailto_link('pear-doc@lists.php.net')?>
  61.  (<a href="/support/lists.php">subscription information</a>).</p>
  62.  
  63. <?php
  64. response_footer();

Documentation generated on Mon, 11 Mar 2019 15:14:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.