From aed4d686988aa607b84e63ebd2df30c46d83d97c Mon Sep 17 00:00:00 2001 From: Inqiyad Sabr Date: Mon, 3 Nov 2025 00:00:59 +0600 Subject: Add License (liberate the code!) --- LICENSE | 25 +++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a55bc4f --- /dev/null +++ b/LICENSE @@ -0,0 +1,25 @@ +(C) Inqiyad Sabr +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. -- cgit v1.2.3