Re: [PATCH] Generate multiple paginated packages pages.

2016-12-08 Thread Alex Sassmannshausen
Heya John Darrington writes: > On Thu, Dec 08, 2016 at 12:29:22PM +0100, Alex Sassmannshausen wrote: > > > Note that I removed the all-in-one package page because the poor CVS > > server at gnu.org simply can???t handle it. > > Sure ??? I figure this way of browsing is

Re: [PATCH] Generate multiple paginated packages pages.

2016-12-08 Thread John Darrington
On Thu, Dec 08, 2016 at 12:29:22PM +0100, Alex Sassmannshausen wrote: > Note that I removed the all-in-one package page because the poor CVS > server at gnu.org simply can???t handle it. Sure ??? I figure this way of browsing is more user friendly anyway??? Well yes

Re: [PATCH] Generate multiple paginated packages pages.

2016-12-08 Thread Alex Sassmannshausen
Ludovic Courtès writes: > Hello! > > It’s on-line now! > > https://www.gnu.org/software/guix/packages/ Neat! Nice to see it there :-) > Note that I removed the all-in-one package page because the poor CVS > server at gnu.org simply can’t handle it. Sure — I figure this way of browsing is mor

Re: [PATCH] Generate multiple paginated packages pages.

2016-12-08 Thread Jan Synáček
On Thu, Dec 8, 2016 at 11:00 AM, Ludovic Courtès wrote: > Hello! > > It’s on-line now! > > https://www.gnu.org/software/guix/packages/ Just a cosmetic issue that I have noticed. In the expanded package description, hovering over the check marks next to architectures says "unknown" for both gree

Re: [PATCH] Generate multiple paginated packages pages.

2016-12-08 Thread Ludovic Courtès
Hello! It’s on-line now! https://www.gnu.org/software/guix/packages/ Note that I removed the all-in-one package page because the poor CVS server at gnu.org simply can’t handle it. I’ve updated the cron job so if everything goes well it’ll be updated every night again. Thanks Alex! Ludo’.

Re: [PATCH] Generate multiple paginated packages pages.

2016-12-05 Thread Alex Sassmannshausen
Ludovic Courtès writes: > Alex Sassmannshausen skribis: > >> * website/www.scm (%web-pages): Add code for generating our packages >> pages. >> * website/www/packages.scm (packages-by-grouping): New procedure. >> (paginated-packages-page): New procedure. >> (packages-page): Tweak for use by

Re: [PATCH] Generate multiple paginated packages pages.

2016-12-04 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > * website/www.scm (%web-pages): Add code for generating our packages > pages. > * website/www/packages.scm (packages-by-grouping): New procedure. > (paginated-packages-page): New procedure. > (packages-page): Tweak for use by `paginated-packages-page` as well

[PATCH] Generate multiple paginated packages pages.

2016-11-29 Thread Alex Sassmannshausen
* website/www.scm (%web-pages): Add code for generating our packages pages. * website/www/packages.scm (packages-by-grouping): New procedure. (paginated-packages-page): New procedure. (packages-page): Tweak for use by `paginated-packages-page` as well as standalone. * website/static/base/cs

Re: [PATCH] Generate multiple paginated packages pages.

2016-11-12 Thread Ludovic Courtès
Hello Alex! Alex Sassmannshausen skribis: > * website/www.scm (%web-pages): Add prototype code for generating our > packages pages. > * website/www/packages.scm (all-packages): Re-factor to > `packages-by-grouping`. > (paginated-packages-page): New procedure. > (packages-page): Tweak for

[PATCH] Generate multiple paginated packages pages.

2016-11-11 Thread Alex Sassmannshausen
* website/www.scm (%web-pages): Add prototype code for generating our packages pages. * website/www/packages.scm (all-packages): Re-factor to `packages-by-grouping`. (paginated-packages-page): New procedure. (packages-page): Tweak for use by `paginated-packages-page` as well as standalone