Current File : //opt/RZphp72/includes/www/pear.php.net/public_html/about/damblan.php |
<?php
/*
+----------------------------------------------------------------------+
| PEAR Web site version 1.0 |
+----------------------------------------------------------------------+
| Copyright (c) 2003-2005 The PEAR Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Martin Jansen <mj@php.net> |
+----------------------------------------------------------------------+
$Id$
*/
response_header("Damblan");
?>
<h1>Damblan</h1>
<p>Damblan is a set of utility classes, which we are using on
pear.php.net. Some people might even call Damblan a framework, but we
don't. For now.</p>
<p>The name is derived from the Nepalese summit
<a href="http://www.summitpost.com/show/mountain_link.pl/mountain_id/52">Ama Dablam</a>
but with an additional "m". Please do not ask for the reason.</p>
<p>Currently the feature set of Damblan is quite limited, but we are
working towards integrating more great stuff. At a certain point there
may be even the possibility to download and install Damblan as a PEAR
package.</p>
<p>If you have questions or comments about Damblan, get in touch with
<a href="/user/mj/">Martin</a>. The bleeding edge version of Damblan is
<a href="http://svn.php.net/repository/pear/pearweb/trunk/include/Damblan">available via SVN</a>.
</p>
<p><a href="/about/">Back</a></p>
<?php
response_footer();
?>