[drupal-devel] New sitemap module
I have checked into the repository a new simple sitemap module. This module allows a taxonomy based overview of the site, in a hierarchy view. Can someone please create a project page for it, and give me access to that node so I can update it. Here is the README.txt for it: Description: ------------ This is a simple site map module, providing a hierarchy overview of the site's taxonomy. Features: --------- This module provides several options that customize its look and feel: * An overview section on the top of the page can contain any text you want * Can exclude certain taxonomies from the site map page. * Can show the number of nodes under each taxonomy term. * Can list the nodes under each taxonomy term, with hyperlinks for each * If taxonomies have descriptions, then a mouseover description is shown * Can list the author and number of comments for each node, also by a mouseover Database: --------- This module does not require any new database tables to be installed. Installation: ------------- Please see the INSTALL document for details.
On Thu, 20 Jan 2005 15:30:08 -0500, K B <kbahey@gmail.com> wrote:
* Can exclude certain taxonomies from the site map page.
Can this module exclude terms which have no nodes associated with them? I found this a deficiency in the existing sitemap module and had to modify it to allow this.
Chris, If you are willing to add these changes yourself, then you can do so and send me a patch. The module is in cvs, here: http://cvs.drupal.org/viewcvs/contrib/contributions/modules/sitemap If not, then I can add them myself. On Thu, 20 Jan 2005 17:01:35 -0500, Chris Cook <beerfan@gmail.com> wrote:
On Thu, 20 Jan 2005 15:30:08 -0500, K B <kbahey@gmail.com> wrote:
* Can exclude certain taxonomies from the site map page.
Can this module exclude terms which have no nodes associated with them? I found this a deficiency in the existing sitemap module and had to modify it to allow this.
Hello. It seems that checking in this module has unintentionally revived the old sitemap that was based on graphviz. http://drupal.org/project/sitemap I created a project page for the site, and it complained about sitemap already existing. I did not know at the time that the project page sitemap still existed, so I just named mine site-map. Can someone with access (Killes?) rename the new site-map project page to sitemap, so the description is accurate? Thanks in advance. On Thu, 20 Jan 2005 15:30:08 -0500, K B <kbahey@gmail.com> wrote:
I have checked into the repository a new simple sitemap module.
This module allows a taxonomy based overview of the site, in a hierarchy view.
Can someone please create a project page for it, and give me access to that node so I can update it.
Here is the README.txt for it:
Description: ------------
This is a simple site map module, providing a hierarchy overview of the site's taxonomy.
Features: ---------
This module provides several options that customize its look and feel:
* An overview section on the top of the page can contain any text you want * Can exclude certain taxonomies from the site map page. * Can show the number of nodes under each taxonomy term. * Can list the nodes under each taxonomy term, with hyperlinks for each * If taxonomies have descriptions, then a mouseover description is shown * Can list the author and number of comments for each node, also by a mouseover
Database: --------- This module does not require any new database tables to be installed.
Installation: -------------
Please see the INSTALL document for details.
I added another feature to this module. Now it can be configured as a block, and hence can give a taxonomy base side bar navigation menu. It is somewhat similar to taxonomy_context, but has some different functionality (does not list nodes, is always visible, require less clicks, ..etc.) I have requested that the access to the project at http://drupal.org/project/sitemap be granted so the description is for the current functionality, and bugs can be tracked. I've asked on this mailing list as well as direct email to more than one person. Is there a particular reason not to do this, or just that the request fell through the cracks? On Thu, 20 Jan 2005 15:30:08 -0500, K B <kbahey@gmail.com> wrote:
I have checked into the repository a new simple sitemap module.
This module allows a taxonomy based overview of the site, in a hierarchy view.
Can someone please create a project page for it, and give me access to that node so I can update it.
Here is the README.txt for it:
Description: ------------
This is a simple site map module, providing a hierarchy overview of the site's taxonomy.
Features: ---------
This module provides several options that customize its look and feel:
* An overview section on the top of the page can contain any text you want * Can exclude certain taxonomies from the site map page. * Can show the number of nodes under each taxonomy term. * Can list the nodes under each taxonomy term, with hyperlinks for each * If taxonomies have descriptions, then a mouseover description is shown * Can list the author and number of comments for each node, also by a mouseover
Database: --------- This module does not require any new database tables to be installed.
Installation: -------------
Please see the INSTALL document for details.
participants (2)
-
Chris Cook -
K B