forked from 20xd6/simple_blog
Add the license informtion for Prism.
Resolves issue#3
This commit is contained in:
parent
5f3465bc9a
commit
efcea55a8d
@ -47,8 +47,14 @@ JMenu is <a href="/license/MIT.php">MIT Licensed</a>.</p>
|
|||||||
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>
|
<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>
|
<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>
|
<p>Pasrsedown-extra is used primarily to add support for footnotes in articles. <br/>Parsedown-extra is <a href="/license/MIT.php">MIT Licensed</a>.</p>
|
||||||
<?php display_file($_SERVER['DOCUMENT_ROOT'].'/common/vendor/erusev/parsedown-extra/LICENSE.txt');?>
|
<?php display_file($_SERVER['DOCUMENT_ROOT'].'/common/vendor/erusev/parsedown-extra/LICENSE.txt');?>
|
||||||
|
<h3>Prism</h3>
|
||||||
|
<blockquote><p>Prism is a lightweight, robust, and elegant syntax highlighting library. It's a spin-off project from <a href="https://dabblet.com/">Dabblet</a>.<br/>
|
||||||
|
You can learn more on <a href="https://prismjs.com/">prismjs.com</a>.</p></blockquote>
|
||||||
|
<p>Prism is used for syntax highlighting is simple_blog.<br/>
|
||||||
|
Prism is <a href="/license/MIT.php">MIT Licensed</a>.</p>
|
||||||
|
<?php display_file("MIT_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