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 = 7.x
files[] = pathauto.migrate.inc
files[] = pathauto.test
configure =… |
pathauto.install |
pathauto.install |
|
Install, update, and uninstall functions for Pathauto. |
pathauto.migrate.inc |
pathauto.migrate.inc |
|
Support for the Pathauto module. |
pathauto.module |
pathauto.module |
|
Main file for the Pathauto module, which automatically generates aliases for content. |
pathauto.pathauto.inc |
pathauto.pathauto.inc |
|
Pathauto integration for core modules. |
pathauto.test |
pathauto.test |
|
Functionality tests for Pathauto. |
pathauto.tokens.inc |
pathauto.tokens.inc |
|
Token integration for the Pathauto module. |
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… |