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.
+