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

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2004-2005 The PEAR 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: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id: index.php,v 1.9 2007/12/29 00:11:33 dufuz Exp $
  19. */
  20.  
  21. response_header("Support");
  22. ?>
  23.  
  24. <h1>Support</h1>
  25.  
  26. <h2>&raquo; Overview</h2>
  27.  
  28. <p>Besides the <a href="/manual/">manual</a> the PEAR website provides
  29. a number of other support resources. You can select them using the
  30. navigation tabs above.</p>
  31.  
  32. <p>If you are new to PEAR, collected knowledge that does not fit into
  33. the FAQ is available at this document: <a href="effectivepearuse.php">Developing Effectively with PEAR Packages</a></p>
  34.  
  35. <p>Additionaly one can ask for help on the <i>#pear</i>
  36. <acronym title="Internet Relay Chat">IRC</acronym> channel at the
  37. <a href="http://www.efnet.org"> Eris Free Net</a>.</p>
  38.  
  39. <p>Some project members also write about PEAR in their weblogs or
  40. journals. Some of them are aggregated through
  41. <a href="http://planet-php.net/">Planet PHP</a>.</p>
  42.  
  43. <p>PHP Magazine publishes a roundup of the events on the PEAR and PECL
  44. mailing lists in <a href="http://php-mag.net/itr/psecom,id,207,nodeid,207.html">PHPBarnstormer</a>.</p>
  45.  
  46. <p>A channel for all PEAR-related blogs can be found at
  47.  <a href="http://planet.pear.php.net/">Planet PEAR</a>.
  48. </p>
  49.  
  50. <p>If you have questions concerning this website, you can contact
  51. <a href="mailto:<?php echo PEAR_WEBMASTER_EMAIL; ?>"><?php echo PEAR_WEBMASTER_EMAIL; ?></a>.
  52. </p>
  53.  
  54. <?php
  55. response_footer();
  56. ?>

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