Projet

Général

Profil

Paste
Télécharger (2,64 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / i18n / i18n_redirect / README.txt @ b3ab3446

1
CONTENTS OF THIS FILE
2
---------------------------
3
  
4
* Introduction
5
* Requirements
6
* Recommended modules
7
* Installation
8
* Configuration
9
* Maintainers
10

    
11

    
12
INTRODUCTION
13
------------
14

    
15
The Redirect translation module, part of the Internationalization (https://www.drupal.org/project/i18n) package, improves search engine optimization (SEO) for multilingual websites. 
16

    
17
It redirects anonymous users (including web crawlers) to the translation of the page in the requested language, if it exists, using a 301 redirect code. 
18

    
19
* For a full description of the module, visit this page:
20
https://www.drupal.org/node/1280468
21

    
22
* To submit bug reports and feature suggestions, or to track changes:
23
https://www.drupal.org/project/issues/i18n
24

    
25

    
26
REQUIREMENTS
27
------------
28

    
29
This module requires the following modules:
30

    
31
* Internationalization (https://www.drupal.org/project/i18n)
32

    
33
The Translation redirect module requires the implementation of hook_i18n_translate_path by another module for the redirect page to be determined. Currently, the Multilingual content, Path translation, and Taxonomy translation modules implement this hook. 
34

    
35

    
36
RECOMMENDED MODULES
37
-------------------
38

    
39
* Internationalization Views (https://www.drupal.org/project/i18nviews)
40
* Language Icons (https://www.drupal.org/project/languageicons)
41
* Translation Overview (https://www.drupal.org/project/translation_overview)
42
* Localization Client (https://www.drupal.org/project/l10n_client)
43
* Internationalization contributions (https://www.drupal.org/project/i18n_contrib)
44

    
45

    
46
INSTALLATION
47
------------
48

    
49
* This is a submodule of the Internationalization module. Install the Internationalization module as you would normally install a contributed Drupal module. Visit https://www.drupal.org/docs/7/extending-drupal-7/installing-contributed-modules-find-import-enable-configure-drupal-7 for further information.
50

    
51

    
52
CONFIGURATION
53
-------------
54

    
55
No configuration is necessary.  
56

    
57
For node translation, enable the Multilingual content and the Translation redirect modules. For non-node pages, the redirection hook must be implemented by the relevant module.
58
For example, for taxonomy pages, you should enable the Taxonomy translation module because the module provides the necessary hook code. If you are using the Path translation module to create translation sets for non-node pages, then it implements the hook code for determining the redirection page.
59

    
60

    
61
MAINTAINERS
62
-----------
63

    
64
* Jose Reyero - https://www.drupal.org/u/jose-reyero
65
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
66
* Peter Philipp - https://www.drupal.org/u/das-peter
67
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
68
* Nathaniel Catchpole - https://www.drupal.org/u/catch