diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-03 00:00:59 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-03 00:00:59 +0600 |
| commit | aed4d686988aa607b84e63ebd2df30c46d83d97c (patch) | |
| tree | 6b8f82ecd2d9c20e0ca7cb4bf07d0a56ae5522cd | |
| parent | 8feaed6600a49910a5255bde471d5847ca4c86bf (diff) | |
Add License (liberate the code!)
| -rw-r--r-- | LICENSE | 25 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 27 insertions, 0 deletions
@@ -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. @@ -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. |