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 b3ab3446 Assos Assos
CONTENTS OF THIS FILE
2 e013fa40 Assos Assos
---------------------
3 b3ab3446 Assos Assos
  
4
* Introduction
5
* Requirements
6
* Recommended modules
7
* Installation
8
* Configuration
9
* Maintainers
10
11
12
INTRODUCTION
13
------------
14
15 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
19 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
22
* For a full description of the module, visit this page:
23 e013fa40 Assos Assos
  https://www.drupal.org/node/1280468.
24 b3ab3446 Assos Assos
25
* To submit bug reports and feature suggestions, or to track changes:
26 e013fa40 Assos Assos
   https://www.drupal.org/project/issues/i18n.
27 b3ab3446 Assos Assos
28
29
REQUIREMENTS
30
------------
31
32 e013fa40 Assos Assos
This module requires the following module:
33 b3ab3446 Assos Assos
34 e013fa40 Assos Assos
* Internationalization - https://www.drupal.org/project/i18n
35 b3ab3446 Assos Assos
36 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
41
42
RECOMMENDED MODULES
43
-------------------
44
45 e013fa40 Assos Assos
* 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 b3ab3446 Assos Assos
52
53
INSTALLATION
54
------------
55
56 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
60
61
CONFIGURATION
62
-------------
63
64 e013fa40 Assos Assos
No configuration is necessary.
65 b3ab3446 Assos Assos
66 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
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