Conjunto de cambios 49072ea en sipes para modules_contrib/pathauto/README.txt


Ignorar:
Fecha y hora:
26/05/2016 18:10:02 (hace 8 años)
Autor:
José Gregorio Puentes <jpuentes@…>
Branches:
stable, version-3.0
Children:
2efe680
Parents:
cd414e9
Mensaje:

se actualizo el modulo

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • modules_contrib/pathauto/README.txt

    r177a560 r49072ea  
    1 Please read this file and also the INSTALL.txt. 
     1Please read this file and also the INSTALL.txt.
    22They contain answers to many common questions.
    33If you are developing for this module, the API.txt may be interesting.
     
    55
    66**Description:
    7 The Pathauto module provides support functions for other modules to 
    8 automatically generate aliases based on appropriate criteria, with a 
     7The Pathauto module provides support functions for other modules to
     8automatically generate aliases based on appropriate criteria, with a
    99central settings path for site administrators.
    1010
    11 Implementations are provided for core content types: nodes, taxonomy 
     11Implementations are provided for core content types: nodes, taxonomy
    1212terms, and users (including blogs and tracker pages).
    1313
    14 Pathauto also provides a way to delete large numbers of aliases.  This feature 
     14Pathauto also provides a way to delete large numbers of aliases.  This feature
    1515is available at  Administer > Site building > URL aliases > Delete aliases
    1616
    1717**Benefits:
    1818Besides making the page address more reflective of its content than
    19 "node/138", it's important to know that modern search engines give 
    20 heavy weight to search terms which appear in a page's URL. By 
    21 automatically using keywords based directly on the page content in the URL, 
     19"node/138", it's important to know that modern search engines give
     20heavy weight to search terms which appear in a page's URL. By
     21automatically using keywords based directly on the page content in the URL,
    2222relevant search engine hits for your page can be significantly
    2323enhanced.
     
    2727
    2828**Notices:
    29 Pathauto just adds URL aliases to nodes, users, and taxonomy terms. Because 
    30 it's an alias, the standard Drupal URL (for example node/123 or 
    31 taxonomy/term/1) will still function as normal.  If you have external links 
    32 to your site pointing to standard Drupal URLs, or hardcoded links in a module, 
    33 template, node or menu which point to standard Drupal URLs it will bypass the 
     29Pathauto just adds URL aliases to nodes, users, and taxonomy terms. Because
     30it's an alias, the standard Drupal URL (for example node/123 or
     31taxonomy/term/1) will still function as normal.  If you have external links
     32to your site pointing to standard Drupal URLs, or hardcoded links in a module,
     33template, node or menu which point to standard Drupal URLs it will bypass the
    3434alias set by Pathauto.
    3535
    36 There are reasons you might not want two URLs for the same content on your 
    37 site. If this applies to you, please note that you will need to update any 
    38 hard coded links in your nodes or blocks. 
     36There are reasons you might not want two URLs for the same content on your
     37site. If this applies to you, please note that you will need to update any
     38hard coded links in your nodes or blocks.
    3939
    4040If you use the "system path" (i.e. node/10) for menu items and settings like
    4141that, Drupal will replace it with the url_alias.
    4242
    43 For external links, you might want to consider the Path Redirect or 
    44 Global Redirect modules, which allow you to set forwarding either per item or 
    45 across the site to your aliased URLs. 
     43For external links, you might want to consider the Path Redirect or
     44Global Redirect modules, which allow you to set forwarding either per item or
     45across the site to your aliased URLs.
    4646
    4747URLs (not) Getting Replaced With Aliases:
     
    5555* l("Your link title", "node/$node->nid")
    5656
    57 See http://api.drupal.org/api/HEAD/function/url and 
     57See http://api.drupal.org/api/HEAD/function/url and
    5858http://api.drupal.org/api/HEAD/function/l for more information.
    5959
    6060** Disabling Pathauto for a specific node type (or taxonomy)
    61 When the pattern for a node type is left blank, the default pattern will be 
    62 used. But if the default pattern is also blank, Pathauto will be disabled 
     61When the pattern for a node type is left blank, the default pattern will be
     62used. But if the default pattern is also blank, Pathauto will be disabled
    6363for that node type.
    6464
    6565** Bulk Updates Must be Run Multiple Times:
    66 As of 5.x-2.x Pathauto now performs bulk updates in a manner which is more 
    67 likely to succeed on large sites.  The drawback is that it needs to be run 
    68 multiple times.  If you want to reduce the number of times that you need to 
    69 run Pathauto you can increase the "Maximum number of objects to alias in a 
     66As of 5.x-2.x Pathauto now performs bulk updates in a manner which is more
     67likely to succeed on large sites.  The drawback is that it needs to be run
     68multiple times.  If you want to reduce the number of times that you need to
     69run Pathauto you can increase the "Maximum number of objects to alias in a
    7070bulk update:" setting under General Settings.
    7171
    7272**WYSIWYG Conflicts - FCKEditor, TinyMCE, etc.
    73 If you use a WYSIWYG editor, please disable it for the Pathauto admin page. 
     73If you use a WYSIWYG editor, please disable it for the Pathauto admin page.
    7474Failure to do so may cause errors about "preg_replace" problems due to the <p>
    7575tag being added to the "strings to replace".  See http://drupal.org/node/175772
     
    8585Other suggestions and patches contributed by the Drupal community.
    8686
    87 Current maintainers:
    88   Greg Knaddison - http://growingventuresolutions.com
     87Current maintainers:
     88  Dave Reid - http://www.davereid.net
     89  Greg Knaddison - http://www.knaddison.com
    8990  Mike Ryan - http://mikeryan.name
    9091  Frederik 'Freso' S. Olesen - http://freso.dk
    91 
    92 **Changes:
    93 See the CHANGELOG.txt file.
    94 
    95 $Id: README.txt,v 1.16 2008/06/21 18:20:38 greggles Exp $
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.