update tildewiki
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-03-17 00:38:09 -04:00
parent 8aa77b08fa
commit 33c32438cb
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
3 changed files with 62 additions and 46 deletions

View File

@ -1,11 +1,5 @@
{ {
"require": { "require": {
"tildeverse/wiki": "dev-master" "tildeteam/wiki": "^0.1.0"
}, }
"repositories": [
{
"type": "vcs",
"url": "https://tildegit.org/team/tildewiki"
}
]
} }

96
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a88f8d05a0f0cb5d15c4597d5616f036", "content-hash": "3779848aa146daecd3839d2d90aab35b",
"packages": [ "packages": [
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
@ -50,6 +50,10 @@
"markdown", "markdown",
"parser" "parser"
], ],
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
"time": "2019-12-30T22:54:17+00:00" "time": "2019-12-30T22:54:17+00:00"
}, },
{ {
@ -97,30 +101,34 @@
"parsedown", "parsedown",
"parser" "parser"
], ],
"support": {
"issues": "https://github.com/erusev/parsedown-extra/issues",
"source": "https://github.com/erusev/parsedown-extra/tree/0.8.x"
},
"time": "2019-12-30T23:20:37+00:00" "time": "2019-12-30T23:20:37+00:00"
}, },
{ {
"name": "mnapoli/front-yaml", "name": "mnapoli/front-yaml",
"version": "1.7.0", "version": "1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mnapoli/FrontYAML.git", "url": "https://github.com/mnapoli/FrontYAML.git",
"reference": "7602e0ffe84ca07b68865960d255d3ae9502e5d4" "reference": "76baa8ca538e111bfe53ac49c6a512ec5ea2bf54"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/7602e0ffe84ca07b68865960d255d3ae9502e5d4", "url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/76baa8ca538e111bfe53ac49c6a512ec5ea2bf54",
"reference": "7602e0ffe84ca07b68865960d255d3ae9502e5d4", "reference": "76baa8ca538e111bfe53ac49c6a512ec5ea2bf54",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"erusev/parsedown": "~1.0", "erusev/parsedown": "~1.0",
"php": "^7.2", "php": ">=7.3",
"symfony/yaml": "~2.1|^3.0|^4.0|^5.0" "symfony/yaml": "~2.1|^3.0|^4.0|^5.0"
}, },
"require-dev": { "require-dev": {
"league/commonmark": "~1.4", "league/commonmark": "~1.4",
"phpunit/phpunit": "~8.5" "phpunit/phpunit": "^9.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -132,7 +140,11 @@
"license": [ "license": [
"MIT" "MIT"
], ],
"time": "2020-05-21T08:30:56+00:00" "support": {
"issues": "https://github.com/mnapoli/FrontYAML/issues",
"source": "https://github.com/mnapoli/FrontYAML/tree/1.8.0"
},
"time": "2020-12-04T10:52:19+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -182,6 +194,9 @@
], ],
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
@ -200,16 +215,16 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.20.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41" "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41", "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -221,7 +236,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.20-dev" "dev-main": "1.22-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -258,6 +273,9 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
@ -272,20 +290,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-23T14:02:19+00:00" "time": "2021-01-07T16:49:33+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v5.1.7", "version": "v5.2.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a" "reference": "298a08ddda623485208506fcee08817807a251dd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a", "url": "https://api.github.com/repos/symfony/yaml/zipball/298a08ddda623485208506fcee08817807a251dd",
"reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a", "reference": "298a08ddda623485208506fcee08817807a251dd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -306,11 +324,6 @@
"Resources/bin/yaml-lint" "Resources/bin/yaml-lint"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Symfony\\Component\\Yaml\\": "" "Symfony\\Component\\Yaml\\": ""
@ -333,8 +346,11 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Yaml Component", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.2.5"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
@ -349,48 +365,54 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-09-27T03:44:28+00:00" "time": "2021-03-06T07:59:01+00:00"
}, },
{ {
"name": "tildeverse/wiki", "name": "tildeteam/wiki",
"version": "dev-master", "version": "0.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://tildegit.org/team/tildewiki", "url": "https://tildegit.org/team/tildewiki",
"reference": "413c46fc21d1cd02d0dd1f8a1ea6ca3b58f36c8c" "reference": "accb34f9648c7137a605df77b66d2dab570d81ca"
}, },
"require": { "require": {
"erusev/parsedown-extra": "^0.8.1", "erusev/parsedown-extra": "^0.8.1",
"mnapoli/front-yaml": "^1.7.0" "mnapoli/front-yaml": "^1.8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Tildeverse\\Wiki\\": "src/" "tildeteam\\wiki\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"GPLv3" "GPL-3.0-or-later"
], ],
"authors": [ "authors": [
{ {
"name": "Ben Harris", "name": "Ben Harris",
"email": "ben@tilde.team" "email": "ben@tilde.team",
"homepage": "https://tilde.team/~ben/",
"role": "Developer"
} }
], ],
"description": "parsedown extensions for tilde wikis", "description": "parsedown extensions for tilde wikis",
"time": "2020-10-27T18:43:33+00:00" "homepage": "https://tildegit.org/team/tildewiki",
"keywords": [
"markdown",
"wiki"
],
"time": "2021-03-17T04:21:38+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"tildeverse/wiki": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "1.1.0" "plugin-api-version": "2.0.0"
} }

View File

@ -1,7 +1,7 @@
<?php <?php
require __DIR__.'/../vendor/autoload.php'; require __DIR__.'/../vendor/autoload.php';
use Tildeverse\Wiki\Parser; use tildeteam\wiki\Parser;
$additional_head = " $additional_head = "
<style> <style>