Projet

Général

Profil

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

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

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
16
(https://www.drupal.org/project/i18n) package, improves search engine
17
optimization (SEO) for multilingual websites.
18

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

    
22
* For a full description of the module, visit this page:
23
  https://www.drupal.org/node/1280468.
24

    
25
* To submit bug reports and feature suggestions, or to track changes:
26
   https://www.drupal.org/project/issues/i18n.
27

    
28

    
29
REQUIREMENTS
30
------------
31

    
32
This module requires the following module:
33

    
34
* Internationalization - https://www.drupal.org/project/i18n
35

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

    
41

    
42
RECOMMENDED MODULES
43
-------------------
44

    
45
* Internationalization Views - https://www.drupal.org/project/i18nviews
46
* Language Icons - https://www.drupal.org/project/languageicons
47
* Translation Overview - https://www.drupal.org/project/translation_overview
48
* Localization Client - https://www.drupal.org/project/l10n_client
49
* Internationalization contributions -
50
  https://www.drupal.org/project/i18n_contrib
51

    
52

    
53
INSTALLATION
54
------------
55

    
56
This is a submodule of the Internationalization module. Install the
57
Internationalization module as you would normally install a contributed Drupal
58
module. Visit https://www.drupal.org/node/895232 for further information.
59

    
60

    
61
CONFIGURATION
62
-------------
63

    
64
No configuration is necessary.
65

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

    
74

    
75
MAINTAINERS
76
-----------
77

    
78
* Jose Reyero - https://www.drupal.org/u/jose-reyero
79
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
80
* Peter Philipp - https://www.drupal.org/u/das-peter
81
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
82
* Nathaniel Catchpole - https://www.drupal.org/u/catch