From de084bbd9529a66270b6fe9a4ba435330e2fe0fb Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 15:29:38 -0500 Subject: convert readme to nfo; relicense to 0bsd --- LICENSE | 36 ++++++++++++------------------------ README.md | 14 -------------- README.nfo | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 38 deletions(-) delete mode 100644 README.md create mode 100644 README.nfo 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 +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 "" -SetEnv 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 "" + SetEnv CONSUMER_SECRET "" + + 3. git clone into the web directory you serve from. + 4. done. unauthenticated visitors are redirected to the tumblr + login. + +┌──────────────────────────────────────────────────────────────┐ +│ krz.sh │ +└──────────────────────────────────────────────────────────────┘ -- cgit v1.2.3