ref: 5ca9e05549445b6f3ddb8f73dba423a083bbbde3
parent: 462fbf10a2e06272c1ab95e97c9ee8b818f83cf6
author: Tevo <estevan.cps@gmail.com>
date: Sun Nov 8 22:01:35 EST 2020
Add LICENSE and README Kinda
--- /dev/null
+++ b/LICENSE
@@ -1,0 +1,20 @@
+Copyright 2020 Estevan Castilho
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--- /dev/null
+++ b/README.md
@@ -1,0 +1,10 @@
+# *Pointless*
+
+Pointless is a really small static website generator for 9front. It allows you to embed `<exec>` tags on templated HTML files that contain interpreted code (shell or a language of your choice) that gets executed as the file is preprocessed. `pointless/generate` also contains hooks for scripts that get executed before and after the templated HTML is preprocessed, allowing you to generate files on-the-fly or cleanup the directory tree after preprocessing is done.
+
+## TODO
+
+- Usage
+- this readme sucks
+- etc
+