From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.user,gmane.comp.lib.ncurses.general Subject: Re: ANN: libRUIN project development release 0.1.1 Date: Wed, 1 Feb 2006 08:41:35 -0500 Message-ID: <2bc5f8210602010541m3768ed44w835bc41c531d6cd9@mail.gmail.com> References: <2bc5f8210601311312v4ad3f18bo4ca2b8305a77674b@mail.gmail.com> <17376.22924.384734.443688@gargle.gargle.HOWL> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1138825695 5220 80.91.229.2 (1 Feb 2006 20:28:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2006 20:28:15 +0000 (UTC) Cc: help-ncurses@gnu.org, guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 01 21:28:12 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F4Oa8-0004eP-KD for guile-user@m.gmane.org; Wed, 01 Feb 2006 21:28:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4OTd-0001T1-B9 for guile-user@m.gmane.org; Wed, 01 Feb 2006 15:21:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4JxB-0003AH-LX for guile-user@gnu.org; Wed, 01 Feb 2006 10:31:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4JiB-0007t6-LA for guile-user@gnu.org; Wed, 01 Feb 2006 10:16:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4IHv-0003Jr-T7 for guile-user@gnu.org; Wed, 01 Feb 2006 08:44:49 -0500 Original-Received: from [64.233.162.200] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F4IGb-0007Xt-0Z for guile-user@gnu.org; Wed, 01 Feb 2006 08:43:25 -0500 Original-Received: by zproxy.gmail.com with SMTP id v1so136606nzb for ; Wed, 01 Feb 2006 05:41:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cgh/wG2La5qfuhqcvqAqzR5Rlvmf3EeiwFpgi3+HcOAcikRlqMfjDyQS7PiqQ66Zmlwbc5S8adAYfqQWp3H/b/nrl6+GN3jRwuuOnB6wRmde0M8C/QDOgoCqvoDQ4u1hf4l9ePc1ug4z5dBIXLDBikYfjjuB9YGNnenGVapV2xI= Original-Received: by 10.36.252.55 with SMTP id z55mr5198562nzh; Wed, 01 Feb 2006 05:41:36 -0800 (PST) Original-Received: by 10.36.252.10 with HTTP; Wed, 1 Feb 2006 05:41:35 -0800 (PST) Original-To: schilling.klaus@web.de In-Reply-To: <17376.22924.384734.443688@gargle.gargle.HOWL> Content-Disposition: inline X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5114 gmane.comp.lib.ncurses.general:1804 Archived-At: Hi Klaus, libRUIN depends on (and is distributed with) a module called SDOM, which depends on SLIB. However, I can't figure out why I added this dependency, so I think I'm going to treat it as a bug and remove it for the next release. Thanks for pointing that out. Regards, Julian On 2/1/06, klaus schilling wrote: > Julian Graham writes: > > > > What this means, in short, is that libRUIN is a little bit like a > > browser in that it provides rendering for various flavors of XML+CSS, > > but, more importantly, it's an embeddable native library that you can > > use to quickly and easily create dynamic Ncurses user interfaces for > > your application without having to write any UI code (except perhaps a > > few lines of Scheme). Of particular interest to Scheme programmers > > and Guile users -- while the exposed API and core of libRUIN is C, the > > XML parsing, CSS lookups, and DOM event handling (events are scripted > > in Scheme) are all implemented as Guile Scheme modules (see, > > respectively, the SSAX/SXML project, SCSS and SDOM). > > > > does libruin depend on the SLIB ? > > Klaus Schilling > _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user