Re: TwitterMoko 0.4 out

2008-12-04 Thread Marco Trevisan (Treviño)
> TwitterMoko is very cool and I always use it ;)
> However, are you interested to make a client for Facebook? I really
> appreciate it too :)

I've started something using the nice Elementary library by Raster &
friends :P. It looks nice on my PC [1], but I've not tested it on the
phone yet :|

Bye!


[1] http://3v1n0.net/openmoko/Facebook-FacElementaryBook-wip1.png


-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


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


Re: TwitterMoko 0.4 out

2008-12-04 Thread Joachim Breitner
Hi,

Am Donnerstag, den 04.12.2008, 16:18 +0100 schrieb Carlo Minucci:
> there is not a package of twitux for openmoko, and i'm not know how to
> recompile. i talk about om2008 and SHR
> 
> i have start to code twittermoko because i have not found a client for 
> om2008 :) only this

All very valid, and of course it it more fun and gives you more power
over your program. But generally, it’s advisable to re-use existing code
– in this case, instead of re-coding the applications, it would have
been more beneficial to the general community to make sure that twitux
and it’s dependencies are built in openembedded.

But that’s just my opinion, and again, don’t be discouraged by this.

Greetings,
Joachim
-- 
Joachim "nomeata" Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: TwitterMoko 0.4 out

2008-12-04 Thread Carlo Minucci
Joachim Breitner ha scritto:

(sorry for my bad ensligh)

>  * Please use a proper setup.py (using the python distutils) to 
>install your files into the proper locations. See 
>
> http://git.debian.org/?p=pkg-fso/openmoko-panel-plugin.git;a=blob;f=setup.py;h=d6056f95561b9a8f4f602fc968e0bc8e6ca7a18b;hb=HEAD
>as an example.
>  * Using this setup.py, you can create proper and consistent tar-balls
>using "./setup.py sdist". Make sure that you set the version number
>corresponding, and check that all required files are included.

ok... i'm looking it tomorrow


> Additionally, while reading through your code, I’m wondering (please
> don’t take this personally): Does TwitterMoko have any advantages over
> existing projects such as twitux? What are it’s distinct features? Is

there is not a package of twitux for openmoko, and i'm not know how to 
recompile. i talk about om2008 and SHR

> there a good reason to fork and launch curl for each access, passing all
> parameters via the commandline and possibly not fully escaped, and
> blocking on the output of curl, instead of using some asynchronous http
> library directly?

yes... when i code i have use libcurl in my computer but after i have 
see there is not the package python-pycurl for om2008

> Also, the config should be saved in, say ~/.twittermoko.cfg, instead of
> a global place, and probably created with mode 660 (who knows, someone
> might actually have a guest ssh login to his FreeRunner :-)

this is a very good idea! in the next release...

> I hope this does not discourage you from working on TwitterMoko, but
> give you some hints on how to improve it – but I think befor inclusion
> in Debian, things have to evolve a litte bit.

mhh... i don't know... :)
i have start to code twittermoko because i have not found a client for 
om2008 :) only this

see you

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


Re: TwitterMoko 0.4 out

2008-12-03 Thread Joachim Breitner
Hi Carlo,

Am Mittwoch, den 03.12.2008, 22:18 +0100 schrieb Carlo Minucci:
> Jelle De Loecker ha scritto:
> 
> > I'm currently using Twitux on my debian install, I don't mind trying out 
> > TwitterMoko
> > 
> > Greetings,
> > Jelle De Loecker
> 
> thanks :)

I looked a bit more at your project, and I have a few suggestions that
would make packaging it easier:

 * Please use a proper setup.py (using the python distutils) to 
   install your files into the proper locations. See 
   
http://git.debian.org/?p=pkg-fso/openmoko-panel-plugin.git;a=blob;f=setup.py;h=d6056f95561b9a8f4f602fc968e0bc8e6ca7a18b;hb=HEAD
   as an example.
 * Using this setup.py, you can create proper and consistent tar-balls
   using "./setup.py sdist". Make sure that you set the version number
   corresponding, and check that all required files are included.

Given such a sdist-created tarball, one can easily make a
low-maintenance Debian package out of it, and also other distributions
can pick it up more easily than with an uncommon way of distribution
your software.

Additionally, while reading through your code, I’m wondering (please
don’t take this personally): Does TwitterMoko have any advantages over
existing projects such as twitux? What are it’s distinct features? Is
there a good reason to fork and launch curl for each access, passing all
parameters via the commandline and possibly not fully escaped, and
blocking on the output of curl, instead of using some asynchronous http
library directly?

Also, the config should be saved in, say ~/.twittermoko.cfg, instead of
a global place, and probably created with mode 660 (who knows, someone
might actually have a guest ssh login to his FreeRunner :-)

I hope this does not discourage you from working on TwitterMoko, but
give you some hints on how to improve it – but I think befor inclusion
in Debian, things have to evolve a litte bit.

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: TwitterMoko 0.4 out

2008-12-03 Thread Carlo Minucci
Jelle De Loecker ha scritto:

> I'm currently using Twitux on my debian install, I don't mind trying out 
> TwitterMoko
> 
> Greetings,
> Jelle De Loecker

thanks :)

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


Re: TwitterMoko 0.4 out

2008-12-03 Thread Jelle De Loecker
Joachim Breitner schreef:
> Hi,
>
> Am Mittwoch, den 03.12.2008, 13:03 +0100 schrieb Carlo Minucci:
>   
>> i have released a new version of TwitterMoko (a client for twitter)
>> 
> are there any DebianOnFreeRunner users that would use TwitterMoko? I
> could package it, but as I’m not using twitter myself I would need
> someone to test the package and be responsive to user requests.
>
> Greetings,
> Joachim
>   
I'm currently using Twitux on my debian install, I don't mind trying out 
TwitterMoko

Greetings,
Jelle De Loecker

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


Re: TwitterMoko 0.4 out

2008-12-03 Thread Joachim Breitner
Hi,

Am Mittwoch, den 03.12.2008, 13:03 +0100 schrieb Carlo Minucci:
> i have released a new version of TwitterMoko (a client for twitter)

are there any DebianOnFreeRunner users that would use TwitterMoko? I
could package it, but as I’m not using twitter myself I would need
someone to test the package and be responsive to user requests.

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: TwitterMoko 0.4 out

2008-12-03 Thread Carlo Minucci
Riccardo Centra ha scritto:
> Hi Carlo,
> TwitterMoko is very cool and I always use it ;)

thanks a lot

> However, are you interested to make a client for Facebook? I really 
> appreciate it too :)

use a browser :)
i hate facebook

> Bye and thank you for twittermoko
> 
> PS: i am italian too :D

e allora parla italiano :)

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


Re: TwitterMoko 0.4 out

2008-12-03 Thread Riccardo Centra
Hi Carlo,
TwitterMoko is very cool and I always use it ;)
However, are you interested to make a client for Facebook? I really
appreciate it too :)

Bye and thank you for twittermoko

PS: i am italian too :D
2008/12/3 <[EMAIL PROTECTED]>

> hi (sorry for my bad english)
> i have released a new version of TwitterMoko (a client for twitter)
>
> check the wiki page http://wiki.openmoko.org/wiki/TwitterMoko
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


TwitterMoko 0.4 out

2008-12-03 Thread Carlo Minucci
hi (sorry for my bad english)
i have released a new version of TwitterMoko (a client for twitter)

check the wiki page http://wiki.openmoko.org/wiki/TwitterMoko

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