A summery of all licenses that apply to this website.
-Code License
+simple_blog License
Copyright 20xd6From 9d9711cccc8edc2279d61b9ec8cffac3d82bbdbe Mon Sep 17 00:00:00 2001 From: manfromhuh
From 6df79717920984e41bd24f3a35203227a116bb51 Mon Sep 17 00:00:00 2001
From: manfromhuh A summery of all licenses that apply to this website. header for the license applying to simple_blog itself to clarify what that license is for. The GPL is only attached to the code used to render the site and not the Markdown parser or menu CSS. These components are licensed MIT.
---
README.md | 1 +
license/index.php | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..da0c3bc
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# simple_blog
diff --git a/license/index.php b/license/index.php
index 31a8467..3f493bc 100644
--- a/license/index.php
+++ b/license/index.php
@@ -8,7 +8,7 @@ include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
?>
Code License
+simple_blog License
Copyright 20xd6
From 9d9711cccc8edc2279d61b9ec8cffac3d82bbdbe Mon Sep 17 00:00:00 2001
From: manfromhuh
Parsedown is used for all of the Markdown processing for this site.
Parsedown is MIT Licensed.
+An extension of Parsedown that adds support for Markdown Extra.
<
Pasrsedown-extra is used primarily to add support for footnotes in articles.
+ From efcea55a8dcbe13d58c7b1c69249169f487ddb80 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Mon, 4 Jul 2022 15:12:03 -0400 Subject: [PATCH 3/4] Add the license informtion for Prism. Resolves issue#3 --- license/index.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/license/index.php b/license/index.php index f454bcb..2888d40 100644 --- a/license/index.php +++ b/license/index.php @@ -47,8 +47,14 @@ JMenu is MIT Licensed. Parsedown is MIT Licensed.-An extension of Parsedown that adds support for Markdown Extra.
<
Pasrsedown-extra is used primarily to add support for footnotes in articles.
++An extension of Parsedown that adds support for Markdown Extra.
Pasrsedown-extra is used primarily to add support for footnotes in articles.
Parsedown-extra is MIT Licensed.
+Prism is a lightweight, robust, and elegant syntax highlighting library. It's a spin-off project from Dabblet.
+You can learn more on prismjs.com.
Prism is used for syntax highlighting is simple_blog.
+Prism is MIT Licensed.