source: sipes/modules_contrib/token/README.txt @ 6e81fb4

stableversion-3.0
Last change on this file since 6e81fb4 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 1.1 KB
Línea 
1
2Description
3===========
4Token module provides a centralized API for text substitution. Unless
5you're installing another Drupal module that requires it, this software
6is probably unnecessary.
7
8For more information on tokens see http://groups.drupal.org/tokens
9
10Benefits
11========
12If you're a Drupal developer, check out API.txt for detailed instructions
13on using the Token API. It allows every module to announce the placeholder
14tokens they can handle, uses simple caching to prevent duplicated work in
15a given page-view, and is pretty lightweight. It's nice. You'll like it.
16
17tokenSTARTER
18============
19Want to add your own custom tokens to a site? Not sure how to write a
20module? Worry no more, it's now quite easy.
21
221. Copy and rename the tokenSTARTER.info and tokenSTARTER.module replacing
23   every instance of STARTER with a descriptive, appropriate word.
24
252. Edit the .module file and change hook_token_list and hook_token_values
26   to provide whatever additional tokens or logic your site needs.
27
283. Enable the module and enjoy!
29
30You should also want to read the API.txt.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.