From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jon Herron Newsgroups: gmane.lisp.guile.devel Subject: Hosting for Guile-PHP Date: Mon, 12 Apr 2010 19:04:22 -0700 (PDT) Message-ID: <523070.13564.qm@web112315.mail.gq1.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271124278 31054 80.91.229.12 (13 Apr 2010 02:04:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Apr 2010 02:04:38 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 13 04:04:36 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O1VUR-0002OI-Jr for guile-devel@m.gmane.org; Tue, 13 Apr 2010 04:04:35 +0200 Original-Received: from localhost ([127.0.0.1]:41365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1VUQ-0002Fl-W4 for guile-devel@m.gmane.org; Mon, 12 Apr 2010 22:04:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1VUK-0002F3-A5 for guile-devel@gnu.org; Mon, 12 Apr 2010 22:04:28 -0400 Original-Received: from [140.186.70.92] (port=43964 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1VUJ-0002EG-53 for guile-devel@gnu.org; Mon, 12 Apr 2010 22:04:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1VUG-0008Cb-J0 for guile-devel@gnu.org; Mon, 12 Apr 2010 22:04:26 -0400 Original-Received: from web112315.mail.gq1.yahoo.com ([98.137.26.176]:41623) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O1VUG-0008CS-8M for guile-devel@gnu.org; Mon, 12 Apr 2010 22:04:24 -0400 Original-Received: (qmail 13812 invoked by uid 60001); 13 Apr 2010 02:04:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1271124262; bh=4i//P+3PoA0/MObyjCtFYXKAuLoViG2iGnFddc1YUpA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=XTX/Genw/4Jn01/eMFtupYrnXfPXx9qnkF5cBwT58qzNjKgzabsQiGDFnHoOQN2Nwu9OQyM0cmeS8GNFPXTO2WmH3EhLiTAmruUj+uqB8VeqdiFmUnvsF923A5W8cV7hY+glTgW3KPcMZYDUNQ1dLlfzdStMIXVNY5O8AU+41dY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=eWqeCqQGxMgZzX3SA1n2VDzgbNn0UbPXmKEtLgGsEOzCvUULauhidVthEyLggUMNDcV/OvzwbSnnMQaIZV41PK74kgdS8hL8VtyKw4OW3XJ1gjxY2Z+hvnhJd5bFprOdBuagREssSp4SJC6fcoHiYfWjciGeHv0ebvVP2TVDKXA=; X-YMail-OSG: 6JX.ziIVM1mWUDFyEYUBRIT7WmtaJn4pcc4HeyfKwzo3GxB pSRSJON7UHXvFJBBT.q8RBLip9lCsckYX0oRrEG.ADrnKcSMmNfCZJMiZyEg r5sP32RTnIQZ_NR9ys3cZDyq2UK2aEOgfYRCCikFB8LpsOJsNh7TrvEa9VlX rrxZU1XowleioiEOHkf6iriIvGsc6MFJDiCaNfgNlAyR261dXrEcl8yvK4hi JZh1YkegSAX61DBGBBYkLNGO15i6swYU- Original-Received: from [96.25.191.71] by web112315.mail.gq1.yahoo.com via HTTP; Mon, 12 Apr 2010 19:04:22 PDT X-Mailer: YahooMailRC/348.3 YahooMailWebService/0.8.100.260964 X-detected-operating-system: by eggs.gnu.org: FreeBSD 6.x (1) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10205 Archived-At: All - I'm starting to make some more slow progress, I have basic tree-il generated for simple cases, the below PHP script runs for instance: ---- Some text before php tag... Some text after php tag.......... ---- Although no where near finished yet, I'm getting to the point where I would like to host the code that I'm writing somewhere. I was wondering if there's a chance of getting a branch that I could commit to (assuming there is project level interest in this implementation)? Or should I get a separate project hosted elsewhere (savannah perhaps?). I'm not exactly sure the protocol for a question like this, but figured it was worth asking. Thanks, Jon