On Mon, 8 Nov 2010 20:15:09 -0800 Ian Caldwell <inchost...@gmail.com> said:

why do we need the web side? you already need e and all the tools to create the
edje file you submit. you already have all of that. use the local client tool
to submit too since you also have that. just integrate submissing in the end
directly into the wm - the start is the client. but in the end i'd love to see
the wp dialog have a "submit to exchange" button overlayed on the wallpaper
preview - make it THAT simple. no browser needed. no login. just press the
submit button and presto.

> if no-one else objects feel free to jump on this, I think the ability to
> submit e based themes and wallpapers would still be nice to be done web side
> as well as viewed by potential new E users.
> On Mon, Nov 8, 2010 at 6:47 PM, Carsten Haitzler <ras...@rasterman.com>wrote:
> 
> > On Mon, 8 Nov 2010 20:30:32 -0500 Mike Blumenkrantz <m...@zentific.com>
> > said:
> >
> > > On Mon, 8 Nov 2010 20:25:03 -0500
> > > Mike Blumenkrantz <m...@zentific.com> wrote:
> > >
> > > > On Tue, 9 Nov 2010 09:39:58 +0900
> > > > Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote:
> > > >
> > > > > New thread. exchange. it's in bad shape.
> > > > >
> > > > > what do we do? as such right now we need to kill off what is there. i
> > > > > would want to focus on it being a code-side accessible service. not
> > web
> > > > > page. that means that e's wallpaper/theme etc. dialogs access it. if
> > you
> > > > > want to upload - lets make a client that lets you upload/contribute.
> > lets
> > > > > remove the web part and just focus on the "extend e/efl content into
> > web
> > > > > hosted and shared content". this makes it simpler, gets rid of the
> > > > > "framework" and leads to a nice http+text or soap etc. etc. server
> > and
> > > > > everything done nicely via that and lib exchange + an app front end.
> > some
> > > > > stand-alone elm based apps to do the upload + listing of content and
> > > > > download for now would be a good start.
> > > > >
> > > > Gonna go ahead and promote my new lib, Azy, here, because it does
> > xmlrpc and
> > > > jsonrpc very easily (and async without threads!) and uses EFL, so it
> > will
> > > > work on phones and whatnot client side.  It can do both client and
> > server
> > > > connections, and all the server methods are written using a simple
> > C-like
> > > > parsed language which looks something like this:
> > > >
> > > > boolean rastersrpcfunction(int an_int, string a_string)
> > > > <%
> > > >     printf("%i, %s\n", an_int, a_string);
> > > >     return EINA_TRUE;
> > > > %>
> > > I forgot to mention that the parser also generates client side bindings
> > for
> > > all server methods, so that the above method can be called by a client
> > running
> > > rastersrpcfunction(5, "ilikestuff") once connected.
> >
> > i have no problem in principle with this. :)
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >
> >
> >
> > ------------------------------------------------------------------------------
> > The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> > David G. Thomson, author of the best-selling book "Blueprint to a
> > Billion" shares his insights and actions to help propel your
> > business during the next growth cycle. Listen Now!
> > http://p.sf.net/sfu/SAP-dev2dev
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to