Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Rask Ingemann Lambertsen
On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra wrote:

 Is there a good enough browser that takes urls from CLI? Or another interface?

   Dillo accepts an URL on the command line.

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Petr Vanek
On Fri, 10 Jul 2009 03:56:04 +0200
Rask Ingemann Lambertsen ccc94...@vip.cybercity.dk (RIL) wrote:

On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra
wrote:

 Is there a good enough browser that takes urls from CLI? Or another
 interface?

   Dillo accepts an URL on the command line.

the same is true for Midori, included by default in SHR installation
and om2009 feeds.

Petr


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Christian Rüb
 On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra wrote:
  Is there a good enough browser that takes urls from CLI? Or another
  interface?

Dillo accepts an URL on the command line.

wouldn' it be a good idea to have system like alternatives handle this? so 
you could have a link like /usr/bin/www-browser (see Debian) that points to 
your favourite browser. And browser packages should deal with the link...

This way no application would have to bother which browser is actually 
installed. Of course, only packages with browsers supporting browserbinary 
URL calls should make use of this system.

just my 2¢

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Rui Miguel Silva Seabra
On Fri, Jul 10, 2009 at 12:34:29PM +0200, Christian Rüb wrote:
  On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra wrote:
   Is there a good enough browser that takes urls from CLI? Or another
   interface?
 
 Dillo accepts an URL on the command line.
 
 wouldn' it be a good idea to have system like alternatives handle this? so 
 you could have a link like /usr/bin/www-browser (see Debian) that points to 
 your favourite browser. And browser packages should deal with the link...
 
 This way no application would have to bother which browser is actually 
 installed. Of course, only packages with browsers supporting browserbinary 
 URL calls should make use of this system.
 
 just my 2¢

This is precisely what I'd like the future to be. With the difference that
the url should be a standardized flag and not just an anonymous argument.

For the time being, I'm going to search for binaries and launch them according
to my subjective order of preference :)

Rui

-- 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Rui Miguel Silva Seabra
On Fri, Jul 10, 2009 at 03:56:04AM +0200, Rask Ingemann Lambertsen wrote:
 On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra wrote:
 
  Is there a good enough browser that takes urls from CLI? Or another 
  interface?
 
Dillo accepts an URL on the command line.

How?
/usr/bin/dillo url ?
/usr/bin/dillo -someFlag url ? (which flag?)

Thanks,
Rui

-- 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Rui Miguel Silva Seabra
On Fri, Jul 10, 2009 at 12:23:23PM +0200, Petr Vanek wrote:
 On Fri, 10 Jul 2009 03:56:04 +0200
 Rask Ingemann Lambertsen ccc94...@vip.cybercity.dk (RIL) wrote:
 
 On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra
 wrote:
 
  Is there a good enough browser that takes urls from CLI? Or another
  interface?
 
Dillo accepts an URL on the command line.
 
 the same is true for Midori, included by default in SHR installation
 and om2009 feeds.

How?
/usr/bin/midori url ?
/usr/bin/midori -someFlag url ? (which flag?)

Thanks,
Rui

-- 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Jordi Fita
On Fri, Jul 10, 2009 at 11:50:44AM +0100, Rui Miguel Silva Seabra wrote:
 On Fri, Jul 10, 2009 at 12:34:29PM +0200, Christian Rüb wrote:
   On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra wrote:
Is there a good enough browser that takes urls from CLI? Or another
interface?
  
  Dillo accepts an URL on the command line.
  
  wouldn' it be a good idea to have system like alternatives handle this? 
  so 
  you could have a link like /usr/bin/www-browser (see Debian) that points to 
  your favourite browser. And browser packages should deal with the link...
  
  This way no application would have to bother which browser is actually 
  installed. Of course, only packages with browsers supporting browserbinary 
  URL calls should make use of this system.
  
  just my 2¢
 
 This is precisely what I'd like the future to be. With the difference that
 the url should be a standardized flag and not just an anonymous argument.

What about using xdg-open from XdgUtils[1]?

[1] http://portland.freedesktop.org/wiki/

-- 
Jordi Fita
Blitz Informàtica, S.L.
C/ Caldes de Montbui, 118.
17003 Girona
Tel.: 972 486 160
http://www.infoblitz.com/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Petr Vanek
On Fri, 10 Jul 2009 11:51:27 +0100
Rui Miguel Silva Seabra r...@1407.org (RMSS) wrote:

On Fri, Jul 10, 2009 at 03:56:04AM +0200, Rask Ingemann Lambertsen
wrote:
 On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra
 wrote:
 
  Is there a good enough browser that takes urls from CLI? Or
  another interface?
 
Dillo accepts an URL on the command line.

How?
   /usr/bin/dillo url ?
   /usr/bin/dillo -someFlag url ? (which flag?)

dillo http://google.ca

worked for me. Dillo 0.6.6

Petr


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-10 Thread Rui Miguel Silva Seabra
On Fri, Jul 10, 2009 at 01:27:52PM +0200, Jordi Fita wrote:
 On Fri, Jul 10, 2009 at 11:50:44AM +0100, Rui Miguel Silva Seabra wrote:
  On Fri, Jul 10, 2009 at 12:34:29PM +0200, Christian Rüb wrote:
On Thu, Jul 09, 2009 at 03:58:21PM +0100, Rui Miguel Silva Seabra wrote:
 Is there a good enough browser that takes urls from CLI? Or another
 interface?
   
   Dillo accepts an URL on the command line.
   
   wouldn' it be a good idea to have system like alternatives handle this? 
   so 
   you could have a link like /usr/bin/www-browser (see Debian) that points 
   to 
   your favourite browser. And browser packages should deal with the link...
   
   This way no application would have to bother which browser is actually 
   installed. Of course, only packages with browsers supporting 
   browserbinary 
   URL calls should make use of this system.
   
   just my 2¢
  
  This is precisely what I'd like the future to be. With the difference that
  the url should be a standardized flag and not just an anonymous argument.
 
 What about using xdg-open from XdgUtils[1]?
 
 [1] http://portland.freedesktop.org/wiki/

Is this available on OpenMoko? To the current browsers support it?

Rui

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-09 Thread Marcel
Am Donnerstag, 9. Juli 2009 16:58:21 schrieb Rui Miguel Silva Seabra:
 Hi,

 Is there a default browser setting for OpenMoko? If no, there should
 be.

 Is there a good enough browser that takes urls from CLI? Or another
 interface?

Minimo can do so. It's also really fast compared to midori from what I've 
seen.

--
Marcel

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: What to do with urls in elmdentica? :)

2009-07-09 Thread Rui Miguel Silva Seabra
On Thu, Jul 09, 2009 at 05:05:14PM +0200, Marcel wrote:
 Am Donnerstag, 9. Juli 2009 16:58:21 schrieb Rui Miguel Silva Seabra:
  Hi,
 
  Is there a default browser setting for OpenMoko? If no, there should
  be.
 
  Is there a good enough browser that takes urls from CLI? Or another
  interface?
 
 Minimo can do so. It's also really fast compared to midori from what I've 
 seen.

The best browser I've seen for openmoko has been woosh.

Where can I get a minimo compatible with fso-milestone5.5 ?

Rui

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community