| 1 |
// $Id: README.txt,v 1.2 2006/05/08 13:38:25 jaza Exp $
|
| 2 |
|
| 3 |
Readme
|
| 4 |
------
|
| 5 |
|
| 6 |
The category module allows you to structure your site and to organize content
|
| 7 |
with categories. Features:
|
| 8 |
|
| 9 |
- Categories and containers are created as nodes
|
| 10 |
- Content can be assigned to categories
|
| 11 |
- Categories can be structured (usually hierarchically) within a container
|
| 12 |
- Categories and containers can be structured within any other categories
|
| 13 |
and containers, allowing for complex hybrid site structures
|
| 14 |
- RSS feeds available for categories and containers
|
| 15 |
- Any node types can be given category or container behavior
|
| 16 |
- Extensible architecture allows other modules to build on the functionality
|
| 17 |
of this 'base module'
|
| 18 |
- Wrapper modules allow full backwards-compatibility with the taxonomy and
|
| 19 |
book modules (which this module is based upon), and thus with most other
|
| 20 |
modules that depend on them
|
| 21 |
|
| 22 |
Note: this is a summary of the full feature list, which is maintained at http://category.greenash.net.au/features.
|
| 23 |
|
| 24 |
Send comments to jazepstein@greenash.net.au.
|
| 25 |
|
| 26 |
|
| 27 |
Support
|
| 28 |
-------
|
| 29 |
|
| 30 |
The official support and documentation website for this module is located at http://category.greenash.net.au/ - please search there and on drupal.org for any information that you may require. All issues (e.g. support requests, bug reports) are to be submitted using the drupal.org issue tracker.
|
| 31 |
|
| 32 |
|
| 33 |
Author
|
| 34 |
------
|
| 35 |
|
| 36 |
Jeremy Epstein <jazepstein@greenash.net.au>
|