Created
November 5, 2009 10:36
-
-
Save denzuko/226975 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--{{Snippet::HTML(XHTML::Strict,1.1)}}--> | |
<!--{{Var::pgTitle(Ubiquity Command::lastfm}}--> | |
<!--{{Var::cmdURI("http://www.rzuser.uni-heidelberg.de/~rkreuzer/firefmlastfm.js"}}--> | |
<!--{{Var::cmdName("lastfm.js"}}--> | |
<head> | |
<title>Ubiquity Command::lastfm</title> | |
<link rel="commands" href="{{Var::cmdURI}}" name="{{Var::cmdName}}" /><!--Magic right here--> | |
<!--{{Snippet::SEO}}--> | |
<script language="JavaScript" type="text/javascript"></script> | |
<!--{{Snippet::ExtranetJS}}--> | |
<!--{{Snippet::CSSFramework}}--> | |
<style type="text/css"> | |
body { background: white; font-size: 120%; color: black;} | |
li { font-weight: bold; } | |
a { color: blue; } | |
</style> | |
</head> | |
<body> | |
<h2>{{Var::pgTitle}}</h2> | |
<p>These are my <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">ubiquity</a> commands</p> | |
<ul> | |
<li>lastfm (artist) - tunes into the desired last.fm station</li> | |
</ul> | |
<!--{{Snippit::Trackers}}--> | |
<!--{{Snippet::Disques}}--> | |
<!--{{Snippet::lighthouseapp}}--> | |
<!--{{Snippet::Copyrights(CreativeCommons)}}--> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment