diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 15:29:38 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 15:29:38 -0500 |
| commit | de084bbd9529a66270b6fe9a4ba435330e2fe0fb (patch) | |
| tree | f921bbaa448e79155ce21c0f9aa4f7f826ea41a1 /README.nfo | |
| parent | ded21f6d2f27a1a6ef4215d6007b65dc5f097927 (diff) | |
| download | vox-populi-main.tar.gz vox-populi-main.tar.bz2 vox-populi-main.zip | |
Diffstat (limited to 'README.nfo')
| -rw-r--r-- | README.nfo | 22 |
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 │ +└──────────────────────────────────────────────────────────────┘ |
