summaryrefslogtreecommitdiff
path: root/README.nfo
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 /README.nfo
parentded21f6d2f27a1a6ef4215d6007b65dc5f097927 (diff)
downloadvox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.tar.gz
vox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.tar.bz2
vox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.zip
convert readme to nfo; relicense to 0bsdHEADmain
Diffstat (limited to 'README.nfo')
-rw-r--r--README.nfo22
1 files changed, 22 insertions, 0 deletions
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 │
+└──────────────────────────────────────────────────────────────┘