/[drupal]/contributions/modules/token/README.txt
ViewVC logotype

Contents of /contributions/modules/token/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Dec 31 01:41:50 2006 UTC (2 years, 10 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-5--1-9, DRUPAL-5--1-8, DRUPAL-5--1-5, DRUPAL-5--1-4, DRUPAL-5--1-7, DRUPAL-5--1-6, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, DRUPAL-4-7--1-4, DRUPAL-4-7--1-5, DRUPAL-5--1-11, DRUPAL-5--1-10, DRUPAL-5--1-13, DRUPAL-5--1-12, DRUPAL-6--1-10, DRUPAL-6--1-11, HEAD
Branch point for: DRUPAL-4-7, DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Initial commit of token.module, an API for placeholder substitution. Allows modules like custom_breadcrumbs, pathauto, etc to all leverage the same integration code.
1 $Id$
2
3 Description
4 ===========
5 Token module provides a centralized API for text substitution. Unless
6 you're installing another Drupal module that requires it, this software
7 is probably unnecessary.
8
9 Benefits
10 ========
11 If you're a Drupal developer, check out API.txt for detailed instructions
12 on using the Token API. It allows every module to announce the placeholder
13 tokens they can handle, uses simple caching to prevent duplicated work in
14 a given page-view, and is pretty lightweight. It's nice. You'll like it.

  ViewVC Help
Powered by ViewVC 1.1.2