* guile-projects 2.2 + db (sans passwords) available
@ 2003-11-28 20:45 Thien-Thi Nguyen
2003-12-01 14:11 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Thien-Thi Nguyen @ 2003-11-28 20:45 UTC (permalink / raw)
Cc: guile-user
NEWS excerpt below. tarball in:
http://www.glug.org/people/ttn/software/guile-projects/
blurb from README:
This directory contains code to manage the guile-projects webpages at:
- http://www.glug.org/projects/list.html (full list)
- http://www.gnu.org/software/guile/gnu-guile-projects.html (free subset)
in other news the projects database contents (sans passwords) are now
available via anoncvs, should you wish to develop other browsing and/or
rendering front-ends, for the data. anoncvs instructions at:
http://www.glug.org/alt/
the particular cvs module is named "projects-db". the data is updated
using command "guile-projects-maint export-db" w/ suitable configuration
keys in the ~/.guile-projects-maint file. like other glug.org anoncvs
modules, update frequency is not more than once per hour (in this case,
almost certainly much much less).
thi
_____________________________________________
- VERSION 2.2 (released 2003-11-27)
- New command: export-db
- Two new keys for ~/.guile-projects-maint to support export-db
- cvs-root -- the CVSROOT of the repo where to export the db to
- cvs-module -- the cvs module under in which the file "DB" is written
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guile-projects 2.2 + db (sans passwords) available
2003-11-28 20:45 guile-projects 2.2 + db (sans passwords) available Thien-Thi Nguyen
@ 2003-12-01 14:11 ` Ludovic Courtès
2003-12-01 14:30 ` Thien-Thi Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2003-12-01 14:11 UTC (permalink / raw)
Cc: guile-user, guile-sources
Hi,
2 days, 17 hours, 21 minutes, 40 seconds ago, Thien-Thi Nguyen wrote:
> NEWS excerpt below. tarball in:
>
> http://www.glug.org/people/ttn/software/guile-projects/
That sounds nice. However, the configure script checks for
`(ice-9 optargs-kw)', what is that?
Thanks,
Ludovic.
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guile-projects 2.2 + db (sans passwords) available
2003-12-01 14:11 ` Ludovic Courtès
@ 2003-12-01 14:30 ` Thien-Thi Nguyen
0 siblings, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2003-12-01 14:30 UTC (permalink / raw)
Cc: guile-user
From: Ludovic =?iso-8859-1?Q?Court=E8s?= <ludovic.courtes@laas.fr>
Date: Mon, 1 Dec 2003 15:11:41 +0100
That sounds nice. However, the configure script checks for
`(ice-9 optargs-kw)', what is that?
the module (ice-9 optargs) uses #&style argument processing.
the module (ice-9 optargs-kw) uses #:style argument processing.
some versions of guile provide a module named like the former but
behaving like the latter.[1] you can probably use that module instead of
(ice-9 optargs-kw) if there is no code on your system that relies on the
#&style argument processing.
thi
___________________________________________________________________________
[1] a backward-incompatible change that will always need to be tediously
defended by the perps as "it was determined blah more-3rd-person
responsibility-avoidance-language blah blah...". lame.
(cc trimmed.)
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-12-01 14:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-28 20:45 guile-projects 2.2 + db (sans passwords) available Thien-Thi Nguyen
2003-12-01 14:11 ` Ludovic Courtès
2003-12-01 14:30 ` Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).