<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Bruno & Alan- <div><br></div><div>Your Google-Fu is indeed mighty....  I've learned a lot today.</div><div><br></div><div>Here's something interesting i found using Bruno's search syntax : http://www.ubuntu.com/tour/en/</div><div><br></div><div>I had a click through there and there are still links to ubuntu one (both the music store and file store).</div><div><br></div><div><br></div><div>I created the following tampermonkey script to fix the ubuntu tour : </div><div><br></div><div><div>// ==UserScript==</div><div>// @match      http://www.ubuntu.com/tour/en/*</div><div>// @require    http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js</div><div>// @require    http://cdnjs.cloudflare.com/ajax/libs/sugar/1.3/sugar.min.js</div><div>// @name UbuntuOneRemove</div><div>// ==/UserScript==</div><div> </div><div> </div><div> </div><div>var runEverySecond = function(){</div><div>  $('li.uone').remove();</div><div>  $('li.uonemusic').remove();</div><div><br></div><div>};</div><div> </div><div>$(document).ready(function() {</div><div>    setInterval(runEverySecond,1000);</div><div>});</div></div><div><br></div><div><br></div><div>might be able to do something more appropriate by modifying the tour to not include those icons, or hiding them on the event (when the Ubuntu logo di<span style="font-size: 12pt;">sapears from the screen).</span></div><div><br></div><div><br></div><div><br><div><hr id="stopSpelling">Date: Tue, 29 Apr 2014 09:31:30 +0100<br>From: brunogirin@gmail.com<br>To: ubuntu-uk@lists.ubuntu.com<br>Subject: Re: [ubuntu-uk] Google fu - like kung-fu, but with search :)<br><br><div dir="ltr"><div>The syntax to ask Google to find pages that link to a particular place is link:<destination> and to find pages on a particular site is site:<site>. So I believe that to find all links to <a href="http://ubuntuone.com" target="_blank">ubuntuone.com</a> on <a href="http://ubuntu.com" target="_blank">ubuntu.com</a>, you'd put this into Google:<br>
<br>link:<a href="http://ubuntuone.com" target="_blank">ubuntuone.com</a> site:<a href="http://ubuntu.com" target="_blank">ubuntu.com</a><br><br></div><div>More details here: <a href="https://support.google.com/websearch/answer/136861" target="_blank">https://support.google.com/websearch/answer/136861</a><br>
<br></div>Bruno<br><br></div><div class="ecxgmail_extra"><br><br><div class="ecxgmail_quote">On 29 April 2014 01:50, Alan Pope <span dir="ltr"><<a href="mailto:alan@popey.com" target="_blank">alan@popey.com</a>></span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">Hi Mike,<br>
<div><br>
On 29 April 2014 01:21, Mike Hingley <<a href="mailto:computa_mike@hotmail.com">computa_mike@hotmail.com</a>> wrote:<br>
> I was thinking about the U1 close down, and I got to thinking about Iain<br>
> Farrell's post on <a href="http://design.canonical.com" target="_blank">design.canonical.com</a> :<br>
> <a href="http://design.canonical.com/2011/10/so-youve-decided-to-make-an-ubuntu-promotional-video/" target="_blank">http://design.canonical.com/2011/10/so-youve-decided-to-make-an-ubuntu-promotional-video/</a><br>
><br>
> in this post Iain provides some resources - unfortunately these are sitting<br>
> on Ubuntu One storage, and will ultimately disappear.<br>
><br>
> The link for the resource in question if you're interested is :<br>
><br>
> <a href="http://ubuntuone.com/1UtWyqSmCXQy3bs3ijTwck" target="_blank">http://ubuntuone.com/1UtWyqSmCXQy3bs3ijTwck</a><br>
><br>
<br>
</div>I've pinged Iain this thread so he can find somewhere else for it and<br>
get the post updated.<br>
<div><br>
> So I was wondering if we could use Google to identify pages where there a<br>
> links in the form of <a href="http://ubuntuone.com/" target="_blank">http://ubuntuone.com/</a><stuff> and flag those pages as<br>
> potentially broken when Ubuntu One goes kaput.<br>
><br>
<br>
</div>Some turn up with this. Probably easier for people who runs the<br>
various domains to search for ubuntuone links though.<br>
<br>
<a href="https://www.google.com/#q=http://ubuntuone.com/p/" target="_blank">https://www.google.com/#q=http:%2F%2Fubuntuone.com%2Fp%2F</a><br>
<br>
Cheers,<br>
Al.<br>
<span class="ecxHOEnZb"><font color="#888888"><br>
--<br>
<a href="mailto:ubuntu-uk@lists.ubuntu.com">ubuntu-uk@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk</a><br>
<a href="https://wiki.ubuntu.com/UKTeam/" target="_blank">https://wiki.ubuntu.com/UKTeam/</a><br>
</font></span></blockquote></div><br></div>
<br>-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/</div></div>                                           </div></body>
</html>