For those who cant access IRC, or just looking for a quick browser based alternative, i started an open jabber powered webchat for rails. Hopefully this will be a nice alternative for people to go to ask questions, get some help, offer some help, etc. I hope the community enjoys it, just trying to give a little back for all the hard work. It can be accessed here jabber.dufftech.com adam -------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060529/ae895235/attachment.html
Cool! I bounce around between several computers. It''s nice to have a browser based solution. -Larry On 5/28/06, Adam Denenberg <straightflush@gmail.com> wrote:> > For those who cant access IRC, or just looking for a quick browser based > alternative, i started an open jabber powered webchat for rails. Hopefully > this will be a nice alternative for people to go to ask questions, get some > help, offer some help, etc. > > I hope the community enjoys it, just trying to give a little back for all > the hard work. > > It can be accessed here > > jabber.dufftech.com > > > adam > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails > > >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060529/900c8514/attachment-0001.html
Awesome ! Any chance you''re planning to opensource the scripts ? Thanks, Pratik -- rm -rf / 2>/dev/null - null.in
its just a web app that one of the guys on the JWchat team wrote (MUckl) . I then have an HTTP Polling service that routes http requests to my jabber server. If anyone already has a jabber account somewhere you can connect directly to my conference service at railschat@conference.jabber.dufftech.com adam On 5/29/06, Pratik <pratiknaik@gmail.com> wrote:> > Awesome ! > > Any chance you''re planning to opensource the scripts ? > > Thanks, > Pratik > -- > rm -rf / 2>/dev/null - null.in > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060529/10d10b7b/attachment-0001.html
sorry thats just rails@conference.jabber.dufftech.com Also if anyone wants to check out mabber.com (same guy who wrote the webchat i use) its a web based jabber client, and i just successfully tested connecting to my jabber chatroom through it, so thats another alternative for those who dont want to use a web page, or dont have a jabber account. hope everyone finds it useful. adam On 5/29/06, Adam Denenberg <straightflush@gmail.com> wrote:> > its just a web app that one of the guys on the JWchat team wrote (MUckl) . > I then have an HTTP Polling service that routes http requests to my jabber > server. > > If anyone already has a jabber account somewhere you can connect directly > to my conference service at railschat@conference.jabber.dufftech.com > > adam > > > On 5/29/06, Pratik < pratiknaik@gmail.com> wrote: > > > > Awesome ! > > > > Any chance you''re planning to opensource the scripts ? > > > > Thanks, > > Pratik > > -- > > rm -rf / 2>/dev/null - null.in > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > lists.rubyonrails.org/mailman/listinfo/rails > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060529/02fafc66/attachment.html
Nice to have options. Although DHH should really open up a public Campfire page for Rails chat. On 5/29/06, Adam Denenberg <straightflush@gmail.com> wrote:> sorry thats just rails@conference.jabber.dufftech.com > > Also if anyone wants to check out mabber.com (same guy who wrote the webchat > i use) its a web based jabber client, and i just successfully tested > connecting to my jabber chatroom through it, so thats another alternative > for those who dont want to use a web page, or dont have a jabber account. > > hope everyone finds it useful. > > adam > > > On 5/29/06, Adam Denenberg <straightflush@gmail.com> wrote: > > > > its just a web app that one of the guys on the JWchat team wrote (MUckl) . > I then have an HTTP Polling service that routes http requests to my jabber > server. > > > > If anyone already has a jabber account somewhere you can connect directly > to my conference service at > railschat@conference.jabber.dufftech.com > > > > > > adam > > > > > > > > On 5/29/06, Pratik < pratiknaik@gmail.com> wrote: > > > Awesome ! > > > > > > Any chance you''re planning to opensource the scripts ? > > > > > > Thanks, > > > Pratik > > > -- > > > rm -rf / 2>/dev/null - null.in > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails > > >-- -------------- Jon Gretar Borgthorsson jongretar.net
Adam Denenberg wrote:> For those who cant access IRC, or just looking for a quick browser based > alternative, i started an open jabber powered webchat for rails.does this interface with the freenode channel? i love that its so big but something like a tivo for it is needed. in a bridge situation, oldschool users can still grep "^nick:" stuff in their mIRC/irssi logs, while us web users can have things pre-threaded, nice search, etc. btw, the page just gives me a blank background pattern in opera 9.0 after logging in.. -- Posted via ruby-forum.com.
this doesnt interface with freenode. Its a basic jabber based web chatroom as an alternative for IRC. Sometimes IRC is either blocked or not easily accessible so I thought this would be a nice alternative when you need a quick answer from anywhere. adam On 5/30/06, cdr <carmen@whats-your.name> wrote:> > Adam Denenberg wrote: > > For those who cant access IRC, or just looking for a quick browser based > > alternative, i started an open jabber powered webchat for rails. > > does this interface with the freenode channel? i love that its so big > but something like a tivo for it is needed. in a bridge situation, > oldschool users can still grep "^nick:" stuff in their mIRC/irssi logs, > while us web users can have things pre-threaded, nice search, etc. > > btw, the page just gives me a blank background pattern in opera 9.0 > after logging in.. > > -- > Posted via ruby-forum.com. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060530/20e11529/attachment.html
For ease of use I have moved this to a new site. railswebchat.com adam On 5/30/06, Adam Denenberg <straightflush@gmail.com> wrote:> > this doesnt interface with freenode. Its a basic jabber based web > chatroom as an alternative for IRC. Sometimes IRC is either blocked or not > easily accessible so I thought this would be a nice alternative when you > need a quick answer from anywhere. > > adam > > > On 5/30/06, cdr <carmen@whats-your.name> wrote: > > > > Adam Denenberg wrote: > > > For those who cant access IRC, or just looking for a quick browser > > based > > > alternative, i started an open jabber powered webchat for rails. > > > > does this interface with the freenode channel? i love that its so big > > but something like a tivo for it is needed. in a bridge situation, > > oldschool users can still grep "^nick:" stuff in their mIRC/irssi logs, > > while us web users can have things pre-threaded, nice search, etc. > > > > btw, the page just gives me a blank background pattern in opera 9.0 > > after logging in.. > > > > -- > > Posted via ruby-forum.com. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > lists.rubyonrails.org/mailman/listinfo/rails > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060530/eb43ea64/attachment.html
> this doesnt interface with freenode. > railswebchat.comthen im suggesting the idea :) #TCL has a bridge between their freenode channel and a Tk (web?)chat platform which works quite well... more interesting than a splintering of the chat community would be providing new accessibiity options - eg web browser, and threading , searchability, and non-real-time replies to other users.. anyways. im not going to develop it, since this forum is fine, but the area is ripe for picking (if 3bubbles, Campfire, GTalkr, Meebo, Mabber, etc have any say) -- Posted via ruby-forum.com.
> since this forum is fineand really this ''forum'' proves my point. since its also an oldschool mailing-list, a gmane group, etc.. -- Posted via ruby-forum.com.
well we can use jjig to build a gateway between jabber and IRC, but keeping the 2 conference rooms in sync might be tricky. I will investigate. adam On 5/30/06, cdr <carmen@whats-your.name> wrote:> > > since this forum is fine > > and really this ''forum'' proves my point. since its also an oldschool > mailing-list, a gmane group, etc.. > > -- > Posted via ruby-forum.com. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060530/cadaafac/attachment-0001.html
i''m having the same problem someone else was earlier -- i try and log in, get a black background image. using safari on mac os 10.4.6> Message: 8 > Date: Tue, 30 May 2006 21:33:44 +0200 > From: cdr <carmen@whats-your.name> > Subject: [Rails] Re: Re: [ANN] Jabber Powered Rails Chatroom > To: rails@lists.rubyonrails.org > Message-ID: <8127eb9df6e3e7e57f404d85b73f86c2@ruby-forum.com> > Content-Type: text/plain; charset=utf-8 > >> this doesnt interface with freenode. >> railswebchat.com > > then im suggesting the idea :) #TCL has a bridge between their > freenode > channel and a Tk (web?)chat platform which works quite well... more > interesting than a splintering of the chat community would be > providing > new accessibiity options - eg web browser, and threading , > searchability, and non-real-time replies to other users.. anyways. im > not going to develop it, since this forum is fine, but the area is > ripe > for picking (if 3bubbles, Campfire, GTalkr, Meebo, Mabber, etc have > any > say) > > -- > Posted via ruby-forum.com.
wierd, i will check on it when i get home. Didnt try safari yet. On 5/30/06, John McGrath <jmcgrath@whoi.edu> wrote:> > i''m having the same problem someone else was earlier -- i try and log > in, get a black background image. > > using safari on mac os 10.4.6 > > > > Message: 8 > > Date: Tue, 30 May 2006 21:33:44 +0200 > > From: cdr <carmen@whats-your.name> > > Subject: [Rails] Re: Re: [ANN] Jabber Powered Rails Chatroom > > To: rails@lists.rubyonrails.org > > Message-ID: <8127eb9df6e3e7e57f404d85b73f86c2@ruby-forum.com> > > Content-Type: text/plain; charset=utf-8 > > > >> this doesnt interface with freenode. > >> railswebchat.com > > > > then im suggesting the idea :) #TCL has a bridge between their > > freenode > > channel and a Tk (web?)chat platform which works quite well... more > > interesting than a splintering of the chat community would be > > providing > > new accessibiity options - eg web browser, and threading , > > searchability, and non-real-time replies to other users.. anyways. im > > not going to develop it, since this forum is fine, but the area is > > ripe > > for picking (if 3bubbles, Campfire, GTalkr, Meebo, Mabber, etc have > > any > > say) > > > > -- > > Posted via ruby-forum.com. > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060530/91485a47/attachment.html
looks like the app is not supported on safari yet for some reason. Hopefully resolved soon. adam On 5/30/06, Adam Denenberg <straightflush@gmail.com> wrote:> > wierd, i will check on it when i get home. Didnt try safari yet. > > > On 5/30/06, John McGrath <jmcgrath@whoi.edu> wrote: > > > > i''m having the same problem someone else was earlier -- i try and log > > in, get a black background image. > > > > using safari on mac os 10.4.6 > > > > > > > Message: 8 > > > Date: Tue, 30 May 2006 21:33:44 +0200 > > > From: cdr <carmen@whats-your.name> > > > Subject: [Rails] Re: Re: [ANN] Jabber Powered Rails Chatroom > > > To: rails@lists.rubyonrails.org > > > Message-ID: <8127eb9df6e3e7e57f404d85b73f86c2@ruby-forum.com > > > > Content-Type: text/plain; charset=utf-8 > > > > > >> this doesnt interface with freenode. > > >> railswebchat.com > > > > > > then im suggesting the idea :) #TCL has a bridge between their > > > freenode > > > channel and a Tk (web?)chat platform which works quite well... more > > > interesting than a splintering of the chat community would be > > > providing > > > new accessibiity options - eg web browser, and threading , > > > searchability, and non-real-time replies to other users.. anyways. im > > > not going to develop it, since this forum is fine, but the area is > > > ripe > > > for picking (if 3bubbles, Campfire, GTalkr, Meebo, Mabber, etc have > > > any > > > say) > > > > > > -- > > > Posted via ruby-forum.com. > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > lists.rubyonrails.org/mailman/listinfo/rails > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060601/296d3dd1/attachment.html