summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-10 17:48:24 +0200
committerrekado <rekado@elephly.net>2016-07-10 17:48:24 +0200
commit1b6b5a1f6d287d7ed1392ba5235303ed1a5a859c (patch)
tree6c48c39881f76545d6ed9c9f8924a14a514ea59f
parent28135f0133ef7e010744e45282b7f777285f715d (diff)
Delete pages on SoundCLI.
I haven't been working on it for a while.
-rw-r--r--non-posts/oauth-callback.html26
-rw-r--r--non-posts/projects.skr7
-rw-r--r--non-posts/soundcli.html66
3 files changed, 0 insertions, 99 deletions
diff --git a/non-posts/oauth-callback.html b/non-posts/oauth-callback.html
deleted file mode 100644
index e215b29..0000000
--- a/non-posts/oauth-callback.html
+++ /dev/null
@@ -1,26 +0,0 @@
-title: SoundCLI
----
-<script type="text/javascript">
- q = window.location.search.substring(1);
- function querySt(name) {
- vars = q.split("&");
- for (i=0;i<vars.length;i++) {
- pair = vars[i].split("=");
- if (pair[0] == name) {
- return pair[1];
- }
- }
- }
-
- if (querySt("error") != undefined)
- {
- document.write("<h1>Error</h1><p>Oh, dear! This should not have happened.");
- document.write(querySt("error_description").replace(/\+/gi, ' '));
- }
- else {
- document.write("<h1>Connected!</h1>");
- document.write("<p>This is your authentication code:</p>");
- document.write("<p><span class='code'>"+querySt("code")+"</span></p>");
- document.write("<p>Copy the code and add it to your configuration file in <span class='code'>/etc/soundcli.conf</span> or <span class='code'>$XDG_CONFIG/soundcli/soundcli.conf</span></p>");
- }
-</script>
diff --git a/non-posts/projects.skr b/non-posts/projects.skr
index 5560e98..092022b 100644
--- a/non-posts/projects.skr
+++ b/non-posts/projects.skr
@@ -52,13 +52,6 @@
pseudonymous social networking purposes.])
- (h2 [SoundCLI])
-
- (p [,(ref "/soundcli.html" "SoundCLI") is a SoundCloud client for the
- console. Check out the ,(ref "/soundcli.html" "project page")
- for more information.])
-
-
(h2 [LV2 plugins])
(p [I have ported two VST instruments to the LV2 plugin framework,
diff --git a/non-posts/soundcli.html b/non-posts/soundcli.html
deleted file mode 100644
index 48f98bf..0000000
--- a/non-posts/soundcli.html
+++ /dev/null
@@ -1,66 +0,0 @@
-title: SoundCLI
----
-<h1>
- <img src="images/soundcli-icon.png" class="headline" />SoundCLI
-</h1>
-<p>
- soundCLI is a command line client for streaming music from <a href="http://soundcloud.com">SoundCloud</a>.
- Timed comments are displayed on the command line as the playback reaches their
- respective positions.
-</p>
-
-<p>
- This screenie says it all:
-</p>
-
-<img src="images/soundcli-screenie.png" alt="screenshot of a typical soundCLI session" class="full" />
-
-<h2>Installation</h2>
-<p>
- The latest stable (or stale) version of soundCLI is
- <a href="https://rubygems.org/gems/soundcli">available as a RubyGem</a>.
- Install it like this: <span class="code">gem install soundcli</span>
-</p>
-
-<p>
- You can <a href="http://github.com/rekado/soundCLI">download the source code from github</a>.
-</p>
-
-<h2>Authorization</h2>
-<p>
- To access your own songs and those of other users, you have to authorise
- soundCLI first. You can either provide a password once when starting soundCLI
- for the first time or authorise the application by clicking on the button
- below. You will then be redirected to <a href="http://soundcloud.com">soundcloud.com</a>
- and receive an authorisation code. The application only needs to be
- authorised once. If ever you want to revoke access, you can simply run
- <span class="code">soundcli revoke</span> to delete the authentication
- token or delete the connection in your SoundCloud account settings. Note
- that soundCLI defaults to password authentication. Change the authentication
- type in the configuration file.
-</p>
-
-<a href="https://soundcloud.com/connect?client_id=a0f81a06bbce9c2995ef16b87eb87820&response_type=code&redirect_uri=http://soundcli.elephly.net/oauth-callback.html">
- <img src="images/larger-connect-with-sc.png" alt="connect with SoundCloud" />
-</a>
-
-<h2>Support</h2>
-<p>
- Head to the <a href="https://github.com/rekado/soundCLI">github page</a> to
- get more information, or to submit bug reports and feature requests.
-</p>
-
-<p>
- If by &ldquo;support&rdquo; you actually meant <em>giving support</em>,
- then fret not! You can show your appreciation for soundCLI by clicking the Flattr link. I shall be flattered.
-</p>
-
-<a href="http://flattr.com/thing/397352/soundCLI-a-soundcloud-client-for-the-command-line">
- <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" />
-</a>
-
-
-<h2>License</h2>
-<p>
- soundCLI is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a> and licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GNU GPL&nbsp;v3</a>.
-</p>