summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 15:29:38 -0500
committerChristian Cleberg <[email protected]>2026-08-02 15:29:38 -0500
commitde084bbd9529a66270b6fe9a4ba435330e2fe0fb (patch)
treef921bbaa448e79155ce21c0f9aa4f7f826ea41a1 /README.md
parentded21f6d2f27a1a6ef4215d6007b65dc5f097927 (diff)
downloadvox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.tar.gz
vox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.tar.bz2
vox-populi-de084bbd9529a66270b6fe9a4ba435330e2fe0fb.zip
convert readme to nfo; relicense to 0bsdHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 76ffd51..0000000
--- a/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Vox Populi - A Tumblr Web Client
-A quick and easy web client for Tumblr written in PHP.
-
-## Installation
-1. To create a Tumblr application and get your consumer key/secret pair, [create an app on the Tumblr site](https://www.tumblr.com/oauth/apps).
-2. Set your environment variables in an `.htaccess` file. For example,
-```
-# Environment Variables
-SetEnv CONSUMER_KEY "<your-consumer-key>"
-SetEnv CONSUMER_SECRET "<your-consumer-secret>"
-```
-3. Git clone this repository into the web directory where you want Voc Populi to be served.
-4. Done! You (and your users) can now login. The site will automatically redirect you to the Tumblr login page if you are not already authenticated.
-