From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.134.218 with SMTP id k26cs20356bkt; Fri, 4 Jun 2010 09:10:04 -0700 (PDT) Received: by 10.231.150.18 with SMTP id w18mr13831698ibv.43.1275667803737; Fri, 04 Jun 2010 09:10:03 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id a14si2457387ibl.67.2010.06.04.09.10.03; Fri, 04 Jun 2010 09:10:03 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id ED2A11978117; Fri, 4 Jun 2010 12:10:02 -0400 (EDT) X-Greylist: delayed 331 seconds by postgrey-1.31 at rubyforge.org; Fri, 04 Jun 2010 12:04:50 EDT Received: from acheron.quadco.net (acheron.quadco.net [209.123.162.73]) by rubyforge.org (Postfix) with ESMTP id 1ABA61858345 for ; Fri, 4 Jun 2010 12:04:50 -0400 (EDT) Received: by acheron.quadco.net (Postfix, from userid 1000) id EB91633140; Fri, 4 Jun 2010 15:59:15 +0000 (UTC) From: Jason Petsod To: sup-talk In-reply-to: References: <1272606137-sup-842@acheron.quadco.net> <1272644331-sup-1274@zyrg.net> <1275577785-sup-679@zyrg.net> Date: Fri, 04 Jun 2010 10:59:15 -0500 Message-Id: <1275666025-sup-4912@acheron.quadco.net> User-Agent: Sup/git Subject: Re: [sup-talk] sup web interface X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org On 04/06/2010 at 07:01:08 -0500, Andreas Happe wrote: > To github[0]? My last sentence could have been clearer: I haven't put anything > sup-related up on github, but if someone starts with a rough, but working, > prototype I could help out. I was able to start working on this a little bit [1] but it's currently very rough around the edges. It uses the Sinatra framework, but most of the actual logic is framework-agnostic so it could be pretty easily adapted for another framework. For threading, I had to add a new command 'thread' to sup-server, so you'll need to apply a patch [2] before it works. The threading logic still needs a little work; I roughly adapted sup's thread.rb, but added some bugs for good measure :) Also, it's not evident to me that the sup-server polls for new messages or has the ability to add new messages to the index, so checking for new messages or sending emails doesn't work yet. That functionality shouldn't hard to add though. Cheers, -Jason [1] http://github.com/jasonpetsod/sup-web [2] http://github.com/jasonpetsod/sup-web/raw/master/misc/expose_threading_on_sup-server.diff _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk