Edit metadata management and robots exclusion protocol

This commit is contained in:
Paul Nicoué 2022-05-30 16:07:25 +02:00
parent d149a90c80
commit cea8f504df
21 changed files with 282 additions and 144 deletions

155
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": "2b5816560ec69490f1f1ef0c8ae052f5",
"content-hash": "c5992525649c1061a4453492d2f429de",
"packages": [
{
"name": "amteich/kirby-twig",
@ -100,48 +100,6 @@
],
"time": "2021-12-01T12:42:55+00:00"
},
{
"name": "diesdasdigital/kirby-meta-knight",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/diesdasdigital/kirby-meta-knight.git",
"reference": "9c3da53a3abee5ffdd95c1363d679e9395794715"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/diesdasdigital/kirby-meta-knight/zipball/9c3da53a3abee5ffdd95c1363d679e9395794715",
"reference": "9c3da53a3abee5ffdd95c1363d679e9395794715",
"shasum": ""
},
"require": {
"getkirby/composer-installer": "^1.1"
},
"type": "kirby-plugin",
"autoload": {
"psr-4": {
"diesdasdigital\\kirby-meta-knight\\": "src/models/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jonathan Muth",
"email": "jonathan@diesdas.digital",
"homepage": "https://diesdas.digital",
"role": "Developer"
}
],
"description": "Meta Knight SEO for Kirby",
"support": {
"issues": "https://github.com/diesdasdigital/kirby-meta-knight/issues",
"source": "https://github.com/diesdasdigital/kirby-meta-knight/tree/1.2.2"
},
"time": "2021-11-16T12:41:33+00:00"
},
{
"name": "filp/whoops",
"version": "2.14.5",
@ -341,6 +299,65 @@
],
"time": "2020-12-28T12:54:39+00:00"
},
{
"name": "gumlet/php-image-resize",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/gumlet/php-image-resize.git",
"reference": "39066a32de8476a32c9ac6322f9658021cee8638"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/gumlet/php-image-resize/zipball/39066a32de8476a32c9ac6322f9658021cee8638",
"reference": "39066a32de8476a32c9ac6322f9658021cee8638",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"ext-gd": "*",
"php": ">=5.6.0"
},
"require-dev": {
"apigen/apigen": "^4.1",
"ext-exif": "*",
"ext-gd": "*",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^8.5"
},
"suggest": {
"ext-exif": "Auto-rotate jpeg files"
},
"type": "library",
"autoload": {
"psr-4": {
"Gumlet\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aditya Patadia",
"homepage": "http://aditya.patadia.org/"
}
],
"description": "PHP class to re-size and scale images",
"homepage": "https://github.com/gumlet/php-image-resize",
"keywords": [
"image",
"php",
"resize",
"scale"
],
"support": {
"issues": "https://github.com/gumlet/php-image-resize/issues",
"source": "https://github.com/gumlet/php-image-resize/tree/2.0.2"
},
"time": "2022-05-12T11:03:20+00:00"
},
{
"name": "kirbyzone/sitemapper",
"version": "1.2.1",
@ -680,6 +697,58 @@
},
"time": "2021-05-03T11:20:27+00:00"
},
{
"name": "steirico/kirby-plugin-image-crop-field",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/steirico/kirby-plugin-image-crop-field.git",
"reference": "f4f637112e28296070665885654415bb307e328a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/steirico/kirby-plugin-image-crop-field/zipball/f4f637112e28296070665885654415bb307e328a",
"reference": "f4f637112e28296070665885654415bb307e328a",
"shasum": ""
},
"require": {
"getkirby/composer-installer": "^1.1",
"gumlet/php-image-resize": "2.0.*"
},
"type": "kirby-plugin",
"autoload": {
"files": [
"config.php"
],
"classmap": [
"fields/",
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rico Steiner",
"email": "rico@vweb.ch"
}
],
"description": "A image cropping field for kirby.",
"keywords": [
"crop",
"field",
"image",
"kirby3",
"plugin"
],
"support": {
"issues": "https://github.com/steirico/kirby-plugin-image-crop-field/issues",
"source": "https://github.com/steirico/kirby-plugin-image-crop-field/tree/v2.0.5"
},
"time": "2021-11-01T15:57:43+00:00"
},
{
"name": "sylvainjule/matomo",
"version": "1.0.7",