- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Tue, 31 Jan 2012 22:02:42 +0100
- To: public-rww <public-rww@w3.org>
On 30 January 2012 17:20, Melvin Carvalho <melvincarvalho@gmail.com> wrote: > On 6 January 2012 22:00, Melvin Carvalho <melvincarvalho@gmail.com> wrote: >> I've pushed the code for a simple js/html app builder that can be seen here: >> >> http://appbuilder.data.fm/ >> >> Features: >> >> Login with gmail/webid/facebook/yahoo >> Pull in facebook friends >> Mobile friendly >> Helper functions for linked data >> >> Should hopefully get you started building read write web apps, the code is: >> >> https://github.com/melvincarvalho/appbuilder >> >> hopefully should be improving it over time and using it as a template >> to demo more apps ... > > I've added browserid support to the appbuilder > > https://github.com/melvincarvalho/appbuilder > > It now supports either the multi auth popup or browserid only ... > comment out the appropriate line > > loginType : 'loginMulti', > loginType : 'loginBrowserID', I've started adding a logout button now And to prove that it can run anywhere i've put a version up on github http://melvincarvalho.github.com/appbuilder/ I'm hoping that most js/html readwrite web apps will be able to run as a fork on github Note: this allows developers to tweak their own versions
Received on Tuesday, 31 January 2012 21:03:10 UTC