Hi,
here's a first try on building an Amber OneClick: http://lolgzs.free.fr/AmberOneClick-0.9.1.app.zip It's based on PharoCore 1.3 and use Zinc as web server.
Packages here: http://www.squeaksource.com/AmberOneClick Tested on OSX Lion, Windows Seven, last Ubuntu (though you have to launch it through command line on this last). Thanks to test, report and fix :) Nicolas, this needs a fix to make it work with Zink in
Browser>>ajaxPutAt: anURL data: aString
jQuery ajax: anURL options: #{ 'type' -> 'PUT'.
'data' -> aString. 'contentType' -> 'text/plain'. "<====== fix is here"
'error' -> [window alert: 'PUT request failed at: ', anURL] }
Could you either merge my master branch or just change yours ? Cheers, Laurent Laffont - @lolgzs Blog: http://magaloma.blogspot.com/
Developer group: http://www.cara74.org Pharo Smalltalk Screencasts: http://www.pharocasts.com/Pharo web deployment: http://www.alpha.smallharbour.org |
On 11/02/12 10:10, laurent laffont wrote:
> Hi, > > here's a first try on building an Amber OneClick: > http://lolgzs.free.fr/AmberOneClick-0.9.1.app.zip > > It's based on PharoCore 1.3 and use Zinc as web server. Cool! > > Packages here: http://www.squeaksource.com/AmberOneClick > > Tested on OSX Lion, Windows Seven, last Ubuntu (though you have to > launch it through command line on this last). > > Thanks to test, report and fix :) > > > Nicolas, this needs a fix to make it work with Zink in > > Browser>>ajaxPutAt: anURL data: aString > jQuery > ajax: anURLoptions: #{'type' -> 'PUT'. > 'data' -> aString. > 'contentType' -> 'text/plain'. "<====== fix is here" > 'error' -> [window alert: 'PUT request failed at: ', anURL] } > > > Could you either merge my master branch or just change yours ? Sure, I'll merge your changes. :) Cheers, Nico > > Cheers, > > Laurent Laffont - @lolgzs <http://twitter.com/#!/lolgzs> > > Blog: http://magaloma.blogspot.com/ > Developer group: http://www.cara74.org > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > Pharo web deployment: http://www.alpha.smallharbour.org > <http://www.alpha.smallharbour.org/> -- Nicolas Petton http://nicolas-petton.fr |
Another one where you can choose port and existing amber directory:
Laurent
On Sat, Feb 11, 2012 at 11:49 AM, Nicolas Petton <[hidden email]> wrote:
|
Nice idea! :)
Will surely help attract newcomers, maybe a download link could be included in the Amber website? Just wanted to let you know that it works great in Debian. Cheers,
2012/2/11 laurent laffont <[hidden email]> Another one where you can choose port and existing amber directory: Bernat Romagosa. |
On Sat, Feb 11, 2012 at 9:01 PM, Bernat Romagosa <[hidden email]> wrote: Nice idea! :) Thanks ! Laurent
|
Free forum by Nabble | Edit this page |