From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Server-side scripting Date: 31 Aug 2003 23:14:10 +0200 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <87oey534yl.fsf@zagadka.ping.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1062365023 7786 80.91.224.253 (31 Aug 2003 21:23:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Aug 2003 21:23:43 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Aug 31 23:23:41 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19tZfh-000290-00 for ; Sun, 31 Aug 2003 23:23:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19tZbp-0004vC-Dj for guile-user@m.gmane.org; Sun, 31 Aug 2003 17:19:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19tZal-0004tG-FX for guile-user@gnu.org; Sun, 31 Aug 2003 17:18:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19tZaE-0004f5-4j for guile-user@gnu.org; Sun, 31 Aug 2003 17:18:02 -0400 Original-Received: from [195.138.43.197] (helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.22) id 19tZWX-0003YA-SP for guile-user@gnu.org; Sun, 31 Aug 2003 17:14:14 -0400 Original-Received: (qmail 1576 invoked by uid 1000); 31 Aug 2003 21:14:10 -0000 Original-To: guile-user@gnu.org Original-Lines: 74 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2218 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2218 --=-=-= Maybe someone is interested in this. --=-=-= Content-Type: message/rfc822 Content-Disposition: inline X-From-Line: dashohoxha@yahoo.com Wed Aug 27 10:56:25 2003 Return-Path: Delivered-To: m.vollmer-mvo@zagadka.ping.de Received: (qmail 22941 invoked from network); 27 Aug 2003 14:58:37 -0000 Received: from krusty.dt.e-technik.uni-dortmund.de (HELO mail.dt.e-technik.uni-dortmund.de) (129.217.163.1) by lilly.ping.de with SMTP; 27 Aug 2003 14:58:37 -0000 Received: by mail.dt.e-technik.uni-dortmund.de (Postfix) id A093BA74A; Wed, 27 Aug 2003 16:58:38 +0200 (CEST) Delivered-To: mvo@dt.e-technik.uni-dortmund.de Received: from nx5.hrz.uni-dortmund.de (nx5.HRZ.Uni-Dortmund.DE [129.217.131.21]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id E91538D8A for ; Wed, 27 Aug 2003 16:58:37 +0200 (CEST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by nx5.hrz.uni-dortmund.de (Postfix) with ESMTP id 8E6124AA9D4 for ; Wed, 27 Aug 2003 16:58:37 +0200 (MET DST) Received: from [212.227.126.211] (helo=mxng15.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19s1kW-0007Jw-00 for mvo@dt.e-technik.uni-dortmund.de; Wed, 27 Aug 2003 16:58:16 +0200 Received: from [199.232.41.2] (helo=subversions.gnu.org) by mxng15.kundenserver.de with esmtp (Exim 3.35 #1) id 19s1kV-0003fV-00 for mvo@zagadka.de; Wed, 27 Aug 2003 16:58:15 +0200 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19s1ij-0006WF-LQ for mvo@zagadka.de; Wed, 27 Aug 2003 10:56:25 -0400 To: mvo@zagadka.de Subject: Server-side scripting From: Dashamir Hoxha X-Savannah-Server: savannah.gnu.org:80 [199.232.41.3] User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Apparently-From: 62.94.150.82 Message-Id: Sender: www-data Date: Wed, 27 Aug 2003 10:56:25 -0400 X-Content-Length: 955 Lines: 31 Xref: zagadka private:12450 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, I have seen in the homepage of Guile some ides that you have about adding server-side scripting suport to Guile, something like PHP. I have developed a web application framework, called phpWebApp, that uses PHP as its implementation language and its scripting language. You can see it at: http://phpwebapp.sourceforge.net/ (I have also applied for hosting it on savannah as well) I think that phpWebApp can be implemented in other languages as well, besides PHP, like Python, Perl, Ruby, etc. Maybe it can be implemented in Guile as well. If you know somebody who knows Guile well and has experience with web applications, you can suggest him to have a look at phpWebApp as well. In case that somebody will be interested in rewriting phpWebApp in Guile, I would be willing to discuss it with him and to help him. Regards, Dashamir Hoxha _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ --=-=-= -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user --=-=-=--