blob: e596918fa79066edf81e55216d721f5ec322c815 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 │
└──────────────────────────────────────────────────────────────┘
|