From f5f793124fe7ae9950b0fd9457374946b3b6c294 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 24 Jan 2013 17:05:17 +0800 Subject: use Hakyll instead of middleman --- static/soundcli.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 static/soundcli.html (limited to 'static/soundcli.html') diff --git a/static/soundcli.html b/static/soundcli.html new file mode 100644 index 0000000..0b760c5 --- /dev/null +++ b/static/soundcli.html @@ -0,0 +1,63 @@ +

+ SoundCLI +

+

+ soundCLI is a command line client for streaming music from SoundCloud. + Timed comments are displayed on the command line as the playback reaches their + respective positions. +

+ +

+ This screenie says it all: +

+ +screenshot of a typical soundCLI session + +

Installation

+

+ The latest stable (or stale) version of soundCLI is + available as a RubyGem. + Install it like this: gem install soundcli +

+ +

+ You can download the source code from github. + If you are a fellow user of Archlinux, you can install soundCLI from the + Arch User Repository. The latest development + snapshot is also available as a package. +

+ +

Authorization

+

+ 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 soundcloud.com + and receive an authorisation code. The application only needs to be + authorised once. If ever you want to revoke access, you can simply run + soundcli revoke 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. +

+ + + connect with SoundCloud + + +

Support

+

+ Head to the github page to + get more information, or to submit bug reports and feature requests. +

+

+ If by “support” you actually meant giving support, + then fret not! You can show your appreciation for soundCLI by clicking the Flattr link. I shall be flattered. + +TODO += flattr("397352/soundCLI-a-soundcloud-client-for-the-command-line") + +

License

+

+ soundCLI is free software and licensed under the GNU GPL v3. +

-- cgit v1.2.3