Logs for the RingoJS IRC channel, as logged by ringostarr.

2011-05-18

[09:49] <hannesw> currently trying to refresh ringojs.org design

[09:49] <hannesw> what do you think about this:

[09:49] <hannesw> http://i.imgur.com/VmOha.png

[09:49] <hannesw> no more colored top links

[09:49] <hannesw> and the menu is the same everywhere

[09:51] <oberhamsi> first impression: looks better

[09:55] <hannesw> ignore link arrangement in menu btw

[09:55] <hannesw> oberhamsi: thanks.

[09:55] <hannesw> will probably deploy today, along with ringojs master

[10:00] <oberhamsi> very nice. nearing release + refreshed website = PR stunt :)

[10:04] <oberhamsi> the http server deamon lifecycle events.. init, start, stop.. should they still work?

[10:05] <oberhamsi> not worknig for me and i don't see where ringo/httpserver would call them

[10:11] * oberhamsi found ringo/daemon

[10:17] <oberhamsi> okay got it working. moving addWebsocket into ringo/httpserver's context makes a lot of sense.

[13:39] <hannesw> oberhamsi: just discovered myself daemon script is broken

[13:39] <hannesw> hm hows did you get it working?

[13:40] <hannesw> i guess you have to implement init, start, stop, destroy in ringo/httpserver?

[13:42] <hannesw> oberhamsi: or did you implement lifecycle functions in your application module?

[13:49] <oberhamsi> hannesw: i needed simple websocket app and could do it without daemon

[13:49] <hannesw> so you start from command line?

[13:49] <oberhamsi> maybe not super pretty, but this works https://github.com/oberhamsi/websocket-ringojs/blob/master/main.js

[13:49] <oberhamsi> yes command line

[13:51] <hannesw> oberhamsi: cool. But you're exporting init, shouldn't that be start?

[13:52] <hannesw> wondering if we should implement daemon lifecycle in ringo/httpserver, or require apps to implement them

[13:52] <oberhamsi> :) doesn't matter i call it myself. nothing daemon about that script

[13:53] <oberhamsi> lifecycle for httpserver would be nice.

[15:16] <hannesw> oberhamsi: let me know how websocket is working for you

[15:17] <hannesw> it's mostly untested code

[15:36] <earl> hannesw_: nice redesign

[15:37] <hannesw_> thanks earl

[15:37] <earl> if you manage to move the logo on the right (and the menu) up a bit to be level with the heading on the left, i think that'd look even better

[15:38] <hannesw> yeah, the reason it's down there is the github ribbon interferes with it with reduced window width

[15:42] <hannesw> not sure if we should remove the ribbon, or move it somewhere else?