Projet

Général

Profil

Révision e013fa40

Ajouté par Assos Assos il y a presque 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/i18n/i18n_redirect/README.txt
1 1
CONTENTS OF THIS FILE
2
---------------------------
2
---------------------
3 3
  
4 4
* Introduction
5 5
* Requirements
......
12 12
INTRODUCTION
13 13
------------
14 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. 
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.
16 18

  
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. 
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.
18 21

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

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

  
25 28

  
26 29
REQUIREMENTS
27 30
------------
28 31

  
29
This module requires the following modules:
32
This module requires the following module:
30 33

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

  
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. 
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.
34 40

  
35 41

  
36 42
RECOMMENDED MODULES
37 43
-------------------
38 44

  
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)
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
44 51

  
45 52

  
46 53
INSTALLATION
47 54
------------
48 55

  
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.
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.
50 59

  
51 60

  
52 61
CONFIGURATION
53 62
-------------
54 63

  
55
No configuration is necessary.  
64
No configuration is necessary.
56 65

  
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.
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.
59 73

  
60 74

  
61 75
MAINTAINERS

Formats disponibles : Unified diff