krz/vox-populi
A Tumblr web client.
clone: git clone https://gitbay.org/krz/vox-populi.git
main:
| 100644 | .gitignore | 32 |
| 100644 | LICENSE | 639 |
| 100644 | README.nfo | 1349 |
| 100644 | action.php | 5472 |
| 040000 | assets/ | |
| 100644 | composer.json | 61 |
| 100644 | composer.lock | 25366 |
| 040000 | dashboard/ | |
| 100644 | index.php | 24576 |
| 100644 | logout.php | 1138 |
| 040000 | profile/ | |
| 100644 | robots.txt | 25 |
| 100644 | search.php | 18024 |
| 040000 | vendor/ |
┌──────────────────────────────────────────────────────────────┐
│ 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 │
└──────────────────────────────────────────────────────────────┘