Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • dmj/selbstzeugnisse-hab
  • goermar/selbstzeugnisse-hab
2 results
Show changes
Commits on Source (27)
Showing
with 2775 additions and 1733 deletions
/tmp
/resources/auxdata
/public/repertorium/repository.*
/public/repertorium/xml.xsd
/public/beacon.txt
/public/sitemap.xml
/resources/schema/*.xsd
\ No newline at end of file
/tmp
/resources/auxdata
/public/repertorium/repository.*
/public/repertorium/xml.xsd
/public/beacon.txt
/public/sitemap.xml
/resources/schema/*.xsd
/nbproject
......@@ -4,23 +4,23 @@ server:
.PHONY: mets
mets:
calabash.cmd -o result=resources/daten/repertorium/mets.xml resources/xproc/repertorium/mets.xpl
calabash -o result=resources/daten/repertorium/mets.xml resources/xproc/repertorium/mets.xpl
.PHONY: solr
solr:
calabash.cmd resources/xproc/repertorium/solr.xpl
calabash.cmd -i resources/mets.xml resources/xproc/fulltext/fulltext.xpl
calabash resources/xproc/repertorium/solr.xpl
calabash -i resources/mets.xml resources/xproc/fulltext/fulltext.xpl
.PHONY: normdaten
normdaten:
calabash.cmd -i resources/daten/edition/register/orte.xml resources/xproc/normdaten.xpl
calabash.cmd -i resources/daten/edition/register/personen.xml resources/xproc/normdaten.xpl
calabash.cmd -i resources/daten/repertorium/register/orte.xml resources/xproc/normdaten.xpl
calabash.cmd -i resources/daten/repertorium/register/personen.xml resources/xproc/normdaten.xpl
calabash -i resources/daten/edition/register/orte.xml resources/xproc/normdaten.xpl
calabash -i resources/daten/edition/register/personen.xml resources/xproc/normdaten.xpl
calabash -i resources/daten/repertorium/register/orte.xml resources/xproc/normdaten.xpl
calabash -i resources/daten/repertorium/register/personen.xml resources/xproc/normdaten.xpl
.PHONY: linkmap
linkmap:
calabash.cmd -i resources/daten/edition/diarium/diarium.xml -o resources/daten/edition/diarium/linkmap.xml resources/xproc/edition/linkmap.xpl
calabash -i resources/daten/edition/diarium/diarium.xml -o resources/daten/edition/diarium/linkmap.xml resources/xproc/edition/linkmap.xpl
.PHONY: deploy
deploy:
......@@ -28,15 +28,15 @@ deploy:
.PHONY: sitemap
sitemap:
calabash.cmd -i resources/mets.xml -o public/sitemap.xml resources/xproc/sitemap.xpl
calabash -i resources/mets.xml -o public/sitemap.xml resources/xproc/sitemap.xpl
.PHONY: repository
repository:
calabash.cmd -o public/repertorium/repository.xml resources/xproc/repertorium/oais.xpl
calabash -o public/repertorium/repository.xml resources/xproc/repertorium/oais.xpl
.PHONY: beacon
beacon: linkmap
transform.cmd -o:public/beacon.txt -xsl:resources/xproc/edition/beacon.xsl resources/daten/edition/diarium/linkmap.xml
transform -o:public/beacon.txt -xsl:resources/xproc/edition/beacon.xsl resources/daten/edition/diarium/linkmap.xml
.PHONY: publish
publish: mets linkmap sitemap repository beacon solr deploy
## Primary dependencies
- php
- php extension openssl
- php extension xsl
## build dependencies
- xmlcalabash
## Download required libraries
```bash
php bin/composer.phar install
```
## Start a local server
```bash
php -S 127.0.0.1:9999 -t public public/index.php
```
## Run the make file
On unix and on windows using the git bash you can run:
```bash
make target
```
File added
......@@ -5,8 +5,10 @@
}
},
"require": {
"ext-openssl": "*",
"ext-xsl": "*",
"silex/silex": "^2.0",
"hab/solr": "dev-master",
"hab/solr": "dev-master#ef528a52d57493ad2ae575037e42442075135f62",
"hab/paginator": "dev-master",
"twig/twig": "~1.0",
"symfony/twig-bridge": "^3.2"
......@@ -14,11 +16,11 @@
"repositories": [
{
"type": "git",
"url": "git@github.com:dmj/php-solr.git"
"url": "https://git.hab.de/dmj/php-solr.git"
},
{
"type": "git",
"url": "git@github.com:dmj/php-paginator.git"
"url": "https://git.hab.de/dmj/php-paginator.git"
}
]
}
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d908f7b1863f5836c88a010d83d20bb3",
"content-hash": "2c3f26f5439f2ff9a8c6706fd097b0fe",
"packages": [
{
"name": "guzzlehttp/guzzle",
"version": "6.3.0",
"version": "6.5.5",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"
"guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.17.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.0 || ^5.0",
"psr/log": "^1.0"
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.1"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
......@@ -36,16 +38,16 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
"dev-master": "6.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
......@@ -69,27 +71,31 @@
"rest",
"web service"
],
"time": "2017-06-22T18:50:49+00:00"
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5"
},
"time": "2020-06-16T21:01:06+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
......@@ -120,36 +126,45 @@
"keywords": [
"promise"
],
"time": "2016-12-20T10:07:11+00:00"
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.4.0"
},
"time": "2020-09-30T07:37:28+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.4.2",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
"dev-master": "1.7-dev"
}
},
"autoload": {
......@@ -179,22 +194,28 @@
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2017-03-20T17:10:46+00:00"
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.7.0"
},
"time": "2020-09-30T07:37:11+00:00"
},
{
"name": "hab/paginator",
"version": "dev-master",
"source": {
"type": "git",
"url": "git@github.com:dmj/php-paginator.git",
"url": "https://git.hab.de/dmj/php-paginator.git",
"reference": "82429eeee25412b638da3b18d519fc9cb9b4568a"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
......@@ -208,93 +229,51 @@
"version": "dev-master",
"source": {
"type": "git",
"url": "git@github.com:dmj/php-solr.git",
"reference": "f16f0026296c6a4ea61601d51cf1b070ce1e0742"
"url": "https://git.hab.de/dmj/php-solr.git",
"reference": "ef528a52d57493ad2ae575037e42442075135f62"
},
"require": {
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phan/phan": "^2.4",
"phpstan/phpstan": "^0.11.19",
"phpunit/phpunit": "^8.4"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-0": {
"HAB": "src/"
}
},
"time": "2017-07-20T13:50:14+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v2.0.11",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"pseudorandom",
"random"
],
"time": "2017-09-27T21:40:39+00:00"
"time": "2020-07-16T13:14:20+00:00"
},
{
"name": "pimple/pimple",
"version": "v3.2.3",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"php": "^7.2.5",
"psr/container": "^1.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.2"
"symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
"dev-master": "3.3.x-dev"
}
},
"autoload": {
......@@ -313,12 +292,16 @@
}
],
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org",
"homepage": "https://pimple.symfony.com",
"keywords": [
"container",
"dependency injection"
],
"time": "2018-01-21T07:42:36+00:00"
"support": {
"issues": "https://github.com/silexphp/Pimple/issues",
"source": "https://github.com/silexphp/Pimple/tree/master"
},
"time": "2020-03-03T09:12:48+00:00"
},
{
"name": "psr/container",
......@@ -367,6 +350,10 @@
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master"
},
"time": "2017-02-14T16:28:37+00:00"
},
{
......@@ -417,20 +404,23 @@
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
"version": "1.0.2",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
"shasum": ""
},
"require": {
......@@ -439,7 +429,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.1.x-dev"
}
},
"autoload": {
......@@ -464,69 +454,113 @@
"psr",
"psr-3"
],
"time": "2016-10-10T12:19:37+00:00"
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.3"
},
"time": "2020-03-23T09:12:05+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "silex/silex",
"version": "v2.2.3",
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Silex.git",
"reference": "90c80c3e5ef86c54b8769feca0320154c6e63f7c"
"reference": "6bc31c1b8c4ef614a7115320fd2d3b958032f131"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Silex/zipball/90c80c3e5ef86c54b8769feca0320154c6e63f7c",
"reference": "90c80c3e5ef86c54b8769feca0320154c6e63f7c",
"url": "https://api.github.com/repos/silexphp/Silex/zipball/6bc31c1b8c4ef614a7115320fd2d3b958032f131",
"reference": "6bc31c1b8c4ef614a7115320fd2d3b958032f131",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"pimple/pimple": "~3.0",
"symfony/event-dispatcher": "~2.8|^3.0",
"symfony/http-foundation": "~2.8|^3.0",
"symfony/http-kernel": "~2.8|^3.0",
"symfony/routing": "~2.8|^3.0"
},
"conflict": {
"phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3"
"php": ">=7.1.3",
"pimple/pimple": "^3.0",
"symfony/event-dispatcher": "^4.0",
"symfony/http-foundation": "^4.0",
"symfony/http-kernel": "^4.0",
"symfony/routing": "^4.0"
},
"replace": {
"silex/api": "self.version",
"silex/providers": "self.version"
},
"require-dev": {
"doctrine/dbal": "~2.2",
"doctrine/dbal": "^2.2",
"monolog/monolog": "^1.4.1",
"swiftmailer/swiftmailer": "~5",
"symfony/asset": "~2.8|^3.0",
"symfony/browser-kit": "~2.8|^3.0",
"symfony/config": "~2.8|^3.0",
"symfony/css-selector": "~2.8|^3.0",
"symfony/debug": "~2.8|^3.0",
"symfony/doctrine-bridge": "~2.8|^3.0",
"symfony/dom-crawler": "~2.8|^3.0",
"symfony/expression-language": "~2.8|^3.0",
"symfony/finder": "~2.8|^3.0",
"symfony/form": "~2.8|^3.0",
"symfony/intl": "~2.8|^3.0",
"symfony/monolog-bridge": "~2.8|^3.0",
"symfony/options-resolver": "~2.8|^3.0",
"swiftmailer/swiftmailer": "^5",
"symfony/asset": "^4.0",
"symfony/browser-kit": "^4.0",
"symfony/config": "^4.0",
"symfony/css-selector": "^4.0",
"symfony/debug": "^4.0",
"symfony/doctrine-bridge": "^4.0",
"symfony/dom-crawler": "^4.0",
"symfony/expression-language": "^4.0",
"symfony/finder": "^4.0",
"symfony/form": "^4.0",
"symfony/intl": "^4.0",
"symfony/monolog-bridge": "^4.0",
"symfony/options-resolver": "^4.0",
"symfony/phpunit-bridge": "^3.2",
"symfony/process": "~2.8|^3.0",
"symfony/security": "~2.8|^3.0",
"symfony/serializer": "~2.8|^3.0",
"symfony/translation": "~2.8|^3.0",
"symfony/twig-bridge": "~2.8|^3.0",
"symfony/validator": "~2.8|^3.0",
"symfony/var-dumper": "~2.8|^3.0",
"symfony/web-link": "^3.3",
"twig/twig": "~1.28|~2.0"
"symfony/process": "^4.0",
"symfony/security": "^4.0",
"symfony/serializer": "^4.0",
"symfony/translation": "^4.0",
"symfony/twig-bridge": "^4.0",
"symfony/validator": "^4.0",
"symfony/var-dumper": "^4.0",
"symfony/web-link": "^4.0",
"twig/twig": "^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
"dev-master": "2.3.x-dev"
}
},
"autoload": {
......@@ -553,38 +587,39 @@
"keywords": [
"microframework"
],
"time": "2018-02-25T11:21:42+00:00"
"support": {
"issues": "https://github.com/silexphp/Silex/issues",
"source": "https://github.com/silexphp/Silex/tree/v2.3.0"
},
"abandoned": "symfony/flex",
"time": "2018-04-20T05:17:01+00:00"
},
{
"name": "symfony/debug",
"version": "v3.4.4",
"version": "v4.4.16",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "53f6af2805daf52a43b393b93d2f24925d35c937"
"reference": "c87adf3fc1cd0bf4758316a3a150d50a8f957ef4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937",
"reference": "53f6af2805daf52a43b393b93d2f24925d35c937",
"url": "https://api.github.com/repos/symfony/debug/zipball/c87adf3fc1cd0bf4758316a3a150d50a8f957ef4",
"reference": "c87adf3fc1cd0bf4758316a3a150d50a8f957ef4",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0"
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "~2.8|~3.0|~4.0"
"symfony/http-kernel": "^3.4|^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
......@@ -609,48 +644,54 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2018-01-18T22:16:57+00:00"
"support": {
"source": "https://github.com/symfony/debug/tree/v4.4.16"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.4",
"name": "symfony/error-handler",
"version": "v4.4.16",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca"
"url": "https://github.com/symfony/error-handler.git",
"reference": "363cca01cabf98e4f1c447b14d0a68617f003613"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca",
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/363cca01cabf98e4f1c447b14d0a68617f003613",
"reference": "363cca01cabf98e4f1c447b14d0a68617f003613",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
},
"require-dev": {
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
"symfony/debug": "^4.4.5",
"symfony/polyfill-php80": "^1.15",
"symfony/var-dumper": "^4.4|^5.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
"require-dev": {
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
"Symfony\\Component\\ErrorHandler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
......@@ -670,41 +711,70 @@
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"description": "Symfony ErrorHandler Component",
"homepage": "https://symfony.com",
"time": "2018-01-03T07:37:34+00:00"
"support": {
"source": "https://github.com/symfony/error-handler/tree/v4.4.16"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v3.4.4",
"name": "symfony/event-dispatcher",
"version": "v4.4.16",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30"
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "4204f13d2d0b7ad09454f221bb2195fccdf1fe98"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30",
"reference": "8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4204f13d2d0b7ad09454f221bb2195fccdf1fe98",
"reference": "4204f13d2d0b7ad09454f221bb2195fccdf1fe98",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php70": "~1.6"
"php": ">=7.1.3",
"symfony/event-dispatcher-contracts": "^1.1"
},
"conflict": {
"symfony/dependency-injection": "<3.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
},
"require-dev": {
"symfony/expression-language": "~2.8|~3.0|~4.0"
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/error-handler": "~3.4|~4.4",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^3.4|^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
......@@ -724,79 +794,62 @@
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2018-01-29T09:03:43+00:00"
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.16"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v3.4.4",
"name": "symfony/event-dispatcher-contracts",
"version": "v1.1.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "911d2e5dd4beb63caad9a72e43857de984301907"
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/911d2e5dd4beb63caad9a72e43857de984301907",
"reference": "911d2e5dd4beb63caad9a72e43857de984301907",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0",
"symfony/debug": "~2.8|~3.0|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "^3.4.4|^4.0.4"
},
"conflict": {
"symfony/config": "<2.8",
"symfony/dependency-injection": "<3.4",
"symfony/var-dumper": "<3.3",
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
"symfony/browser-kit": "~2.8|~3.0|~4.0",
"symfony/class-loader": "~2.8|~3.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/console": "~2.8|~3.0|~4.0",
"symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/process": "~2.8|~3.0|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0",
"symfony/templating": "~2.8|~3.0|~4.0",
"symfony/translation": "~2.8|~3.0|~4.0",
"symfony/var-dumper": "~3.3|~4.0"
"php": ">=7.1.3"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
"dev-master": "1.1-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
......@@ -804,51 +857,78 @@
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"time": "2018-01-29T12:29:46+00:00"
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:19:58+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.7.0",
"name": "symfony/http-client-contracts",
"version": "v2.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "41db680a15018f9c1d4b23516059633ce280ca33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
"reference": "41db680a15018f9c1d4b23516059633ce280ca33",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
"php": ">=7.2.5"
},
"suggest": {
"ext-mbstring": "For best performance"
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-version": "2.3",
"branch-alias": {
"dev-master": "1.7-dev"
"dev-main": "2.3-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
"Symfony\\Contracts\\HttpClient\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
......@@ -864,50 +944,65 @@
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"description": "Generic abstractions related to HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2018-01-30T19:27:44+00:00"
"time": "2020-10-14T17:08:19+00:00"
},
{
"name": "symfony/polyfill-php70",
"version": "v1.7.0",
"name": "symfony/http-foundation",
"version": "v4.4.16",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
"url": "https://github.com/symfony/http-foundation.git",
"reference": "827a00811ef699e809a201ceafac0b2b246bf38a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
"reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/827a00811ef699e809a201ceafac0b2b246bf38a",
"reference": "827a00811ef699e809a201ceafac0b2b246bf38a",
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0",
"php": ">=5.3.3"
"php": ">=7.1.3",
"symfony/mime": "^4.3|^5.0",
"symfony/polyfill-mbstring": "~1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
"require-dev": {
"predis/predis": "~1.0",
"symfony/expression-language": "^3.4|^4.0|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
"Symfony\\Component\\HttpFoundation\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
......@@ -916,70 +1011,821 @@
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2018-01-30T19:27:44+00:00"
},
{
"name": "symfony/routing",
"version": "v3.4.4",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v4.4.16"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v4.4.16",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "109b2a46e470a487ec8b0ffea4b0bb993aaf42ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/109b2a46e470a487ec8b0ffea4b0bb993aaf42ed",
"reference": "109b2a46e470a487ec8b0ffea4b0bb993aaf42ed",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/error-handler": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-client-contracts": "^1.1|^2",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/browser-kit": "<4.3",
"symfony/config": "<3.4",
"symfony/console": ">=5",
"symfony/dependency-injection": "<4.3",
"symfony/translation": "<4.2",
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
"symfony/browser-kit": "^4.3|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^1.34|^2.4|^3.0"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v4.4.16"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-28T05:50:56+00:00"
},
{
"name": "symfony/mime",
"version": "v5.1.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/f5485a92c24d4bcfc2f3fc648744fb398482ff1b",
"reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/mailer": "<4.4"
},
"require-dev": {
"egulias/email-validator": "^2.1.10",
"symfony/dependency-injection": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A library to manipulate MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.1.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T12:01:57+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
"reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "727d1096295d807c309fb01a851577302394c897"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
"reference": "727d1096295d807c309fb01a851577302394c897",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
"reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
"reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00"
},
{
"name": "symfony/routing",
"version": "v4.4.16",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "235d01730d553a97732990588407eaf6779bb4b2"
"reference": "826794f2e9305fe73cba859c60d2a336851bd202"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/235d01730d553a97732990588407eaf6779bb4b2",
"reference": "235d01730d553a97732990588407eaf6779bb4b2",
"url": "https://api.github.com/repos/symfony/routing/zipball/826794f2e9305fe73cba859c60d2a336851bd202",
"reference": "826794f2e9305fe73cba859c60d2a336851bd202",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
"php": ">=7.1.3"
},
"conflict": {
"symfony/config": "<2.8",
"symfony/dependency-injection": "<3.3",
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/common": "~2.2",
"doctrine/annotations": "~1.2",
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0"
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/dependency-injection": "For loading routes from a service",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
......@@ -1010,42 +1856,60 @@
"uri",
"url"
],
"time": "2018-01-16T18:03:57+00:00"
"support": {
"source": "https://github.com/symfony/routing/tree/v4.4.16"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00"
},
{
"name": "symfony/twig-bridge",
"version": "v3.4.4",
"version": "v3.4.46",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
"reference": "a69e3f21f2f652ae3da0937914e3f3830cc6eae9"
"reference": "090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/a69e3f21f2f652ae3da0937914e3f3830cc6eae9",
"reference": "a69e3f21f2f652ae3da0937914e3f3830cc6eae9",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042",
"reference": "090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"twig/twig": "^1.35|^2.4.4"
"twig/twig": "^1.41|^2.10"
},
"conflict": {
"symfony/console": "<3.4",
"symfony/form": "<3.4"
"symfony/form": "<3.4.31|>=4.0,<4.3.4"
},
"require-dev": {
"fig/link-util": "^1.0",
"symfony/asset": "~2.8|~3.0|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/form": "~3.4|~4.0",
"symfony/form": "^3.4.31|^4.3.4",
"symfony/http-foundation": "^3.3.11|~4.0",
"symfony/http-kernel": "~3.2|~4.0",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/routing": "~2.8|~3.0|~4.0",
"symfony/security": "~2.8|~3.0|~4.0",
"symfony/security": "^2.8.31|^3.3.13|~4.0",
"symfony/security-acl": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0",
"symfony/templating": "~2.8|~3.0|~4.0",
......@@ -1071,11 +1935,6 @@
"symfony/yaml": "For using the YamlExtension"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Twig\\": ""
......@@ -1100,34 +1959,139 @@
],
"description": "Symfony Twig Bridge",
"homepage": "https://symfony.com",
"time": "2018-01-17T07:49:55+00:00"
"support": {
"source": "https://github.com/symfony/twig-bridge/tree/v3.4.46"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T10:57:07+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v5.1.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "4e13f3fcefb1fcaaa5efb5403581406f4e840b9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/4e13f3fcefb1fcaaa5efb5403581406f4e840b9a",
"reference": "4e13f3fcefb1fcaaa5efb5403581406f4e840b9a",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^2.4|^3.0"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.1.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-27T10:11:13+00:00"
},
{
"name": "twig/twig",
"version": "v1.35.0",
"version": "v1.44.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
"reference": "04b15d4c0bb18ddbf82626320ac07f6a73f199c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
"reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/04b15d4c0bb18ddbf82626320ac07f6a73f199c9",
"reference": "04b15d4c0bb18ddbf82626320ac07f6a73f199c9",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
"php": ">=7.2.5",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"psr/container": "^1.0",
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~3.3@dev"
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.35-dev"
"dev-master": "1.44-dev"
}
},
"autoload": {
......@@ -1149,23 +2113,36 @@
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
},
{
"name": "Twig Team",
"homepage": "http://twig.sensiolabs.org/contributors",
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"time": "2017-09-27T18:06:46+00:00"
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v1.44.1"
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-10-27T19:22:48+00:00"
}
],
"packages-dev": [],
......@@ -1177,6 +2154,10 @@
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
"platform": {
"ext-openssl": "*",
"ext-xsl": "*"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}
......@@ -238,7 +238,7 @@
<head><date when="1600-06-10">den 10 Jun<ex>ÿ</ex>
<c></c>
</date></head>
<p>biß <rs ref="register.xml#Capranica" type="place">Caprarolo</rs> stadt, alda ein
<p>biß <rs ref="register.xml#Caprarola" type="place">Caprarolo</rs> stadt, alda ein
Palatiu<ex>m</ex> sampt einem garten vnd <w>fontanen</w><note type="translation">Brunnen</note> zusehen. <rs ref="register.xml#Viterbo" type="place">Viterbo</rs>
<foreign xml:lang="it">alla campana</foreign><note type="translation">Zur
Glocke</note> 3 ½ meill, <rs ref="register.xml#Montefiascone" type="place">Montefiasco<ex>n</ex></rs> stadt, <rs ref="register.xml#Bolsena" type="place">Bulzano</rs> stadt dabeÿ ein grosser Lago, <rs ref="register.xml#San_Lorenzo_Nuovo" type="place">S. Lorenzo</rs> stadt al
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -40,7 +40,7 @@
<textLang mainLang="lat"/>
<msItem class="../../register.xml#Tagebuch">
<locus from="?" to="?"/>
<author ref="">Johannes Werner</author>
<author ref="../../register.xml#Johannes_Werner">Johannes Werner</author>
<title type="uniform">Tagebuch Johannes Werner</title>
<date type="coverage" from="1506" to="1521"/>
<rubric>
......
......@@ -31,7 +31,7 @@
<msIdentifier>
<institution ref="http://d-nb.info/gnd/8989-8">Herzog August Bibliothek
Wolfenbüttel</institution>
<collection>Noviss.</collection>
<collection>Novissimi in Octav</collection>
<idno>Cod. Guelf. 53.1 Noviss. 8°</idno>
</msIdentifier>
<msPart>
......
......@@ -30,7 +30,7 @@
<msIdentifier>
<institution ref="http://d-nb.info/gnd/8989-8">Herzog August Bibliothek
Wolfenbüttel</institution>
<collection>Noviss.</collection>
<collection>Novissimi in Octav</collection>
<idno>Cod. Guelf. 53.2 Noviss. 8°</idno>
</msIdentifier>
<msPart>
......
......@@ -30,7 +30,7 @@
<msIdentifier>
<institution ref="http://d-nb.info/gnd/8989-8">Herzog August Bibliothek
Wolfenbüttel</institution>
<collection>Noviss.</collection>
<collection>Novissimi in Octav</collection>
<idno>Cod. Guelf. 53 Noviss. 8°</idno>
</msIdentifier>
<msPart>
......
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<?xml version="1.0" encoding="UTF-8"?><TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
......@@ -30,7 +30,7 @@
</sourceDesc>
</fileDesc>
<encodingDesc>
<classDecl xmlns="http://www.tei-c.org/ns/1.0" xml:id="vokabular">
<classDecl xml:id="vokabular">
<taxonomy>
<category xml:id="Familienchronik">
<catDesc>
......@@ -337,6 +337,9 @@
<text>
<body>
<listPerson>
<person xml:id="Johannes_Werner">
<persName type="display">Werner, Johannes</persName>
</person>
<person xml:id="Ernst_Leopold_Bachmann">
<persName type="display">Bachmann, Ernst Leopold</persName>
</person>
......@@ -349,8 +352,8 @@
<person xml:id="Johannes_Andreas_Thomas">
<persName type="display">Thomas, Johannes Andreas</persName>
</person>
<person xml:id="Tomas_Bayr_von_Kunigshoffenn">
<persName type="display">Kunigshoffenn, Tomas Bayr von</persName>
<person xml:id="Thomas_Bayr_von_Kunigshoffenn">
<persName type="display">Kunigshoffenn, Thomas Bayr von</persName>
</person>
<person xml:id="Basilius_Unger">
<persName type="display">Unger, Basilius</persName>
......@@ -1366,651 +1369,651 @@
<idno type="URI">http://vocab.getty.edu/tgn/7013050</idno>
<placeName>Kaliningrad</placeName>
<location>
<geo>20.5 54.6667</geo>
<geo>54.6667 20.5</geo>
</location>
</place>
<place xml:id="Berlin">
<idno type="URI">http://vocab.getty.edu/tgn/7003712</idno>
<placeName>Berlin</placeName>
<location>
<geo>13.4 52.516667</geo>
<geo>52.516667 13.4</geo>
</location>
</place>
<place xml:id="Kopenhagen">
<idno type="URI">http://vocab.getty.edu/tgn/7003474</idno>
<placeName>København</placeName>
<location>
<geo>12.5667 55.7167</geo>
<geo>55.7167 12.5667</geo>
</location>
</place>
<place xml:id="Hamburg">
<idno type="URI">http://vocab.getty.edu/tgn/7005289</idno>
<placeName>Hamburg</placeName>
<location>
<geo>10 53.55</geo>
<geo>53.55 10</geo>
</location>
</place>
<place xml:id="Elmshorn">
<idno type="URI">http://vocab.getty.edu/tgn/7012441</idno>
<placeName>Elmshorn</placeName>
<location>
<geo>9.65 53.75</geo>
<geo>53.75 9.65</geo>
</location>
</place>
<place xml:id="Itzehoe">
<idno type="URI">http://vocab.getty.edu/tgn/7006089</idno>
<placeName>Itzehoe</placeName>
<location>
<geo>9.516667 53.916667</geo>
<geo>53.916667 9.516667</geo>
</location>
</place>
<place xml:id="Braunschweig">
<idno type="URI">http://vocab.getty.edu/tgn/1002197</idno>
<placeName>Braunschweig</placeName>
<location>
<geo>10.5 52.25</geo>
<geo>52.25 10.5</geo>
</location>
</place>
<place xml:id="Lueneburg">
<idno type="URI">http://vocab.getty.edu/tgn/7004436</idno>
<placeName>Luniburc</placeName>
<location>
<geo>10.4 53.25</geo>
<geo>53.25 10.4</geo>
</location>
</place>
<place xml:id="Switzerland">
<idno type="URI">http://vocab.getty.edu/tgn/7011731</idno>
<placeName>Schweiz</placeName>
<location>
<geo>8 47</geo>
<geo>47 8</geo>
</location>
</place>
<place xml:id="Italy">
<idno type="URI">http://vocab.getty.edu/tgn/1000080</idno>
<placeName>Italia</placeName>
<location>
<geo>12.8333 42.8333</geo>
<geo>42.8333 12.8333</geo>
</location>
</place>
<place xml:id="Spain">
<idno type="URI">http://vocab.getty.edu/tgn/1000095</idno>
<placeName>España</placeName>
<location>
<geo>-4 40</geo>
<geo>40 -4</geo>
</location>
</place>
<place xml:id="France">
<idno type="URI">http://vocab.getty.edu/tgn/1000070</idno>
<placeName>France</placeName>
<location>
<geo>2 46</geo>
<geo>46 2</geo>
</location>
</place>
<place xml:id="Netherlands">
<idno type="URI">http://vocab.getty.edu/tgn/7016845</idno>
<placeName>Netherlands</placeName>
<location>
<geo>5.75 52.5</geo>
<geo>52.5 5.75</geo>
</location>
</place>
<place xml:id="Kassel">
<idno type="URI">http://vocab.getty.edu/tgn/7004431</idno>
<placeName>Chassala</placeName>
<location>
<geo>9.5 51.316667</geo>
<geo>51.316667 9.5</geo>
</location>
</place>
<place xml:id="Venice">
<idno type="URI">http://vocab.getty.edu/tgn/7018159</idno>
<placeName>Venice</placeName>
<location>
<geo>12.326667 45.438611</geo>
<geo>45.438611 12.326667</geo>
</location>
</place>
<place xml:id="Bern">
<idno type="URI">http://vocab.getty.edu/tgn/7007557</idno>
<placeName>Bern</placeName>
<location>
<geo>7.466667 46.916667</geo>
<geo>46.916667 7.466667</geo>
</location>
</place>
<place xml:id="Zurich">
<idno type="URI">http://vocab.getty.edu/tgn/7007302</idno>
<placeName>Zurich</placeName>
<location>
<geo>8.55 47.366667</geo>
<geo>47.366667 8.55</geo>
</location>
</place>
<place xml:id="Geneva">
<idno type="URI">http://vocab.getty.edu/tgn/7007279</idno>
<placeName>Ginevra</placeName>
<location>
<geo>6.148113 46.195602</geo>
<geo>46.195602 6.148113</geo>
</location>
</place>
<place xml:id="Paris">
<idno type="URI">http://vocab.getty.edu/tgn/7008038</idno>
<placeName>Paris</placeName>
<location>
<geo>2.333333 48.866667</geo>
<geo>48.866667 2.333333</geo>
</location>
</place>
<place xml:id="Magdeburg">
<idno type="URI">http://vocab.getty.edu/tgn/7004456</idno>
<placeName>Magdeburg</placeName>
<location>
<geo>11.666667 52.166667</geo>
<geo>52.166667 11.666667</geo>
</location>
</place>
<place xml:id="Zeithain">
<idno type="URI">http://vocab.getty.edu/tgn/1038051</idno>
<placeName>Zeithain</placeName>
<location>
<geo>13.35 51.333333</geo>
<geo>51.333333 13.35</geo>
</location>
</place>
<place xml:id="Frankreich">
<idno type="URI">http://vocab.getty.edu/tgn/1000070</idno>
<placeName>France</placeName>
<location>
<geo>2 46</geo>
<geo>46 2</geo>
</location>
</place>
<place xml:id="Regenstein">
<idno type="URI">http://vocab.getty.edu/tgn/7206202</idno>
<placeName>Burg Regenstein</placeName>
<location>
<geo>10.95 51.816667</geo>
<geo>51.816667 10.95</geo>
</location>
</place>
<place xml:id="Blankenburg">
<idno type="URI">http://vocab.getty.edu/tgn/7212384</idno>
<placeName>Blankenburg</placeName>
<location>
<geo>10.816667 48.583333</geo>
<geo>48.583333 10.816667</geo>
</location>
</place>
<place xml:id="Lausanne">
<idno type="URI">http://vocab.getty.edu/tgn/7007299</idno>
<placeName>Lausanne</placeName>
<location>
<geo>6.666667 46.533333</geo>
<geo>46.533333 6.666667</geo>
</location>
</place>
<place xml:id="Deutschland">
<idno type="URI">http://vocab.getty.edu/tgn/7000084</idno>
<placeName>Deutschland</placeName>
<location>
<geo>10.5 51.5</geo>
<geo>51.5 10.5</geo>
</location>
</place>
<place xml:id="London">
<idno type="URI">http://vocab.getty.edu/tgn/7011781</idno>
<placeName>London</placeName>
<location>
<geo>-.093145 51.514248</geo>
<geo>51.514248 -.093145</geo>
</location>
</place>
<place xml:id="Rome">
<idno type="URI">http://vocab.getty.edu/tgn/7000874</idno>
<placeName>Roma</placeName>
<location>
<geo>12.483333 41.9</geo>
<geo>41.9 12.483333</geo>
</location>
</place>
<place xml:id="Tolentino">
<idno type="URI">http://vocab.getty.edu/tgn/7004021</idno>
<placeName>Tolentino</placeName>
<location>
<geo>13.283333 43.2</geo>
<geo>43.2 13.283333</geo>
</location>
</place>
<place xml:id="Saint_Petersburg">
<idno type="URI">http://vocab.getty.edu/tgn/7010273</idno>
<placeName>Saint Petersburg</placeName>
<location>
<geo>30.25 59.8833</geo>
<geo>59.8833 30.25</geo>
</location>
</place>
<place xml:id="Nuremberg">
<idno type="URI">http://vocab.getty.edu/tgn/7004334</idno>
<placeName>Nürnberg</placeName>
<location>
<geo>11.068333 49.447778</geo>
<geo>49.447778 11.068333</geo>
</location>
</place>
<place xml:id="Wolfenbuettel">
<idno type="URI">http://vocab.getty.edu/tgn/7005253</idno>
<placeName>Wolfenbüttel</placeName>
<location>
<geo>10.55 52.166667</geo>
<geo>52.166667 10.55</geo>
</location>
</place>
<place xml:id="Bad_Freienwalde">
<idno type="URI">http://vocab.getty.edu/tgn/1036387</idno>
<placeName>Bad Freienwalde</placeName>
<location>
<geo>14.033333 52.783333</geo>
<geo>52.783333 14.033333</geo>
</location>
</place>
<place xml:id="Boetzow">
<idno type="URI">http://vocab.getty.edu/tgn/1036375</idno>
<placeName>Bötzow</placeName>
<location>
<geo>13.133333 52.633333</geo>
<geo>52.633333 13.133333</geo>
</location>
</place>
<place xml:id="Fehrbellin">
<idno type="URI">http://vocab.getty.edu/tgn/1036688</idno>
<placeName>Fehrbellin</placeName>
<location>
<geo>12.766667 52.8</geo>
<geo>52.8 12.766667</geo>
</location>
</place>
<place xml:id="Kyritz">
<idno type="URI">http://vocab.getty.edu/tgn/1037131</idno>
<placeName>Kyritz</placeName>
<location>
<geo>12.4 52.95</geo>
<geo>52.95 12.4</geo>
</location>
</place>
<place xml:id="Perleberg">
<idno type="URI">http://vocab.getty.edu/tgn/1037479</idno>
<placeName>Perleberg</placeName>
<location>
<geo>11.866667 53.066667</geo>
<geo>53.066667 11.866667</geo>
</location>
</place>
<place xml:id="Boizenburg">
<idno type="URI">http://vocab.getty.edu/tgn/1036479</idno>
<placeName>Boizenburg</placeName>
<location>
<geo>10.716667 53.383333</geo>
<geo>53.383333 10.716667</geo>
</location>
</place>
<place xml:id="Escheburg">
<idno type="URI">http://vocab.getty.edu/tgn/7189825</idno>
<placeName>Escheburg</placeName>
<location>
<geo>10.316667 53.466667</geo>
<geo>53.466667 10.316667</geo>
</location>
</place>
<place xml:id="Darmstadt">
<idno type="URI">http://vocab.getty.edu/tgn/7004428</idno>
<placeName>Darmstadt</placeName>
<location>
<geo>8.649444 49.870556</geo>
<geo>49.870556 8.649444</geo>
</location>
</place>
<place xml:id="Frankfurt_am_Main">
<idno type="URI">http://vocab.getty.edu/tgn/7005293</idno>
<placeName>Frankfurt am Main</placeName>
<location>
<geo>8.683333 50.116667</geo>
<geo>50.116667 8.683333</geo>
</location>
</place>
<place xml:id="Marburg">
<idno type="URI">http://vocab.getty.edu/tgn/7012330</idno>
<placeName>Marburg</placeName>
<location>
<geo>8.766667 50.816667</geo>
<geo>50.816667 8.766667</geo>
</location>
</place>
<place xml:id="Giessen">
<idno type="URI">http://vocab.getty.edu/tgn/7183940</idno>
<placeName>Gießen</placeName>
<location>
<geo>9.6 47.633333</geo>
<geo>47.633333 9.6</geo>
</location>
</place>
<place xml:id="Liebenau">
<idno type="URI">http://vocab.getty.edu/tgn/7138178</idno>
<placeName>Liebenau</placeName>
<location>
<geo>9.6 47.716667</geo>
<geo>47.716667 9.6</geo>
</location>
</place>
<place xml:id="Rotterdam">
<idno type="URI">http://vocab.getty.edu/tgn/7006792</idno>
<placeName>Rotterdam</placeName>
<location>
<geo>4.5 51.916667</geo>
<geo>51.916667 4.5</geo>
</location>
</place>
<place xml:id="Lappland">
<idno type="URI">http://vocab.getty.edu/tgn/7010028</idno>
<placeName>Lappi</placeName>
<location>
<geo>25 68</geo>
<geo>68 25</geo>
</location>
</place>
<place xml:id="GrossOesingen">
<idno type="URI">http://vocab.getty.edu/tgn/7173622</idno>
<placeName>Groß Ösingen</placeName>
<location>
<geo>10.483333 52.65</geo>
<geo>52.65 10.483333</geo>
</location>
</place>
<place xml:id="Wustermark">
<idno type="URI">http://vocab.getty.edu/tgn/1038031</idno>
<placeName>Wustermark</placeName>
<location>
<geo>12.95 52.55</geo>
<geo>52.55 12.95</geo>
</location>
</place>
<place xml:id="Brandenburg">
<idno type="URI">http://vocab.getty.edu/tgn/7004462</idno>
<placeName>Brandenburg</placeName>
<location>
<geo>12.55 52.416667</geo>
<geo>52.416667 12.55</geo>
</location>
</place>
<place xml:id="Ziesar">
<idno type="URI">http://vocab.getty.edu/tgn/1038065</idno>
<placeName>Ziesar</placeName>
<location>
<geo>12.283333 52.266667</geo>
<geo>52.266667 12.283333</geo>
</location>
</place>
<place xml:id="Hohenziatz">
<idno type="URI">http://vocab.getty.edu/tgn/7161678</idno>
<placeName>Hohenziatz</placeName>
<location>
<geo>12.05 52.183333</geo>
<geo>52.183333 12.05</geo>
</location>
</place>
<place xml:id="Helmstedt">
<idno type="URI">http://vocab.getty.edu/tgn/7005247</idno>
<placeName>Helmstedt</placeName>
<location>
<geo>11 52.233333</geo>
<geo>52.233333 11</geo>
</location>
</place>
<place xml:id="Suderburg">
<idno type="URI">http://vocab.getty.edu/tgn/7073875</idno>
<placeName>Suderburg</placeName>
<location>
<geo>10.466667 52.9</geo>
<geo>52.9 10.466667</geo>
</location>
</place>
<place xml:id="Ebstorf">
<idno type="URI">http://vocab.getty.edu/tgn/7005312</idno>
<placeName>Ebstorf</placeName>
<location>
<geo>10.416667 53.033333</geo>
<geo>53.033333 10.416667</geo>
</location>
</place>
<place xml:id="Remmels">
<idno type="URI">http://vocab.getty.edu/tgn/7111291</idno>
<placeName>Remmels</placeName>
<location>
<geo>9.65 54.116667</geo>
<geo>54.116667 9.65</geo>
</location>
</place>
<place xml:id="Rendsburg">
<idno type="URI">http://vocab.getty.edu/tgn/7012672</idno>
<placeName>Rendsburg</placeName>
<location>
<geo>9.666667 54.3</geo>
<geo>54.3 9.666667</geo>
</location>
</place>
<place xml:id="Schleswig">
<idno type="URI">http://vocab.getty.edu/tgn/7012700</idno>
<placeName>Schleswig</placeName>
<location>
<geo>9.55 54.516667</geo>
<geo>54.516667 9.55</geo>
</location>
</place>
<place xml:id="Flensburg">
<idno type="URI">http://vocab.getty.edu/tgn/7005971</idno>
<placeName>Flensburg</placeName>
<location>
<geo>9.433333 54.783333</geo>
<geo>54.783333 9.433333</geo>
</location>
</place>
<place xml:id="Arosund">
<idno type="URI">http://vocab.getty.edu/tgn/1027694</idno>
<placeName>Årøsund</placeName>
<location>
<geo>9.7333 55.2333</geo>
<geo>55.2333 9.7333</geo>
</location>
</place>
<place xml:id="Assens">
<idno type="URI">http://vocab.getty.edu/tgn/7003413</idno>
<placeName>Assens</placeName>
<location>
<geo>9.9 55.2667</geo>
<geo>55.2667 9.9</geo>
</location>
</place>
<place xml:id="Odense">
<idno type="URI">http://vocab.getty.edu/tgn/7003411</idno>
<placeName>Odense</placeName>
<location>
<geo>10.4167 55.4</geo>
<geo>55.4 10.4167</geo>
</location>
</place>
<place xml:id="Nyborg">
<idno type="URI">http://vocab.getty.edu/tgn/1028043</idno>
<placeName>Nyborg</placeName>
<location>
<geo>10.8 55.3167</geo>
<geo>55.3167 10.8</geo>
</location>
</place>
<place xml:id="Korsor">
<idno type="URI">http://vocab.getty.edu/tgn/1027975</idno>
<placeName>Korsør</placeName>
<location>
<geo>11.15 55.3167</geo>
<geo>55.3167 11.15</geo>
</location>
</place>
<place xml:id="Slagelse">
<idno type="URI">http://vocab.getty.edu/tgn/7003595</idno>
<placeName>Slagelse</placeName>
<location>
<geo>11.3833 55.4</geo>
<geo>55.4 11.3833</geo>
</location>
</place>
<place xml:id="Ringsted">
<idno type="URI">http://vocab.getty.edu/tgn/7003584</idno>
<placeName>Ringsted</placeName>
<location>
<geo>11.8 55.4667</geo>
<geo>55.4667 11.8</geo>
</location>
</place>
<place xml:id="Roskilde">
<idno type="URI">http://vocab.getty.edu/tgn/7003586</idno>
<placeName>Roskilde</placeName>
<location>
<geo>12.1167 55.65</geo>
<geo>55.65 12.1167</geo>
</location>
</place>
<place xml:id="Soro">
<idno type="URI">http://vocab.getty.edu/tgn/7003597</idno>
<placeName>Sorø</placeName>
<location>
<geo>11.5667 55.4333</geo>
<geo>55.4333 11.5667</geo>
</location>
</place>
<place xml:id="Middelfart">
<idno type="URI">http://vocab.getty.edu/tgn/1028021</idno>
<placeName>Middelfart</placeName>
<location>
<geo>9.7333 55.5</geo>
<geo>55.5 9.7333</geo>
</location>
</place>
<place xml:id="Kolding">
<idno type="URI">http://vocab.getty.edu/tgn/7003405</idno>
<placeName>Kolding</placeName>
<location>
<geo>9.5 55.4833</geo>
<geo>55.4833 9.5</geo>
</location>
</place>
<place xml:id="Haderslev">
<idno type="URI">http://vocab.getty.edu/tgn/7003422</idno>
<placeName>Haderslev</placeName>
<location>
<geo>9.5 55.25</geo>
<geo>55.25 9.5</geo>
</location>
</place>
<place xml:id="Gottorf">
<idno type="URI">http://vocab.getty.edu/tgn/1100275</idno>
<placeName>Gottorf</placeName>
<location>
<geo>9.55 54.5167</geo>
<geo>54.5167 9.55</geo>
</location>
</place>
<place xml:id="Hoopte">
<idno type="URI">http://vocab.getty.edu/tgn/7164443</idno>
<placeName>Hoopte</placeName>
<location>
<geo>10.166667 53.4</geo>
<geo>53.4 10.166667</geo>
</location>
</place>
<place xml:id="Potsdam">
<idno type="URI">http://vocab.getty.edu/tgn/7004463</idno>
<placeName>Potsdam</placeName>
<location>
<geo>13.066667 52.4</geo>
<geo>52.4 13.066667</geo>
</location>
</place>
<place xml:id="Koenigslutter">
<idno type="URI">http://vocab.getty.edu/tgn/7005249</idno>
<placeName>Königslutter</placeName>
<location>
<geo>10.816667 52.25</geo>
<geo>52.25 10.816667</geo>
</location>
</place>
<place xml:id="Roetgesbuettel">
<idno type="URI">http://vocab.getty.edu/tgn/7102910</idno>
<placeName>Rötgesbüttel</placeName>
<location>
<geo>10.533333 52.416667</geo>
<geo>52.416667 10.533333</geo>
</location>
</place>
<place xml:id="Gamsen">
<idno type="URI">http://vocab.getty.edu/tgn/7182321</idno>
<placeName>Gamsen</placeName>
<location>
<geo>10.55 52.5</geo>
<geo>52.5 10.55</geo>
</location>
</place>
<place xml:id="Fulda">
<idno type="URI">http://vocab.getty.edu/tgn/7005294</idno>
<placeName>Fulda</placeName>
<location>
<geo>9.666667 50.55</geo>
<geo>50.55 9.666667</geo>
</location>
</place>
<place xml:id="Memmingen">
<idno type="URI">http://vocab.getty.edu/tgn/7012598</idno>
<placeName>Memmingen</placeName>
<location>
<geo>10.166667 47.983333</geo>
<geo>47.983333 10.166667</geo>
</location>
</place>
<place xml:id="Augsburg">
<idno type="URI">http://vocab.getty.edu/tgn/7004324</idno>
<placeName>Augsbourg</placeName>
<location>
<geo>10.883333 48.366667</geo>
<geo>48.366667 10.883333</geo>
</location>
</place>
<place xml:id="Nuernberg">
<idno type="URI">http://vocab.getty.edu/tgn/7004334</idno>
<placeName>Nürnberg</placeName>
<location>
<geo>11.068333 49.447778</geo>
<geo>49.447778 11.068333</geo>
</location>
</place>
<place xml:id="Orenburg">
<idno type="URI">http://vocab.getty.edu/tgn/7010240</idno>
<placeName>Orenburg</placeName>
<location>
<geo>55 51.8333</geo>
<geo>51.8333 55</geo>
</location>
</place>
<place xml:id="Samara">
<idno type="URI">http://vocab.getty.edu/tgn/7011593</idno>
<placeName>Samara</placeName>
<location>
<geo>50.1667 53.1667</geo>
<geo>53.1667 50.1667</geo>
</location>
</place>
<place xml:id="Riga">
<idno type="URI">http://vocab.getty.edu/tgn/7006484</idno>
<placeName>Rīga</placeName>
<location>
<geo>24.1 56.95</geo>
<geo>56.95 24.1</geo>
</location>
</place>
<place xml:id="Moelln">
<idno type="URI">http://vocab.getty.edu/tgn/1040184</idno>
<placeName>Mölln</placeName>
<location>
<geo>10.683333 53.633333</geo>
<geo>53.633333 10.683333</geo>
</location>
</place>
<place xml:id="Daenemark">
<idno type="URI">http://vocab.getty.edu/tgn/1000066</idno>
<placeName>Danmark</placeName>
<location>
<geo>10 56</geo>
<geo>56 10</geo>
</location>
</place>
<place xml:id="Schweden">
<idno type="URI">http://vocab.getty.edu/tgn/1000097</idno>
<placeName>Sverige</placeName>
<location>
<geo>15 62</geo>
<geo>62 15</geo>
</location>
</place>
<place xml:id="Leipzig">
<idno type="URI">http://vocab.getty.edu/tgn/7012329</idno>
<placeName>Leipzig</placeName>
<location>
<geo>12.4167 51.3333</geo>
<geo>51.3333 12.4167</geo>
</location>
</place>
<place xml:id="Haarlem">
<idno type="URI">http://vocab.getty.edu/tgn/7007048</idno>
<placeName>Haarlem</placeName>
<location>
<geo>4.65 52.366667</geo>
<geo>52.366667 4.65</geo>
</location>
</place>
<place xml:id="England">
<idno type="URI">http://vocab.getty.edu/tgn/7002445</idno>
<placeName>England</placeName>
<location>
<geo>-2 53</geo>
<geo>53 -2</geo>
</location>
</place>
<place xml:id="Oesterreich">
<idno type="URI">http://vocab.getty.edu/tgn/1000062</idno>
<placeName>Österreich</placeName>
<location>
<geo>13.3333 47.3333</geo>
<geo>47.3333 13.3333</geo>
</location>
</place>
<place xml:id="Polen">
<idno type="URI">http://vocab.getty.edu/tgn/7006366</idno>
<placeName>Polska</placeName>
<location>
<geo>20 52</geo>
<geo>52 20</geo>
</location>
</place>
<place xml:id="Europa">
<idno type="URI">http://vocab.getty.edu/tgn/1000003</idno>
<placeName>Europe</placeName>
<location>
<geo>15.016 56.2</geo>
<geo>56.2 15.016</geo>
</location>
</place>
<place xml:id="Strassburg">
<idno type="URI">http://vocab.getty.edu/tgn/7012346</idno>
<placeName>Estrasburgo</placeName>
<location>
<geo>7.787355 48.600381</geo>
<geo>48.600381 7.787355</geo>
</location>
</place>
<place xml:id="Basel">
......@@ -2020,56 +2023,56 @@
<idno type="URI">http://vocab.getty.edu/tgn/7008772</idno>
<placeName>Lyon</placeName>
<location>
<geo>4.846711 45.748457</geo>
<geo>45.748457 4.846711</geo>
</location>
</place>
<place xml:id="Roanne">
<idno type="URI">http://vocab.getty.edu/tgn/7255196</idno>
<placeName>Roanne</placeName>
<location>
<geo>5.866667 50.416667</geo>
<geo>50.416667 5.866667</geo>
</location>
</place>
<place xml:id="Orleans">
<idno type="URI">http://vocab.getty.edu/tgn/7008337</idno>
<placeName>Orléans</placeName>
<location>
<geo>1.903887 47.902891</geo>
<geo>47.902891 1.903887</geo>
</location>
</place>
<place xml:id="Wien">
<idno type="URI">http://vocab.getty.edu/tgn/7003321</idno>
<placeName>Wien</placeName>
<location>
<geo>16.3667 48.2167</geo>
<geo>48.2167 16.3667</geo>
</location>
</place>
<place xml:id="Genf">
<idno type="URI">http://vocab.getty.edu/tgn/7007279</idno>
<placeName>Ginevra</placeName>
<location>
<geo>6.148113 46.195602</geo>
<geo>46.195602 6.148113</geo>
</location>
</place>
<place xml:id="Koeln">
<idno type="URI">http://vocab.getty.edu/tgn/7004446</idno>
<placeName>Cologne</placeName>
<location>
<geo>6.95 50.933333</geo>
<geo>50.933333 6.95</geo>
</location>
</place>
<place xml:id="Bourdeaux">
<idno type="URI">http://vocab.getty.edu/tgn/1032253</idno>
<placeName>Bourdeaux</placeName>
<location>
<geo>5.13554 44.58661</geo>
<geo>44.58661 5.13554</geo>
</location>
</place>
<place xml:id="Radewitz">
<idno type="URI">http://vocab.getty.edu/tgn/7107661</idno>
<placeName>Radewitz</placeName>
<location>
<geo>13.4 51.333333</geo>
<geo>51.333333 13.4</geo>
</location>
</place>
<place xml:id="Wernigerode">
......@@ -2079,42 +2082,42 @@
<idno type="URI">http://vocab.getty.edu/tgn/7012889</idno>
<placeName>Wernigerode</placeName>
<location>
<geo>10.783333 51.833333</geo>
<geo>51.833333 10.783333</geo>
</location>
</place>
<place xml:id="Speyer">
<idno type="URI">http://vocab.getty.edu/tgn/7012341</idno>
<placeName>Speyer</placeName>
<location>
<geo>8.427778 49.329722</geo>
<geo>49.329722 8.427778</geo>
</location>
</place>
<place xml:id="Ulm">
<idno type="URI">http://vocab.getty.edu/tgn/7005187</idno>
<placeName>Ulm</placeName>
<location>
<geo>10 48.4</geo>
<geo>48.4 10</geo>
</location>
</place>
<place xml:id="Innsbruck">
<idno type="URI">http://vocab.getty.edu/tgn/7003249</idno>
<placeName>Innsbruck</placeName>
<location>
<geo>11.4 47.2667</geo>
<geo>47.2667 11.4</geo>
</location>
</place>
<place xml:id="Trient">
<idno type="URI">http://vocab.getty.edu/tgn/7005128</idno>
<placeName>Trento</placeName>
<location>
<geo>11.133333 46.066667</geo>
<geo>46.066667 11.133333</geo>
</location>
</place>
<place xml:id="Rom">
<idno type="URI">http://vocab.getty.edu/tgn/7000874</idno>
<placeName>Roma</placeName>
<location>
<geo>12.483333 41.9</geo>
<geo>41.9 12.483333</geo>
</location>
</place>
<place xml:id="Malta">
......@@ -2125,122 +2128,122 @@
<idno type="URI">http://vocab.getty.edu/tgn/7004847</idno>
<placeName>Bologna</placeName>
<location>
<geo>11.351 44.507</geo>
<geo>44.507 11.351</geo>
</location>
</place>
<place xml:id="Padua">
<idno type="URI">http://vocab.getty.edu/tgn/7003085</idno>
<placeName>Padua</placeName>
<location>
<geo>11.883333 45.416667</geo>
<geo>45.416667 11.883333</geo>
</location>
</place>
<place xml:id="NeuCeolln">
<idno type="URI">http://vocab.getty.edu/tgn/7122331</idno>
<placeName>Neu Cölln</placeName>
<location>
<geo>12.383333 53.283333</geo>
<geo>53.283333 12.383333</geo>
</location>
</place>
<place xml:id="Griechenland">
<idno type="URI">http://vocab.getty.edu/tgn/1000074</idno>
<placeName>Greece</placeName>
<location>
<geo>22 39</geo>
<geo>39 22</geo>
</location>
</place>
<place xml:id="Hannover">
<idno type="URI">http://vocab.getty.edu/tgn/7013260</idno>
<placeName>Hanover</placeName>
<location>
<geo>9.716667 52.366667</geo>
<geo>52.366667 9.716667</geo>
</location>
</place>
<place xml:id="Zakynthos">
<idno type="URI">http://vocab.getty.edu/tgn/7011083</idno>
<placeName>Zákinthos</placeName>
<location>
<geo>20.895278 37.791389</geo>
<geo>37.791389 20.895278</geo>
</location>
</place>
<place xml:id="Erfurt">
<idno type="URI">http://vocab.getty.edu/tgn/7024031</idno>
<placeName>Erfurt</placeName>
<location>
<geo>11.033333 50.983333</geo>
<geo>50.983333 11.033333</geo>
</location>
</place>
<place xml:id="Bamberg">
<idno type="URI">http://vocab.getty.edu/tgn/7004325</idno>
<placeName>Bamberg</placeName>
<location>
<geo>10.866667 49.866667</geo>
<geo>49.866667 10.866667</geo>
</location>
</place>
<place xml:id="Westendorf">
<idno type="URI">http://vocab.getty.edu/tgn/7083707</idno>
<placeName>Westendorf</placeName>
<location>
<geo>9.766667 52.9</geo>
<geo>52.9 9.766667</geo>
</location>
</place>
<place xml:id="Quedlinburg">
<idno type="URI">http://vocab.getty.edu/tgn/7012857</idno>
<placeName>Quedlinburg</placeName>
<location>
<geo>11.15 51.783333</geo>
<geo>51.783333 11.15</geo>
</location>
</place>
<place xml:id="Kiel">
<idno type="URI">http://vocab.getty.edu/tgn/7004457</idno>
<placeName>Kiel</placeName>
<location>
<geo>10.133333 54.333333</geo>
<geo>54.333333 10.133333</geo>
</location>
</place>
<place xml:id="Stockholm">
<idno type="URI">http://vocab.getty.edu/tgn/7009861</idno>
<placeName>Stockholm</placeName>
<location>
<geo>18.0833 59.3333</geo>
<geo>59.3333 18.0833</geo>
</location>
</place>
<place xml:id="Krakau">
<idno type="URI">http://vocab.getty.edu/tgn/7007652</idno>
<placeName>Cracow</placeName>
<location>
<geo>19.9167 50.05</geo>
<geo>50.05 19.9167</geo>
</location>
</place>
<place xml:id="Moskau">
<idno type="URI">http://vocab.getty.edu/tgn/7012974</idno>
<placeName>Moscow</placeName>
<location>
<geo>37.7 55.75</geo>
<geo>55.75 37.7</geo>
</location>
</place>
<place xml:id="Bordeaux">
<idno type="URI">http://vocab.getty.edu/tgn/7008161</idno>
<placeName>Bordeaux</placeName>
<location>
<geo>-.5805 44.840439</geo>
<geo>44.840439 -.5805</geo>
</location>
</place>
<place xml:id="Niedersachsen">
<idno type="URI">http://vocab.getty.edu/tgn/7125807</idno>
<placeName>Land Niedersachsen</placeName>
<location>
<geo>10 52</geo>
<geo>52 10</geo>
</location>
</place>
<place xml:id="Hoya">
<idno type="URI">http://vocab.getty.edu/tgn/7012996</idno>
<placeName>Hoya</placeName>
<location>
<geo>9.15 52.8</geo>
<geo>52.8 9.15</geo>
</location>
</place>
</listPlace>
</body>
</text>
</TEI>
</TEI>
\ No newline at end of file
......@@ -18,11 +18,13 @@
</xsl:copy>
</xsl:template>
<xsl:template match="@ref[parent::author]">
<xsl:template match="@ref[starts-with(., '../../register.xml')]">
<xsl:if test="document(.)/idno[@type = 'URI']">
<xsl:attribute name="ref" select="document(.)/idno[@type = 'URI']"/>
</xsl:if>
<xsl:attribute name="n" select="document(.)/persName[@type = 'display']"/>
<xsl:if test="parent::author">
<xsl:attribute name="n" select="document(.)/persName[@type = 'display']"/>
</xsl:if>
</xsl:template>
<xsl:template match="ref[ends-with(@target, '.xml')]">
......
......@@ -23,9 +23,9 @@
<xsl:template match="schema:Place[geo:lat and geo:long]">
<location>
<geo>
<xsl:value-of select="geo:long"/>
<xsl:text> </xsl:text>
<xsl:value-of select="geo:lat"/>
<xsl:text> </xsl:text>
<xsl:value-of select="geo:long"/>
</geo>
</location>
</xsl:template>
......
......@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit8a9318ad96e1e6602a968c996fe31931::getLoader();
return ComposerAutoloaderInitc2781241b06cffdb64225f5dd1f3e406::getLoader();
#!/usr/bin/env sh
dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../symfony/var-dumper/Resources/bin" && pwd)
if [ -d /proc/cygdrive ]; then
case $(which php) in
$(readlink -n /proc/cygdrive)/*)
# We are in Cygwin using Windows php, so the path must be translated
dir=$(cygpath -m "$dir");
;;
esac
fi
"${dir}/var-dump-server" "$@"
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../symfony/var-dumper/Resources/bin/var-dump-server
php "%BIN_TARGET%" %*
......@@ -37,8 +37,8 @@ namespace Composer\Autoload;
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @see http://www.php-fig.org/psr/psr-0/
* @see http://www.php-fig.org/psr/psr-4/
* @see https://www.php-fig.org/psr/psr-0/
* @see https://www.php-fig.org/psr/psr-4/
*/
class ClassLoader
{
......@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}
return array();
......@@ -279,7 +279,7 @@ class ClassLoader
*/
public function setApcuPrefix($apcuPrefix)
{
$this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
}
/**
......@@ -374,10 +374,14 @@ class ClassLoader
$first = $class[0];
if (isset($this->prefixLengthsPsr4[$first])) {
foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) {
if (0 === strpos($class, $prefix)) {
foreach ($this->prefixDirsPsr4[$prefix] as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
$subPath = $class;
while (false !== $lastPos = strrpos($subPath, '\\')) {
$subPath = substr($subPath, 0, $lastPos);
$search = $subPath . '\\';
if (isset($this->prefixDirsPsr4[$search])) {
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
foreach ($this->prefixDirsPsr4[$search] as $dir) {
if (file_exists($file = $dir . $pathEnd)) {
return $file;
}
}
......