| 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/3_0.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 <*****@*****.**> | +----------------------------------------------------------------------+ $Id$ */ require_once 'pear-database-channel.php'; $channels = channel::listActive(); $inactive_channels = array(); if (auth_check('pear.admin')) { $inactive_channels = channel::listInactive(); } response_header("Channels", false, '<link rel="alternate" type="application/xbel+xml" href="xbel.php" title="Channel list as XBEL" />'); $tabs = array("List" => array("url" => "/channels/index.php", "title" => "List Sites."), "Add Site" => array("url" => "/channels/add.php", "title" => "Add your site.")); ?> <h1>Channels</h1> <?php print_tabbed_navigation($tabs); ?> <h2>What's that?</h2> <p>A number of third-party sites make it possible to install their software package using the new <a href="/manual/en/guide.migrating.channels.php">channels</a>