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) 2003-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$
  19. */
  20. response_header('About this site');
  21. ?>
  22.  
  23. <h1>About This Site</h1>
  24.  
  25. <p>This site has been created and is maintained by a number of people,
  26. which are listed on the <a href="credits.php">credits page</a>.
  27. If you would like to contact them, you can write to
  28. <?php echo make_mailto_link(PEAR_WEBMASTER_EMAILPEAR_WEBMASTER_EMAIL)?>.
  29. </p>
  30.  
  31. <p>It has been built with <a href="http://httpd.apache.org/">Apache</a>,
  32. <a href="http://php.net/">PHP</a>, <a href="http://www.mysql.com/">MySQL</a>,
  33. and some (as you might have guessed) PEAR packages. Additionally we 
  34. have started to use a set of utility classes. We call it
  35. <a href="damblan.php">Damblan</a>.</p>
  36.  
  37. <p><a href="http://validator.w3.org/check/referer">
  38. <img style="border:0px; width:88px; height:31px" 
  39.      src="http://www.w3.org/Icons/valid-xhtml10" 
  40.      alt="(Mostly) Valid XHTML 1.0!" /></a>
  41. <a href="http://jigsaw.w3.org/css-validator/">
  42. <img style="border:0;width:88px;height:31px"
  43.      src="http://jigsaw.w3.org/css-validator/images/vcss" 
  44.      alt="Valid CSS!" /></a></p>
  45.  
  46. <h2>&raquo; Website Soure Code</h2>
  47.  
  48. <p>The source code of the website is available via SVN. To checkout the 
  49. latest version, use the following commands:</p>
  50.  
  51. <pre>
  52. $ svn checkout http://svn.php.net/repository/pear/pearweb/trunk
  53. </pre>
  54.  
  55. <p>One can also view the source code by using the
  56. <a href="http://svn.php.net/viewvc/pear/pearweb/">web interface</a>.</p>
  57.  
  58. <h2>&raquo; Privacy Policy</h2>
  59.  
  60. <p>Read the <a href="privacy.php">privacy policy</a>.</p>
  61.  
  62. <h2>&raquo; License &amp; Copyright</h2>
  63.  
  64. <p>The PHP code that runs the website is licensed under the PHP License.
  65. Some third-party code such as <a href="http://www.aditnus.no/jpgraph/">jpgraph</a>
  66. is bundled with the website in SVN and may be available under a 
  67. different license.  If you are uncertain about the license or copyright
  68. constraints, please get in touch with the
  69. <?php echo make_mailto_link(PEAR_WEBMASTER_EMAIL'webmaster mailing list')?>.</p>
  70.  
  71. <?php
  72. response_footer();
  73. ?>

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.