| 1 |
Drupal site map module:
|
| 2 |
----------------------
|
| 3 |
Original author - Nic Ivy http://njivy.org
|
| 4 |
Author - Fredrik Jonsson fredrik at combonet dot se
|
| 5 |
Requires - Drupal 6
|
| 6 |
License - GPL (see LICENSE)
|
| 7 |
|
| 8 |
|
| 9 |
Overview:
|
| 10 |
--------
|
| 11 |
This module provides a site map that gives visitors an overview of
|
| 12 |
your site. It can also display the RSS feeds for all blogs and
|
| 13 |
categories. Drupal generates the RSS feeds automatically but few seems
|
| 14 |
to be aware that they exist.
|
| 15 |
|
| 16 |
The site map can display the following items:
|
| 17 |
|
| 18 |
* A message to be displayed above the site map
|
| 19 |
* The latest blogs.
|
| 20 |
* Any books that optionally will be displayed fully expanded.
|
| 21 |
* Any menus that will be displayed fully expanded.
|
| 22 |
* Any categories, i.e vocabulary, with all the terms expanded.
|
| 23 |
Optionally with node counts and RSS feeds.
|
| 24 |
* A syndication block, the "more" link goes to the site map.
|
| 25 |
|
| 26 |
Support for menus was contributed by keve. Blogs, books and layout
|
| 27 |
changes by frjo. The rest is by the original author.
|
| 28 |
|
| 29 |
|
| 30 |
Installation:
|
| 31 |
------------
|
| 32 |
1. Place this module directory in your modules folder (this will
|
| 33 |
usually be "sites/all/modules/").
|
| 34 |
2. Go to "administer" -> "modules" and enable the module.
|
| 35 |
3. Check the "administer" -> "access control" page to enable use of
|
| 36 |
this module to different roles.
|
| 37 |
4. Make sure the menu item is enabled in "administer" -> "menus".
|
| 38 |
5. Visit http://example.com/sitemap.
|
| 39 |
|
| 40 |
|
| 41 |
Last updated:
|
| 42 |
------------
|
| 43 |
$Id: README.txt,v 1.9 2007/09/26 14:13:37 frjo Exp $
|