forked from 20xd6/simple_blog
Merge pull request 'Update /licenses/' (#1) from manfromhuh/simple_blog:update_licenses into master
Reviewed-on: 20xd6/simple_blog#1
This commit is contained in:
commit
5f3465bc9a
@ -8,7 +8,7 @@ include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
|
|||||||
?>
|
?>
|
||||||
<article>
|
<article>
|
||||||
<p>A summery of all licenses that apply to this website.</p>
|
<p>A summery of all licenses that apply to this website.</p>
|
||||||
<h2>Code License</h2>
|
<h2>simple_blog License</h2>
|
||||||
<font size="2">
|
<font size="2">
|
||||||
Copyright <?php echo(strftime("%Y")); ?> 20xd6<br>
|
Copyright <?php echo(strftime("%Y")); ?> 20xd6<br>
|
||||||
<br>
|
<br>
|
||||||
@ -46,5 +46,9 @@ JMenu is <a href="/license/MIT.php">MIT Licensed</a>.</p>
|
|||||||
<p>Parsedown is used for all of the Markdown processing for this site.<br/>
|
<p>Parsedown is used for all of the Markdown processing for this site.<br/>
|
||||||
Parsedown is <a href="/license/MIT.php">MIT Licensed</a>.</p>
|
Parsedown is <a href="/license/MIT.php">MIT Licensed</a>.</p>
|
||||||
<?php display_file($_SERVER['DOCUMENT_ROOT'].'/common/vendor/erusev/parsedown/LICENSE.txt');?>
|
<?php display_file($_SERVER['DOCUMENT_ROOT'].'/common/vendor/erusev/parsedown/LICENSE.txt');?>
|
||||||
|
<h3><a href="https://github.com/erusev/parsedown-extra">Parsedown Extra</a></h3>
|
||||||
|
<blockquote><p>An extension of <a href="https://github.com/erusev/parsedown">Parsedown</a> that adds support for <a href="https://michelf.ca/projects/php-markdown/extra/">Markdown Extra.</a></p><</blockquote>
|
||||||
|
<p>Pasrsedown-extra is used primarily to add support for footnotes in articles.</p>
|
||||||
|
<?php display_file($_SERVER['DOCUMENT_ROOT'].'/common/vendor/erusev/parsedown-extra/LICENSE.txt');?>
|
||||||
</article>
|
</article>
|
||||||
<?php include_once ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php');?>
|
<?php include_once ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php');?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user