From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: ttn-pers-scheme 0.48 available Date: Sat, 07 Apr 2007 23:34:40 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175983287 17210 80.91.229.12 (7 Apr 2007 22:01:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Apr 2007 22:01:27 +0000 (UTC) Cc: guile-user@gnu.org To: guile-sources@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Apr 08 00:00:25 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HaIZ4-0002bh-1E for guile-user@m.gmane.org; Sat, 07 Apr 2007 23:35:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaIcg-00011U-Vm for guile-user@m.gmane.org; Sat, 07 Apr 2007 17:39:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HaIcZ-0000tJ-0D for guile-user@gnu.org; Sat, 07 Apr 2007 17:38:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HaIcY-0000rg-55 for guile-user@gnu.org; Sat, 07 Apr 2007 17:38:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaIcU-0000is-A6; Sat, 07 Apr 2007 17:38:50 -0400 Original-Received: from smtp-out4.libero.it ([212.52.84.46]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HaIYq-0002OQ-19; Sat, 07 Apr 2007 17:35:04 -0400 Original-Received: from localhost (172.31.0.42) by smtp-out4.libero.it (7.3.120) id 4611FF52005605EA; Sat, 7 Apr 2007 23:34:34 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out4.libero.it ([172.31.0.40]) by localhost (asav-out2.libero.it [192.168.32.30]) (amavisd-new, port 10024) with ESMTP id LE+RyuvOvImp; Sat, 7 Apr 2007 23:34:33 +0200 (CEST) Original-Received: from ambire.localdomain (151.21.32.188) by smtp-out4.libero.it (7.3.120) id 4611FEBC0074F30D; Sat, 7 Apr 2007 23:34:33 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.50) id 1HaIYS-0005u2-UR; Sat, 07 Apr 2007 23:34:40 +0200 X-detected-kernel: Linux 2.4-2.6 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:5910 gmane.lisp.guile.sources:266 Archived-At: release notes: more web stuff dabbling. emacs calls, now... thi README excerpt: This directory contains ttn's personal scheme library, a collection of Guile Scheme code and intervening text (-: as well as a maintenance methodology :-). NEWS excerpt: - 0.48 | 2007-04-07 - After DATE, THING will be removed; DO NOT rely on it - 2007-10-15: proc `(ttn html-world) render-html-world' - 2008-04-15: proc `(ttn-html-world) html-world' You can use `html-world.html-data' (cleaner, more general). - Dropped module: (ttn echo) - Dropped module: (ttn stringutils) These were announced in release 0.44 (2005-09-04). - Dropped (ttn abbrev-tree) proc: scrub - Dropped (ttn abbrev-tree) proc: split-first-word - Dropped (ttn abbrev-tree) proc: list->sep-string These were announced (in the manual but not in NEWS -- oops!) in release 0.43 (2005-08-20). - Dropped module: (ttn moduleutils) - Dropped feature: quoting support in `read-text-db-table' These were announced in release 0.42 (2005-06-05). - Changes to module (ttn html-world) - External program no longer needed: mogrify(1) This is part of the package `ImageMagick' and was used to invert a ppm image . Now, this is done with another external program, pnminvert(1), part of the package `Netpbm'. See modules.af for a full list. - New #:gen method: #:ppmforge This uses ppmforge(1) with options `-quiet -stars 0' to create the ppm image. A large majority of the time, the image does not correspond to any landmass found on Earth, but sometimes a vague similarity occurs. The #:ppmforge method is now the default for `html-world' and `html-world.html-data'. - New keyword arg for `html-world.html-data': #:link-tree Normally, the proc `href' from module (ttn html-data) is used to construct the tree (nested list of strings) that represents a chunk of text that is to be marked up w/ an HTML tag. This option lets you use another proc. - New proc: string<-image-command - New proc: randomly-hyperlinked These are the underlying mechanisms in `html-world.html-data', now generalized and documented. Let the madness begin... - Optimization: `flatten' does nothing for the null string - New (ttn html-data) procs: tt, pre, div, span - New keyword for `listener': #:catch-tag SYMBOL - New (ttn dirutils) macro: with-cwd - New (ttn shell-command-to-string) proc: file-lines - New (ttn sanity) proc: ppsrc - New module: (ttn markup) Procedures in this module support definition of markup languages and related tree (nested list of strings) construction. Flatten the trees to get the grotty BODY stuff. - New homepage: http://www.gnuvola.org/software/ttn-pers-scheme/ Please update your bookmarks. Old glug.org urls can be munged to get the new url by passing them through: sed 's,/people/ttn/,/,;s,/ps/,/ttn-pers-scheme/,' Note: old urls in NEWS will remain unchanged, intentionally. tarball, prettified source, etc, in dir: http://www.gnuvola.org/software/ttn-pers-scheme/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user