summaryrefslogtreecommitdiff
path: root/README.nfo
diff options
context:
space:
mode:
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 │
+└──────────────────────────────────────────────────────────────┘