00001 <?php 00002 // $Id: 00003 00004 /** 00005 * @file 00006 * Page Introduction 00007 * 00008 * Additional Doxygen documentation 00009 */ 00010 00011 /** 00012 * @page intro Introduction 00013 * 00014 * I use the following symbolic links structure on our servers and wrote a bash script for handling Drupal updates years ago. 00015 * 00016 * Within this structure and this drush command, it is now possible to do that via drush. 00017 * 00018 * Now drush can update Drupal. 00019 * 00020 * Here is the very specific structure this command deals with for @ref multi_drupalupdate_help and @ref multi_create_help : 00021 * @code 00022 * ' 00023 * drupal/ 00024 * |-- 6.x -> drupal-6.14 00025 * |-- 6.x_backup 00026 * |-- 6.x_profiles 00027 * |-- 6.x_sites 00028 * | |-- all 00029 * | |-- default 00030 * | |-- example.com 00031 * | | |-- files 00032 * | | |-- modules 00033 * | | `-- themes 00034 * | `-- sub.example.com 00035 * | |-- files 00036 * | |-- modules 00037 * | `-- themes 00038 * `-- drupal-6.14 00039 * |-- backup -> ../6.x_backup 00040 * |-- includes 00041 * |-- misc 00042 * |-- modules 00043 * |-- profiles -> ../6.x_profiles 00044 * |-- scripts 00045 * `-- sites -> ../6.x_sites 00046 * ' 00047 * @endcode 00048 */
1.5.8