From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59997 Path: news.gmane.org!not-for-mail From: sigurd@12move.de (Karl =?iso-8859-1?Q?Pfl=E4sterer?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus-FAQ: xml to texi with Scheme prog Date: Tue, 15 Mar 2005 20:22:06 +0100 Organization: Lemis World Message-ID: References: Reply-To: khp@pflaesterer.de (Karl =?iso-8859-1?Q?Pfl=E4sterer?=) NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1110914984 30870 80.91.229.2 (15 Mar 2005 19:29:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Mar 2005 19:29:44 +0000 (UTC) Original-X-From: ding-owner+M8538@lists.math.uh.edu Tue Mar 15 20:29:43 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBHhe-0001uV-Cv for ding-account@gmane.org; Tue, 15 Mar 2005 20:27:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DBHgH-0007Ng-00; Tue, 15 Mar 2005 13:26:17 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DBHgD-0007Nb-00 for ding@lists.math.uh.edu; Tue, 15 Mar 2005 13:26:13 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DBHgA-0003hI-86 for ding@lists.math.uh.edu; Tue, 15 Mar 2005 13:26:10 -0600 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1DBHg9-0007Q9-00 for ; Tue, 15 Mar 2005 20:26:09 +0100 Original-To: ding@gnus.org Original-Path: wintendo.pflaesterer.de!not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 52 Original-NNTP-Posting-Host: b85ca.b.pppool.de Original-X-Trace: quimby.gnus.org 1110914769 28528 213.7.133.202 (15 Mar 2005 19:26:09 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 15 Mar 2005 19:26:09 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) Hamster/2.0.6.0 Cancel-Lock: sha1:vYsVY3d0zG5WEz705cQwu9FJkg8= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8538@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: news.gmane.org gmane.emacs.gnus.general:59997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59997 On 15 Mrz 2005, reinersteib+gmane@imap.cc wrote: > On Wed, Mar 09 2005, Karl Pflästerer wrote: > >> as some of you may know the Gnus FAQ exists at the moment in two >> parallel versions which have to be synchronized manually: a XML version >> (which should be the master version) and a Texi version (which should >> get automagically created out of the XML version but is written by >> hand). >> >> To achieve the transformation I wrote a program in Scheme (I used PLT >> Scheme) which uses the SSAX lib to parse the XML data. > Could you elaborate which programs and/or libraries are required to > run this program? I don't know anything about Scheme. You simply need mzscheme; it's part of DrScheme but can also be downloaded seperately (IIRC). http://www.plt-scheme.org/software/mzscheme/ describes that beter. >> #! /bin/sh >> #| >> exec mzscheme -mr $0 ${1+"$@"} > [...] > > I can only find the following files related to "mzscheme" on my system I don't know if DrScheme or MzScheme comes exists as a Suse package but there are Linux ports. [...] >> (require (lib "ssax.ss" "ssax") >> (lib "sxpath.ss" "ssax") >> (lib "sxml-tree-trans.ss" "ssax") > > I didn't find any matches for those (using the package information > search). These are part of the PLT Scheme distribution. > PS: Could you please send me the resulting `gnus-faq.texi'? Either on > the list or by PM. I'll send it the next days. Karl