aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-11-03 00:00:59 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-11-03 00:00:59 +0600
commitaed4d686988aa607b84e63ebd2df30c46d83d97c (patch)
tree6b8f82ecd2d9c20e0ca7cb4bf07d0a56ae5522cd
parent8feaed6600a49910a5255bde471d5847ca4c86bf (diff)
Add License (liberate the code!)
-rw-r--r--LICENSE25
-rw-r--r--README.md2
2 files changed, 27 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..a55bc4f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,25 @@
+(C) Inqiyad Sabr <sabr@ariamath.xyz>
+All rights are liberated.
+This is libre software liberated into the public domain.
+
+"Anyone" is free to copy, modify, publish, use, compile,
+sell or distribute this software either in source form or
+as compiled binary, for any purpose, commercial or
+non-commercial, and by any means.
+
+"Anyone" is anyone who does not wish no take away the
+liberation of this software in their own share. The
+liberation can be understood by the following clauses:
+
+1. "Anyone" who owns a copy of this "software" cannot
+close the source for any service they provide using
+this software in the open.
+
+2. You are liberated to statically link this software.
+
+The software is provided as is, without warranty of any
+kind. The author(s) of this LICENSE will not be liable
+for any damages or claim relating to the software.
+
+This license is to be understood as being free for those
+who love open liberation and not for who doesn't.
diff --git a/README.md b/README.md
index b5838a1..39cb550 100644
--- a/README.md
+++ b/README.md
@@ -21,5 +21,7 @@ without the "/"... btw.
That's it, just add your style.css at the *_xhtml root and you got XHTML! HELL YEAH! Hhhmm... I mean HTML is kinda messed up and you should always just use XHTML.
+Btw [my website](https://ariamath.xyz) is a good example to look at. Read the Addenum.
+
# Addenum
I thought I might add how I work. I have my gemsite as a git repo where I have a post-receive hook that copies my gemsite to a gemsite folder, and then it runs `c2x` on the gemsite root folder and I get a `gemsite_xhtml` folder, being the XHTML root. Then I just nginx and you know the deal.