From 713899dd0fdfec2e600eeab58986f9fefcbdb00b Mon Sep 17 00:00:00 2001
From: Sean Allred
Date: Wed, 5 Nov 2014 19:28:38 -0500
Subject: Remove files duplicated in `gh-pages'
These pages should be tracked by that branch; it is an explicitly
separate part of the system.
---
auth/auth.htm | 22 ----------------------
auth/hash.js | 12 ------------
auth/style.css | 9 ---------
3 files changed, 43 deletions(-)
delete mode 100644 auth/auth.htm
delete mode 100644 auth/hash.js
delete mode 100644 auth/style.css
(limited to 'auth')
diff --git a/auth/auth.htm b/auth/auth.htm
deleted file mode 100644
index 013b245..0000000
--- a/auth/auth.htm
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- StackMode Authentication
-
-
-
-
- StackMode Authentication
-
- Good news!
- Authentication was successful.
- Your authentication token is
-
-
-
- Please paste this into the prompt within Emacs now.
-
-
- Read the manual on GitHub
-
-
-
diff --git a/auth/hash.js b/auth/hash.js
deleted file mode 100644
index 7cb701a..0000000
--- a/auth/hash.js
+++ /dev/null
@@ -1,12 +0,0 @@
-function getHashValue(key) {
- // http://stackoverflow.com/a/11920807
- return location.hash.match(new RegExp(key+'=([^&]*)'))[1];
-}
-
-function setValue(document_id, hash_key) {
- document.getElementById(document_id).innerHTML = getHashValue(hash_key);
-}
-
-function extractValues() {
- setValue("access-token", "access_token");
-}
diff --git a/auth/style.css b/auth/style.css
deleted file mode 100644
index f3fbe99..0000000
--- a/auth/style.css
+++ /dev/null
@@ -1,9 +0,0 @@
-div.uservalue {
- font-family: monospace;
- font-size: 14pt;
- font-weight: bold;
- color: darkgreen;
- margin-top: 2ex;
- margin-bottom: 2ex;
- margin-left: 2em;
-}
--
cgit v1.2.3