<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dirk,<br>
<br>
How do I make the SL viewer underline these things? <br>
I still don't know what packet is involved, but I can see that urls
like these<br>
<a class="moz-txt-link-freetext" href="http://slurl.com/secondlife/Foo/">http://slurl.com/secondlife/Foo/</a> <br>
<a class="moz-txt-link-freetext" href="secondlife://Foo/">secondlife://Foo/</a><br>
result in something being sent to the server querying for region Foo.
That's all I need to make it happen.<br>
But this:<br>
rezzme://Foo/<br>
doesn't.<br>
<br>
I mean, I can always do what I want via an OS scripting function, but
if there's a way of doing it via a simple click, that would be ideal.<br>
<br>
Crista<br>
<br>
Dirk Krause wrote:
<blockquote
 cite="mid:72C1C9E5780A134F896530D480F22BB70214293A@hermes.bitlab.de"
 type="cite">
  <pre wrap="">just for the record:
<a class="moz-txt-link-freetext" href="http://xyzzyxyzzy.net/2009/01/07/addressing-places-in-virtual-worldsor-why-slurls-are-bad/">http://xyzzyxyzzy.net/2009/01/07/addressing-places-in-virtual-worldsor-why-slurls-are-bad/</a>


-----Ursprüngliche Nachricht-----
Von: <a class="moz-txt-link-abbreviated" href="mailto:opensim-dev-bounces@lists.berlios.de">opensim-dev-bounces@lists.berlios.de</a> im Auftrag von Cristina Videira Lopes
Gesendet: Do 29.01.2009 20:05
An: <a class="moz-txt-link-abbreviated" href="mailto:opensim-dev@lists.berlios.de">opensim-dev@lists.berlios.de</a>
Betreff: [Opensim-dev] TP protocol handle
 
Hi,

I want to take HG TPs to the next logical step and support dynamic 
links, that is, the ability for the user to simply click on something 
like this

<a class="moz-txt-link-freetext" href="http://ucigrid04.nacs.uci.edu:9003/">http://ucigrid04.nacs.uci.edu:9003/</a>

and be teleported there from anywhere on the Metaverse.

The question is: what should these handles look like?

I see a variety of protocol handles out there, and I confess I don't 
understand entirely how the viewer handles these -- but I'll figure it 
out. In any case, I see:

<a class="moz-txt-link-freetext" href="http://slurl.com/secondlife/Foo/126/32/">http://slurl.com/secondlife/Foo/126/32/</a>
<a class="moz-txt-link-freetext" href="secondlife://Foo/126/32/">secondlife://Foo/126/32/</a>  (this doesn't come underlined on my viewer, 
for some reason)
rezzme://ucigrid04.nacs.uci.edu:9003/Foo/126/32 (this also doesn't come 
underlined)

Obviously, the closest to what we need is the rezzme handler. Is that 
working already? Should I take that on for the hypergrid? Or something 
else? Does anyone know if/how the viewer sends that hyperlink clicking 
event to the server?

Crista

_______________________________________________
Opensim-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>



  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Opensim-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
  </pre>
</blockquote>
<br>
</body>
</html>