API.txt |
API.txt |
|
This document explains how to provide "Pathauto integration" in a
module. You need this if you would like to provide additional tokens
or if your module has paths and you wish to have them automatically
aliased. The simplest integration is… |
i18n-ascii.example.txt |
i18n-ascii.example.txt |
|
; global transliteration
[default]
À = "A"
Á = "A"
 = "A"
à = "A"
Ä = "Ae"
Å = "A"
Æ = "A"
Ā = "A"
Ą = "A"
Ă = "A"
Ç = "C"
Ć =… |
INSTALL.txt |
INSTALL.txt |
|
**Installation:
Pathauto is an extension to the path module, which must be enabled.
Pathauto also relies on the Token module, which must be downloaded and
enabled separately.
1. Unpack the Pathauto folder and contents in the appropriate… |
pathauto.admin.inc |
pathauto.admin.inc |
|
Admin page callbacks for the Pathauto module. |
pathauto.api.php |
pathauto.api.php |
|
Documentation for pathauto API. |
pathauto.inc |
pathauto.inc |
|
Miscellaneous functions for Pathauto. |
pathauto.info |
pathauto.info |
|
name = Pathauto
description = Provides a mechanism for modules to automatically generate aliases for the content they manage.
dependencies[] = path
dependencies[] = token
core = 6.x
recommends[] = path_redirect |
pathauto.install |
pathauto.install |
|
Install, update, and uninstall functions for Pathauto. |
pathauto.module |
pathauto.module |
|
Main file for the Pathauto module, which automatically generates aliases for content. |
pathauto.test |
pathauto.test |
|
Functionality tests for Pathauto. |
pathauto_node.inc |
pathauto_node.inc |
|
Hook implementations for node module integration. |
pathauto_taxonomy.inc |
pathauto_taxonomy.inc |
|
Hook implementations for taxonomy module integration. |
pathauto_user.inc |
pathauto_user.inc |
|
Hook implementations for user module integration. |
README.txt |
README.txt |
|
Please read this file and also the INSTALL.txt.
They contain answers to many common questions.
If you are developing for this module, the API.txt may be interesting.
If you are upgrading, check the CHANGELOG.txt for major changes.
**Description:
The… |