From a8b218827a400cf5ced7db133be0a0f9e2180875 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Nov 2005 10:17:34 +0000 Subject: - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / --- modules/legacy/legacy.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'modules/legacy') diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module index cd003202a..2b3c4b3c1 100644 --- a/modules/legacy/legacy.module +++ b/modules/legacy/legacy.module @@ -11,6 +11,22 @@ */ function legacy_help($section) { switch ($section) { + case 'admin/help#legacy': + $output = '

'. t('The legacy module provides legacy handlers for upgrades from older installations. These handlers help automatically redirect references to pages from old installations and prevent page not found errors for your site.') .'

'; + $output .= '

'. t('The legacy module handles legacy style taxonomy page, taxonomy feed, and blog feed paths. It also handles URL upgrades from Drupal 4.1. It rewrites old-style URLs to new-style URLs (clean URLs). ') .'

'; + $output .= t('

Example Mappings:

+ +'); + $output .= '

'. t('Legacy module has no configurable options.') .'

'; + $output .= '

'. t('For more information please read the configuration and customization handbook Legacy page.', array('%legacy' => 'http://www.drupal.org/handbook/modules/legacy/')) .'

'; + return $output; case 'admin/modules#description': return t('Provides legacy handlers for upgrades from older Drupal installations.'); } -- cgit v1.2.3