summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 15:29:38 -0500
committerChristian Cleberg <[email protected]>2026-08-02 15:29:38 -0500
commitde084bbd9529a66270b6fe9a4ba435330e2fe0fb (patch)
treef921bbaa448e79155ce21c0f9aa4f7f826ea41a1
parentded21f6d2f27a1a6ef4215d6007b65dc5f097927 (diff)
downloadvox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.tar.gz
vox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.tar.bz2
vox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.zip
convert readme to nfo; relicense to 0bsdHEADmain
-rw-r--r--LICENSE36
-rw-r--r--README.md14
-rw-r--r--README.nfo22
3 files changed, 34 insertions, 38 deletions
diff --git a/LICENSE b/LICENSE
index 68a49da..419813e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,24 +1,12 @@
-This is free and unencumbered software released into the public domain.
-
-Anyone is free to copy, modify, publish, use, compile, sell, or
-distribute this software, either in source code form or as a compiled
-binary, for any purpose, commercial or non-commercial, and by any
-means.
-
-In jurisdictions that recognize copyright laws, the author or authors
-of this software dedicate any and all copyright interest in the
-software to the public domain. We make this dedication for the benefit
-of the public at large and to the detriment of our heirs and
-successors. We intend this dedication to be an overt act of
-relinquishment in perpetuity of all present and future rights to this
-software under copyright law.
-
-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 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.
-
-For more information, please refer to <http://unlicense.org/>
+Copyright (C) 2026 krazy warez
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index 76ffd51..0000000
--- a/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Vox Populi - A Tumblr Web Client
-A quick and easy web client for Tumblr written in PHP.
-
-## Installation
-1. To create a Tumblr application and get your consumer key/secret pair, [create an app on the Tumblr site](https://www.tumblr.com/oauth/apps).
-2. Set your environment variables in an `.htaccess` file. For example,
-```
-# Environment Variables
-SetEnv CONSUMER_KEY "<your-consumer-key>"
-SetEnv CONSUMER_SECRET "<your-consumer-secret>"
-```
-3. Git clone this repository into the web directory where you want Voc Populi to be served.
-4. Done! You (and your users) can now login. The site will automatically redirect you to the Tumblr login page if you are not already authenticated.
-
diff --git a/README.nfo b/README.nfo
new file mode 100644
index 0000000..e596918
--- /dev/null
+++ b/README.nfo
@@ -0,0 +1,22 @@
+┌──────────────────────────────────────────────────────────────┐
+│ V O X P O P U L I [ KRZ ] krz.sh │
+└──────────────────────────────────────────────────────────────┘
+
+WHAT
+ web client for tumblr, written in php.
+
+INSTALL
+ 1. create a tumblr app for a consumer key/secret pair:
+ https://www.tumblr.com/oauth/apps
+ 2. set environment variables in .htaccess:
+
+ SetEnv CONSUMER_KEY "<your-consumer-key>"
+ SetEnv CONSUMER_SECRET "<your-consumer-secret>"
+
+ 3. git clone into the web directory you serve from.
+ 4. done. unauthenticated visitors are redirected to the tumblr
+ login.
+
+┌──────────────────────────────────────────────────────────────┐
+│ krz.sh │
+└──────────────────────────────────────────────────────────────┘