v1/web/modules/contrib/sitemap
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
config 初始化 2023-11-13 20:36:13 +08:00
css 初始化 2023-11-13 20:36:13 +08:00
images 初始化 2023-11-13 20:36:13 +08:00
js 初始化 2023-11-13 20:36:13 +08:00
src 初始化 2023-11-13 20:36:13 +08:00
templates 初始化 2023-11-13 20:36:13 +08:00
tests 初始化 2023-11-13 20:36:13 +08:00
LICENSE.txt 初始化 2023-11-13 20:36:13 +08:00
README.txt 初始化 2023-11-13 20:36:13 +08:00
composer.json 初始化 2023-11-13 20:36:13 +08:00
sitemap.config_translation.yml 初始化 2023-11-13 20:36:13 +08:00
sitemap.info.yml 初始化 2023-11-13 20:36:13 +08:00
sitemap.install 初始化 2023-11-13 20:36:13 +08:00
sitemap.libraries.yml 初始化 2023-11-13 20:36:13 +08:00
sitemap.links.menu.yml 初始化 2023-11-13 20:36:13 +08:00
sitemap.links.task.yml 初始化 2023-11-13 20:36:13 +08:00
sitemap.module 初始化 2023-11-13 20:36:13 +08:00
sitemap.permissions.yml 初始化 2023-11-13 20:36:13 +08:00
sitemap.routing.yml 初始化 2023-11-13 20:36:13 +08:00
sitemap.services.yml 初始化 2023-11-13 20:36:13 +08:00
sitemap.theme.inc 初始化 2023-11-13 20:36:13 +08:00

README.txt

Drupal sitemap module:
----------------------
Author - see https://drupal.org/project/sitemap
Requires - Drupal 8
License - GPL (see LICENSE)


Overview:
--------
This module provides a sitemap that gives visitors an overview of
your site. It can also display the RSS feeds for all blogs and
terms. Drupal generates the RSS feeds automatically but few seems
to be aware that they exist.

The sitemap can display the following items:

* A message to be displayed above the sitemap
* The front page.
* Any books that optionally will be displayed fully expanded.
* Any menus that will be displayed fully expanded.
* Any vocabulary with all the terms expanded.
  Optionally with node counts and RSS feeds.
* A syndication block, the "more" link goes to the sitemap.


Installation:
------------
1. Place this module directory in your modules folder (this will
   usually be "modules/" for Drupal 8).
2. Go to Manage -> Extend to enable the module.
3. Check the Manage -> People -> Permissions page to
   enable use and administration of this module for different roles.
4. @TODO
   Make sure the menu item is enabled in
   Manage -> Structure -> Menus -> Tools.
   You may move it to another menu if you like.
5. Have a look at the different settings in
   Administer -> Configuration -> Sitemap
6. Visit http://example.com/sitemap.


Sitemap term path (and Pathauto):
-------------------------------
There is a "depth" setting on the Sitemap settings page where you can adjust
how sitemap constructs the term links.

For making Sitemap build the same path that Pathauto per default generates
alias for you should set this to "-1" I believe.


Last updated:
------------