From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: Guile web page docs Date: Mon, 26 Oct 2009 07:55:09 +0000 Message-ID: <87ocnupp2a.fsf@ossau.uklinux.net> References: <87my3kcw42.fsf@ossau.uklinux.net> <874opsbfsp.fsf@gnu.org> <871vktkatf.fsf@ossau.uklinux.net> <87ws2jpak3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256543840 3379 80.91.229.12 (26 Oct 2009 07:57:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2009 07:57:20 +0000 (UTC) Cc: guile-user@gnu.org, guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 26 08:57:13 2009 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.50) id 1N2KS0-0004ZQ-6p for guile-devel@m.gmane.org; Mon, 26 Oct 2009 08:57:12 +0100 Original-Received: from localhost ([127.0.0.1]:43821 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2KRz-0002nS-GC for guile-devel@m.gmane.org; Mon, 26 Oct 2009 03:57:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2KQp-0002AY-Nn for guile-devel@gnu.org; Mon, 26 Oct 2009 03:55:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2KQl-00026r-6b for guile-devel@gnu.org; Mon, 26 Oct 2009 03:55:59 -0400 Original-Received: from [199.232.76.173] (port=55731 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2KQk-00026m-RS; Mon, 26 Oct 2009 03:55:54 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:46761) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2KQg-0008QH-CX; Mon, 26 Oct 2009 03:55:50 -0400 Original-Received: from arudy (host86-147-112-196.range86-147.btcentralplus.com [86.147.112.196]) by mail3.uklinux.net (Postfix) with ESMTP id 9C6121F69F8; Mon, 26 Oct 2009 07:55:11 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 8D12A38024; Mon, 26 Oct 2009 07:55:10 +0000 (GMT) In-Reply-To: <87ws2jpak3.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Sun, 25 Oct 2009 19:56:12 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:9575 gmane.lisp.guile.user:7466 Archived-At: ludo@gnu.org (Ludovic Court=A8=A8s) writes: > Hi, > > Neil Jerram writes: > >> Yes, but amusingly this copy of the manual is only linked from the >> "support for many SRFIs" link on >> http://www.gnu.org/software/guile/guile.html, and from inside Daniel's >> tutorial. > > And from http://gnu.org/manual/ . Ah, thanks. > Indeed. I think I=A1=AFve always been updating the one at guile/manual, > since it=A1=AFs the usual way to place GNU manuals, but I must have forgo= tten > to check the links under guile/. I=A1=AFd be in favor or removing =A1=AE= docs-1.8=A1=AF > and keeping just =A1=AEmanual=A1=AF. What do you think? Agreed, and I've done that now. >>> (BTW, Gnulib has a new script to automate updates to >>> www.gnu.org/software/PROJECT/manual.) >> >> Right; I assume you mean gendocs.sh. > > I was thinking about the =A1=AEgnu-web-doc-update=A1=AF module. I'll take a look, thanks. >> Do you have strong views on whether we should use current Git or the >> latest pre-release? I don't think it matters much, and current Git is >> marginally easier. > > Either way is fine with me. Cool, I'll sort out a 1.9/2.0 set of docs later. Neil