00001 <?php 00002 // $Id: 00003 00004 /** 00005 * @file 00006 * Page multi-status 00007 * 00008 * Additional Doxygen documentation 00009 */ 00010 00011 /** 00012 * @page multi_status_help "multi-status" 00013 * An extended drush core status 00014 * 00015 * The core status is extended with 00016 * 00017 * 'Site Counter', number of sites within the installation 00018 * 00019 * 'Sites', sites within the installation 00020 * 00021 * 'Prev.Installations', previous installed Drupal versions 00022 * 00023 * 'Drupal Core', Status of Drupal core 00024 * 00025 * @section Aliases 00026 * @subsection multi_status_alias_mst mst 00027 * @section Examples 00028 * @code 00029 * drush -r /path/to/drupal multi-status 00030 * @endcode 00031 * We asume that we are running drupal-6-14 with the 2 sites, default and foobar.com 00032 * and drupal-6.11, drupal-6.12 and drupal-6.13 before drupal-6.14. 00033 * @code' 00034 * PHP configuration : /etc/php5/cli/php.ini 00035 * Drupal Root : /var/www/6.x 00036 * Drupal version : 6.14 00037 * Site Path : sites/default 00038 * Site URI : http://default 00039 * Database Driver : mysqli 00040 * Database Hostname : localhost 00041 * Database Username : dbuser 00042 * Database Name : db 00043 * Database Password : dbpasswd 00044 * Database : Connected 00045 * Drupal Bootstrap : Successful 00046 * Drupal User : Anonymous 00047 * Site Counter : 2 00048 * Sites : foobar.com default 00049 * Prev.Installations: drupal-6.11 drupal-6.12 drupal-6.13 00050 * Drupal Core : Uptodate 00051 * '@endcode 00052 * If drupal-6.15 is available, in the "Drupal Core" section will display a red 00053 * @code 00054 * '6.15 available' 00055 * @endcode 00056 */
1.5.8