from what I understand, he already has a sales point system running in a web browser accessing a django web app, and he wants to replace the web part into a native UI app.
If this is it, yes EFL can do that. here are two example of what you can do with EFL : https://www.youtube.com/watch?v=AU3wgP0_iyc https://www.youtube.com/watch?v=rWPofumjsU8&index=4 On Fri, Jul 18, 2014 at 1:25 AM, Carsten Haitzler <[email protected]> wrote: > On Thu, 17 Jul 2014 17:32:31 +0200 Jonathan Aquilina <[email protected]> > said: > >> My end goal is a low cost embedded point of sales system > > don't you mean (i'm now guessing) that the app runs as a web service on the > server-side, you run a local webserver with it, then run a browser and connect > it to http://localhost - right? so from e's point of view your app isn't > django > - it doesn't know or care. your app is a web browser. > > or are you asking if e itself has direct browser rendering capabilities and > can > connect to the local webserver and display/interact for you? > > or are you asking if we have an easily customizable web browser written with > efl? > >> Sent from Samsung Mobile >> >> -------- Original message -------- >> From: Tom Hacohen <[email protected]> >> Date: 17/07/2014 17:20 (GMT+01:00) >> To: [email protected] >> Subject: Re: [E-devel] Python web app integration with enlightenment >> >> I don't quite understand what you are trying to do. A concrete example >> would be great. >> >> -- >> Tom. >> >> On 17/07/14 16:13, Jonathan Aquilina wrote: >> > Im thinking of actually modifying it from web based to a normal application >> > which opens on boot. Would like to integrate it with enlightenment. The os >> > ill be using is gentoo >> > >> > >> > Sent from Samsung Mobile >> > >> > -------- Original message -------- >> > From: Tom Hacohen <[email protected]> >> > Date: 17/07/2014 16:55 (GMT+01:00) >> > To: [email protected] >> > Subject: Re: [E-devel] Python web app integration with enlightenment >> > >> > On 17/07/14 15:35, Jonathan Aquilina wrote: >> >> Hi guys, >> >> >> >> Is there a way I can integrate a django web based app into enlightenment >> >> >> > >> > In what way? For remote controlling enlightenment? Yeah you can, just >> > use the dbus commands enlightement offers. >> > >> > -- >> > Tom. >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Want fast and easy access to all the code in your enterprise? Index and >> > search up to 200,000 lines of code with a free copy of Black Duck >> > Code Sight - the same software that powers the world's largest code >> > search on Ohloh, the Black Duck Open Hub! Try it now. >> > http://p.sf.net/sfu/bds >> > _______________________________________________ >> > enlightenment-devel mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > ------------------------------------------------------------------------------ >> > Want fast and easy access to all the code in your enterprise? Index and >> > search up to 200,000 lines of code with a free copy of Black Duck >> > Code Sight - the same software that powers the world's largest code >> > search on Ohloh, the Black Duck Open Hub! Try it now. >> > http://p.sf.net/sfu/bds >> > _______________________________________________ >> > enlightenment-devel mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > >> >> >> >> ------------------------------------------------------------------------------ >> Want fast and easy access to all the code in your enterprise? Index and >> search up to 200,000 lines of code with a free copy of Black Duck >> Code Sight - the same software that powers the world's largest code >> search on Ohloh, the Black Duck Open Hub! Try it now. >> http://p.sf.net/sfu/bds >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> ------------------------------------------------------------------------------ >> Want fast and easy access to all the code in your enterprise? Index and >> search up to 200,000 lines of code with a free copy of Black Duck >> Code Sight - the same software that powers the world's largest code >> search on Ohloh, the Black Duck Open Hub! Try it now. >> http://p.sf.net/sfu/bds >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) [email protected] > > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
