Skip to content

Commit 55c8352

Browse files
committed
Restructure yamls
1 parent 326e39a commit 55c8352

221 files changed

Lines changed: 9382 additions & 27 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bib.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?php
2-
error_reporting(E_ERROR);
3-
define(NUMBER_LEVELS, 4);
4-
define(IS_SHOW_EVIDENCE_TODO, false);
2+
require __DIR__ . '/vendor/autoload.php';
3+
ini_set('display_errors', 1);
4+
ini_set('display_startup_errors', 1);
5+
error_reporting(E_ALL);
6+
define('NUMBER_LEVELS', 4);
7+
define('IS_SHOW_EVIDENCE_TODO', false);
58

6-
include_once "bib/parsedown/Parsedown.php";
79
function readCSV($filename, $delimiter)
810
{
911
if (!file_exists($filename) || !is_readable($filename))

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"require": {
3+
"mnapoli/front-yaml": "^1.8",
4+
"erusev/parsedown": "^1.7",
5+
"erusev/parsedown-extra": "^0.8.1"
6+
}
7+
}

composer.lock

Lines changed: 359 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)