Interaction ideas from the web
See also the links listed further on, below these links and the text.
Avatar.ai from a Finnish group. http://osmcode.org/ (Openstreetmap code)
If the browser
could send parameters to xdg-open
to via links, then the GUI for this phone, within the bounds of HTML, SVG, users' imaginations and some really cool examples on the interwebs, could become arbitrarily magnificent.
Have look at revealjs, d3js and alloyui.
Unknown insecurity implications aside - or rather, with appropriate lock-down measures in place, see http://close-pixelate.desandro.com/ | http://bl.ocks.org/mbostock / 7607999 -- maybe this is how a developer version of dbus options could display (mapped to all possiblelinkages and calls, not just those actually currently exposed to some GUI somewhere on the system; | http://svg-wow.org/camera/camera.xhtml | https://processing.org/examples / rotatepushpop.html| http://ejohn.org/apps/processing.js/examples/custom/molten.html - http://www.dhteumeuleu.com/circumscrible - http://www.dhteumeuleu.com/in-second-lives - http://www.dhteumeuleu.com/you-see
Though loading this one did coincide with my browser spontaneously closing: - http://ejohn.org/apps/processing.js/examples/custom/substrate.html
Is this possible? As in browsing to
:clock#newalarm2359
or:cal#show20161231
viaa href
links on a page in the browser? If so, please tell how, you'll have started my day very well.I imagine if such user-empowering functionality doesn't yet exist please name and describe some dbus calls or dbus listeners that can pick out non-http, non-file URLs (for example) that simply start with
:
that run a named abbreviation for an application instead of loading a search/advertising engine.To dismiss or disallow such a thing because of standards would be no way to lead, or stand out.
rdmo ( 2015-03-26 10:14:22 +0200 )editThe regular expression
/\:*/
or another yet simpler means to catch addresses starting:
would surely not add appreciably to the processing time seen by the browser user.On catching the colon, the browser would parse the URL or defer to another process to run its
dbus/xdg-open
command, logging that it had done so in the new, datetime-stamped browser and user interaction history frontend, that dbus so sorely could benefit users by having.A better regex would have been
/^\:/
but the mystery Jolla phone browser settings' absence of comment edit box scrollability prevents me from correcting the first one I typed.To prefix a browser location with
rdmo ( 2015-03-26 10:30:58 +0200 )edit:
feels a pleasantly like a hat tip tovi
:)Retagged
rdmo ( 2015-03-27 00:23:18 +0200 )editdbus
and removedfeature-request
while I explore how much can be done using dbus before clear ideas emerge around possible useful future features to request.