security update for uuid xmlsitemap file_field_path

This commit is contained in:
2018-10-13 16:01:24 +02:00
parent f7ae17e6c4
commit a163542966
109 changed files with 5458 additions and 1952 deletions

View File

@@ -1,40 +1,53 @@
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installing
* Requirements
* Installation
* Configuration
* Uninstalling
* Frequently Asked Questions (FAQ)
* Known Issues
* More Information
* How Can You Contribute?
* Maintainers
INTRODUCTION
------------
Current Maintainer: Dave Reid <http://drupal.org/user/53892>
Co-maintainer: Kiam <http://drupal.org/user/55077>
Co-maintainer: Earnie <http://drupal.org/user/86710>
Co-maintainer: Darren Oh <http://drupal.org/user/30772>
Original Author: Matthew Loar <http://drupal.org/user/24879>
XML Sitemap automatically creates a sitemap that conforms to the sitemaps.org
specification. This helps search engines keep their search results up to date.
INSTALLING
----------
REQUIREMENTS
------------
See http://drupal.org/getting-started/install-contrib for instructions on
how to install or update Drupal modules.
No special requirements
INSTALLATION
------------
Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7 for further
information.
Once XML Sitemap is installed and enabled, you can adjust the settings for your
site's sitemap at admin/config/search/xmlsitemap. Your can view your site's
sitemap at http://yoursite.com/sitemap.xml.
It is highly recommended that you have clean URLs enabled for this module.
It is highly recommended that you have clean URLs enabled for this project.
CONFIGURATION
-------------
* Configure your XML sitemap in:
Configuration » Search and metadata »XML sitemap
- Check your XML site
- Click in Update for update the XML values.
UNINSTALLING
@@ -43,7 +56,7 @@ UNINSTALLING
Because Drupal does not uninstall modules in reverse order of their
dependencies, if you want to uninstall all the XML sitemap modules, be sure to
disable and uninstall all the sub-modules before the base XML sitemap module.
To help fix this bug in Drupal core, visit http://drupal.org/node/151452.
To help fix this bug in Drupal core, visit https://www.drupal.org/node/151452.
FREQUENTLY ASKED QUESTIONS (FAQ)
@@ -55,17 +68,17 @@ FREQUENTLY ASKED QUESTIONS (FAQ)
KNOWN ISSUES
------------
- See http://drupal.org/node/482550 for a list of the current known issues.
- See https://www.drupal.org/node/482550 for a list of the current known issues.
MORE INFORMATION
----------------
- To issue any bug reports, feature or support requests, see the module issue
queue at http://drupal.org/project/issues/xmlsitemap.
queue at https://www.drupal.org/project/issues/xmlsitemap.
- For additional documentation, see the online module handbook at
http://drupal.org/handbook/modules/xmlsitemap.
https://www.drupal.org/handbook/modules/xmlsitemap.
- You can view the sitemap.org specification at http://sitemaps.org.
@@ -74,7 +87,7 @@ HOW CAN YOU CONTRIBUTE?
-----------------------
- Report any bugs, feature requests, etc. in the issue tracker.
http://drupal.org/project/issues/xmlsitemap
https://www.drupal.org/project/issues/xmlsitemap
- Help translate this module.
http://localize.drupal.org/translate/projects/xmlsitemap
@@ -84,3 +97,15 @@ HOW CAN YOU CONTRIBUTE?
- Help keep development active by dontating to the developer.
http://davereid.chipin.com/
MAINTAINERS
-----------
Current maintainers:
* Current Maintainer: Dave Reid <https://www.drupal.org/user/53892>
* Co-maintainer: Renato Gonçalves RenatoG <https://www.drupal.org/user/3326031>
* Co-maintainer: Kiam <https://www.drupal.org/user/55077>
* Co-maintainer: Earnie <https://www.drupal.org/user/86710>
* Co-maintainer: Darren Oh <https://www.drupal.org/user/30772>
* Original Author: Matthew Loar <https://www.drupal.org/user/24879>