krz/vox-populi
clone: git clone https://gitbay.org/krz/vox-populi.git
main: README.nfo · raw
1┌──────────────────────────────────────────────────────────────┐
2│ V O X P O P U L I [ KRZ ] krz.sh │
3└──────────────────────────────────────────────────────────────┘
4
5WHAT
6 web client for tumblr, written in php.
7
8INSTALL
9 1. create a tumblr app for a consumer key/secret pair:
10 https://www.tumblr.com/oauth/apps
11 2. set environment variables in .htaccess:
12
13 SetEnv CONSUMER_KEY "<your-consumer-key>"
14 SetEnv CONSUMER_SECRET "<your-consumer-secret>"
15
16 3. git clone into the web directory you serve from.
17 4. done. unauthenticated visitors are redirected to the tumblr
18 login.
19
20┌──────────────────────────────────────────────────────────────┐
21│ krz.sh │
22└──────────────────────────────────────────────────────────────┘