| 1 |
Drupal vocabulary_list.module README.txt
|
| 2 |
==============================================================================
|
| 3 |
|
| 4 |
This module plugs a small hole in taxonomy.module, providing node list
|
| 5 |
pages and RSS services for vocabularies. These pages are accessible as
|
| 6 |
|
| 7 |
taxonomy/page/vocab/{vid} and
|
| 8 |
taxonomy/feed/vocab/{vid}
|
| 9 |
|
| 10 |
Only a single vocabulary can be acccessed (no logical magic as with terms
|
| 11 |
in taxonomy module). RSS autodiscovery is supported.
|
| 12 |
|
| 13 |
If you feel this functionality should go into Drupal core, go on and provide
|
| 14 |
a patch for Drupal core. I have added this module to complement taxonomy
|
| 15 |
module in Drupal 4.4 (for which it is not possible to add new features).
|
| 16 |
|
| 17 |
Installation
|
| 18 |
------------------------------------------------------------------------------
|
| 19 |
|
| 20 |
Required:
|
| 21 |
- Copy vocablary_list.module to modules/
|
| 22 |
- Enable the module as usual from Drupal's admin pages.
|
| 23 |
|
| 24 |
Credits / Contact
|
| 25 |
------------------------------------------------------------------------------
|
| 26 |
|
| 27 |
The author of this module is Gabor Hojtsy (goba[at]php.net), who is also
|
| 28 |
the active maintainer.
|