forked from team/site
1
0
Fork 0

update tildeteam/wiki to 1.0.0

This commit is contained in:
Ben Harris 2021-03-17 13:14:23 -04:00
parent b294ed9648
commit 5e37843626
5 changed files with 20 additions and 74 deletions

View File

@ -1,5 +1,5 @@
{ {
"require": { "require": {
"tildeteam/wiki": "^0.1.0" "tildeteam/wiki": "^1.0.0"
} }
} }

79
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": "3779848aa146daecd3839d2d90aab35b", "content-hash": "21b797601a3035a039996278b8e9b035",
"packages": [ "packages": [
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
@ -50,10 +50,6 @@
"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"
}, },
{ {
@ -101,10 +97,6 @@
"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"
}, },
{ {
@ -140,10 +132,6 @@
"license": [ "license": [
"MIT" "MIT"
], ],
"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" "time": "2020-12-04T10:52:19+00:00"
}, },
{ {
@ -194,23 +182,6 @@
], ],
"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": [
{
"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-09-07T11:33:47+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
@ -273,23 +244,6 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.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": "2021-01-07T16:49:33+00:00" "time": "2021-01-07T16:49:33+00:00"
}, },
{ {
@ -348,41 +302,27 @@
], ],
"description": "Loads and dumps YAML files", "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": [
{
"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": "2021-03-06T07:59:01+00:00" "time": "2021-03-06T07:59:01+00:00"
}, },
{ {
"name": "tildeteam/wiki", "name": "tildeteam/wiki",
"version": "0.1.0", "version": "1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://tildegit.org/team/tildewiki", "url": "https://tildegit.org/team/tildewiki",
"reference": "accb34f9648c7137a605df77b66d2dab570d81ca" "reference": "519497aa9ed64b5f614a544d98096e448b8860e2"
}, },
"require": { "require": {
"erusev/parsedown-extra": "^0.8.1", "erusev/parsedown-extra": "^0.8.1",
"mnapoli/front-yaml": "^1.8.0" "mnapoli/front-yaml": "^1.8.0"
}, },
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"tildeteam\\wiki\\": "src/" "tildeteam\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -403,7 +343,7 @@
"markdown", "markdown",
"wiki" "wiki"
], ],
"time": "2021-03-17T04:21:38+00:00" "time": "2021-03-17T16:29:47+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@ -413,6 +353,5 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": []
"plugin-api-version": "2.0.0"
} }

View File

@ -2,7 +2,10 @@
$filepath = __FILE__; $filepath = __FILE__;
include 'header.php'; include 'header.php';
require __DIR__.'/vendor/autoload.php'; require __DIR__.'/vendor/autoload.php';
$parser = tildeteam\wiki\Parser::factory(); use tildeteam\wiki;
$parser = wiki::factory();
wiki::$bootstrap = wiki::$forkawesome = true;
?> ?>
<div class="jumbotron"> <div class="jumbotron">

View File

@ -1,6 +1,7 @@
<?php <?php
$filepath = __FILE__; $filepath = __FILE__;
require __DIR__.'/../vendor/autoload.php'; require __DIR__.'/../vendor/autoload.php';
use tildeteam\wiki;
$additional_head = " $additional_head = "
<meta property='og:type' content='website'> <meta property='og:type' content='website'>
@ -8,7 +9,8 @@ $additional_head = "
<meta property='og:site_name' content='tilde.team news'> <meta property='og:site_name' content='tilde.team news'>
"; ";
$parser = tildeteam\wiki\Parser::factory(); $parser = wiki::factory();
wiki::$bootstrap = wiki::$forkawesome = true;
if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) { if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) {

View File

@ -1,6 +1,7 @@
<?php <?php
$filepath = __FILE__; $filepath = __FILE__;
require __DIR__.'/../vendor/autoload.php'; require __DIR__.'/../vendor/autoload.php';
use tildeteam\wiki;
$additional_head = " $additional_head = "
<meta property='og:type' content='website'> <meta property='og:type' content='website'>
@ -8,7 +9,8 @@ $additional_head = "
<meta property='og:site_name' content='tilde.team wiki'> <meta property='og:site_name' content='tilde.team wiki'>
"; ";
$parser = tildeteam\wiki\Parser::factory(); $parser = wiki::factory();
wiki::$bootstrap = wiki::$forkawesome = true;
if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) { if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) {