From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] libraries: Abstract packages and categories. Date: Thu, 19 Nov 2015 21:37:57 +0100 Message-ID: <87wptdiv2y.fsf@gnu.org> References: <87y4e95lpj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1447965552 25619 80.91.229.3 (19 Nov 2015 20:39:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2015 20:39:12 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Nov 19 21:39:03 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZzVyw-00058d-Fz for guile-devel@m.gmane.org; Thu, 19 Nov 2015 21:39:02 +0100 Original-Received: from localhost ([::1]:43937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzVyv-0004mf-TI for guile-devel@m.gmane.org; Thu, 19 Nov 2015 15:39:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzVyE-00042c-37 for guile-devel@gnu.org; Thu, 19 Nov 2015 15:38:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzVyA-0001oY-PO for guile-devel@gnu.org; Thu, 19 Nov 2015 15:38:18 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:57081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzVyA-0001oU-I9 for guile-devel@gnu.org; Thu, 19 Nov 2015 15:38:14 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZzVy7-0003ls-BL for guile-devel@gnu.org; Thu, 19 Nov 2015 21:38:11 +0100 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Nov 2015 21:38:11 +0100 Original-Received: from ludo by reverse-83.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Nov 2015 21:38:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 94 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: reverse-83.fdn.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Brumaire an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:C/QUdp4mhpOJPr/XVkMrMrX8bW8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:18049 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mathieu Lirzin skribis: > Since the =E2=80=9Clibraries=E2=80=9D page in the website will probably c= hange regularly > it is useful to have some abstractions to facilitate the maintenance. Indeed. > A second step would be to provide a way to sync the software entries > with Guix package definitions. Could help, indeed. > From 7ad1e1bd620d48099013b276be2e89ea48a3ec1c Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Sun, 8 Nov 2015 00:06:53 +0100 > Subject: [PATCH] libraries: Abstract packages and categories. > > This provides a distinction between the data and the SHTML > representation. > > * website/apps/base/libraries-page.scm (texi->shtml, package) > (package->shtml, category, category->shtml, %packages-core) > (%packages-gui, %packages-file-formats, %packages-tools) > (%packages-apps): New procedures. > (, ): New record types. > (guile-lib, guile-lint, guile-reader, guile-syntaxe-parse) > (guile-clutter, guile-gnome, guile-gtk, guile-ncurses, guile-sdl) > (libruin, artanis, gnutls, guile-avahi, guile-rpc, scss, autogen, guix) > (libchop, beast, geda, lilypond, skribilo, snd, texmacs, xchat-guile) > (%categories): New variables. [=E2=80=A6] > +;;; XXX: In order to allow a proper alignement of keywords in Emacs we n= eed to > +;;; enable the prefix keyword type ':NAME'. > +(read-set! keywords 'prefix) If you want to take that route, you need to make sure the reader change is effective when the file is read, rather than at run time: (eval-when (expand load eval) (read-set! keywords 'prefix)) I would suggest fixing Emacs though, or ignoring the limitation for now. WDYT? Other than this minor issue, I find it very nice! I=E2=80=99ve added you to the Savannah group so you can push changes to the= web site. Please restrict yourself to guile-web.git and post changes here beforehand (and feel free to ping those lazy maintainers when it takes too long!). When you push a change to the web site=E2=80=99s source, can you please upd= ate the CVS web repo at the same time? See for instructions. If in doubt, don=E2=80=99t hesitate to ask. (Note that several parts of the web = site, such as the manuals, are in CVS but not in guile-web.git.) Thanks! Ludo=E2=80=99. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWTjMpAAoJEAkLEZk9muu1rScP/AqXE2VpwASknTBP6MvxkrN2 PM+zKpePRAkyxfxkFPbJX4c9ha/NWtKUsqxrcPfjuaIFbdV68huuaa/Ov48/5WXf voS1wYp+1q8ErDDKjVgRT5ESRg8gooowmtijRC7yMSZ5uuX0rbiFcj+zE4BSCEGH i23D+FSd/ldmjQig0rawfZEe78/t39GTogvTLN9aQaEbLliSuGixqX2kgSK+wWD7 //zqXX1zC0TV9cOC5eHEJ6ulI/+2YsR6rlD9+Icx9tjLq5G5TDywtkQkfjBNomu4 R9ebISmNeH1O0rHgl2OGCsv+VK809pcbDUjkBzFCTO6cl1TX1ZrakroDd7vKBT7H Z6tvCqPbigKebBjBnGh5funt9qtBz/BJ7qMw6e8dwAfVWdd4zt8359O36p7Bn4mX X6WiHeqPnLwmKlyksisO3KKP2/5eTbLMIz/Ro1X0vRnHi6KTtnaUTbk7vn0UeDno 0gIajSk2FLWuc7MFpGaQvPLc3AI2X6w2JUK10DzUzAEpCoELYEglgx+SY1+N9PY+ 7oMHrmhWuvqAvq8FtfggNg2C7NAwSGSkZcezUKVfic7oiv+x1Rs5MdL3PAhKgfEl jW1eEbRgPJlEYmvBYzJB6i20sSNinUD/Dhg8RpAcsvNPdtLJZ0BxXhbbrm+fzRxu g/nEH23VeLtFMwMc2quN =ibXk -----END PGP SIGNATURE----- --=-=-=--