source: sipei/modules/pathauto/INSTALL.txt @ fc0b1f8

drupal-6.x
Last change on this file since fc0b1f8 was ffa4103, checked in by Luis Peña <lpena@…>, 12 años ago

Cambiando el nombre de modulos a modules

  • Propiedad mode establecida a 100755
File size: 2.0 KB
Línea 
1
2**Installation:
3
4Pathauto is an extension to the path module, which must be enabled.
5
6Pathauto also relies on the Token module, which must be downloaded and
7enabled separately.
8
91. Unpack the Pathauto folder and contents in the appropriate modules
10directory of your Drupal installation.  This is probably
11  sites/all/modules/
122. Enable the Pathauto module in the administration tools.
133. If you're not using Drupal's default administrative account, make
14sure "administer pathauto" is enabled through access control administration.
154. Visit the Pathauto settings page and make appropriate configurations
16   For 5.x: Administer > Site configuration > Pathauto
17   For 6.x: Administer > Site building > URL alias > Automated alias settings
18
19**Transliteration support:
20If you desire transliteration support in the creation of URLs (e.g. the
21replacement of À with A) then you will need to rename the file
22i18n-ascii.example.txt to i18n-ascii.txt
23
24You can then freely edit the i18n-ascii.txt without worrying that your changes
25will be over-written by upgrades of Pathauto.
26
27For details on how to transliterate any UTF8 character, please see the full
28i18n-ascii-fill.txt file information at http://drupal.org/node/185664
29
30**Upgrading from previous versions:
31If you are upgrading from Pathauto 5.x-1.x to 5.x-2.x (or 6.x-2.x) then you
32will probably need to change your patterns.
33
34For content patterns:
35    [user] is now [author-name]
36    [cat] is now [term]
37
38There may be other changes as well.  Please review the pattern examples on
39      Administration > Site Configuration > Pathauto
40
41If you upgraded from Pathauto 5.x-1.x directly without enabling Token
42first then you will need to
43  1) download/install the Token module
44  2) disable the Pathauto module
45  3) re-enable the Pathauto module
46
47Upgrade to 6.x:
48Note that the settings page has moved so that it is more logically grouped with
49other URL alias related items under
50  Administer > Site building > URL alias > Automated alias settings
51
52$Id: INSTALL.txt,v 1.3.2.1 2010/08/09 19:00:03 davereid Exp $
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.