Replace XML Sitemap with Simple sitemap

This commit is contained in:
Oliver Davies 2020-05-15 00:24:47 +01:00
parent d0f8653028
commit 451d4d24ea
14 changed files with 134 additions and 110 deletions

152
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ec288dcb5d8513cc56340f0cf625da7c",
"content-hash": "27e4efcc0f378a1f13442fbf94b0700c",
"packages": [
{
"name": "asm89/stack-cors",
@ -3007,6 +3007,64 @@
"source": "https://git.drupalcode.org/project/redirect"
}
},
{
"name": "drupal/simple_sitemap",
"version": "3.6.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/simple_sitemap.git",
"reference": "8.x-3.6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.6.zip",
"reference": "8.x-3.6",
"shasum": "37fc0ae98a4ccb23316cb089ae4839913e80cbf6"
},
"require": {
"drupal/core": "^8 || ^9",
"ext-xmlwriter": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.6",
"datestamp": "1586469908",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Pawel Ginalski (gbyte.co)",
"homepage": "https://www.drupal.org/u/gbyte.co",
"email": "contact@gbyte.co",
"role": "Maintainer"
},
{
"name": "gbyte.co",
"homepage": "https://www.drupal.org/user/2381352"
}
],
"description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.",
"homepage": "https://drupal.org/project/simple_sitemap",
"support": {
"source": "https://cgit.drupalcode.org/simple_sitemap",
"issues": "https://drupal.org/project/issues/simple_sitemap",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/speakerdeck_field",
"version": "1.0.0-rc1",
@ -3123,98 +3181,6 @@
"source": "https://git.drupalcode.org/project/token"
}
},
{
"name": "drupal/xmlsitemap",
"version": "1.0.0-rc1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/xmlsitemap.git",
"reference": "8.x-1.0-rc1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/xmlsitemap-8.x-1.0-rc1.zip",
"reference": "8.x-1.0-rc1",
"shasum": "9b88caa55f9a45b8c89a1284d2db739fbf0c830f"
},
"require": {
"drupal/core": "^8 || ^9",
"ext-xmlwriter": "*"
},
"require-dev": {
"drupal/robotstxt": "^1.0"
},
"suggest": {
"drush/drush": "Command-line regenerating and rebuilding sitemaps."
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0-rc1",
"datestamp": "1576705928",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "RenatoG",
"homepage": "https://www.drupal.org/user/3326031"
},
{
"name": "amateescu",
"homepage": "https://www.drupal.org/user/729614"
},
{
"name": "andrei.dincu",
"homepage": "https://www.drupal.org/user/2628879"
},
{
"name": "juampynr",
"homepage": "https://www.drupal.org/user/682736"
},
{
"name": "paulmckibben",
"homepage": "https://www.drupal.org/user/279003"
},
{
"name": "pifagor",
"homepage": "https://www.drupal.org/user/2375692"
},
{
"name": "tadityar",
"homepage": "https://www.drupal.org/user/3094465"
},
{
"name": "th_tushar",
"homepage": "https://www.drupal.org/user/1835276"
}
],
"description": "Creates XML sitemaps for the site",
"homepage": "https://www.drupal.org/project/xmlsitemap",
"support": {
"source": "http://cgit.drupalcode.org/xmlsitemap",
"issues": "http://drupal.org/project/issues/xmlsitemap"
}
},
{
"name": "drush/drush",
"version": "9.7.2",