From de084bbd9529a66270b6fe9a4ba435330e2fe0fb Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 15:29:38 -0500 Subject: convert readme to nfo; relicense to 0bsd --- README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 README.md (limited to 'README.md') 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 "" -SetEnv 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. - -- cgit v1.2.3