Parent Directory
|
Revision Log
|
Revision Graph
Merge from DRUPAL-5, preapring for D6 branch
| 1 | This module extends the functionality of Meta tags so a global default |
| 2 | "description" meta tag can be specified on a per node type basis. |
| 3 | |
| 4 | It uses Token module allowing token replacements. |
| 5 | |
| 6 | This module will probably not be ported to 6.x as nodewords 6.x.2.x will have |
| 7 | token support. |
| 8 | |
| 9 | Dependencies |
| 10 | |
| 11 | * Meta tags |
| 12 | * Token |
| 13 | |
| 14 | INSTALLATION: |
| 15 | |
| 16 | 1) Place this module directory in your modules folder (this will usually be |
| 17 | "sites/all/modules/"). |
| 18 | |
| 19 | 2) Enable the module. |
| 20 | |
| 21 | 3) You can configure Meta Tags on each content type' settings page. |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |