Michiel Salters | 11 May 17:42
Favicon

Second draft, "tomtomhome" URI scheme

Hi,

based on the feedback of Martin Duerst (thanks!) I've rewritten the
proposal more in
terms of resources. Still, I'm somewhat limited here, as I'm trying to
document what
has been implemented in TomTOm HOME as opposed to what we will
implement.

Again, feedback is welcome.

Michiel.

--- Second draft ---

   URI scheme name: tomtomhome

   Status: Provisional

   URI scheme syntax:
	ABNF rules refered but not mentioned here are per RFC-3986 and
RFC-2616
	hier-part = ["//" authority "/"] command-list
	authority = ""
	scheme = "tomtomhome"
	command-list = command "?" query [ ";" command-list ]
	command = "install" / "address" / "location" / "navigateto"
	        / "showonmap" / "addfavourite" / "execute"
	        / *(unreserved)
	query = argument *("&" argument)
(Continue reading)

Roy T. Fielding | 11 May 18:11
Favicon

Re: Second draft, "tomtomhome" URI scheme

Embedding commands within a URI is incredibly bad design.  I suggest
you fix the product before it becomes a hazard to itself.

....Roy

Gmane