krz/vox-populi

clone: git clone https://gitbay.org/krz/vox-populi.git

main:

100644 .gitignore32
100644 LICENSE639
100644 README.nfo1349
100644 action.php5472
040000 assets/
100644 composer.json61
100644 composer.lock25366
040000 dashboard/
100644 index.php24576
100644 logout.php1138
040000 profile/
100644 robots.txt25
100644 search.php18024
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                                                      │
└──────────────────────────────────────────────────────────────┘