GNU bug report logs - #43871
[PATCH website] Add community page

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Thu, 8 Oct 2020 22:40:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43871 in the body.
You can then email your comments to 43871 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Thu, 08 Oct 2020 22:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julien Lepiller <julien <at> lepiller.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 08 Oct 2020 22:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH website] Add community page
Date: Fri, 9 Oct 2020 00:38:23 +0200
[Message part 1 (text/plain, inline)]
Hi Guix!

This patch aims at adding a new page on the website that lists external
resources that talk about guix (conference talks, blog posts and even
academic papers).
[0001-website-Add-community-page.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Thu, 08 Oct 2020 23:17:01 GMT) Full text and rfc822 format available.

Message #8 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 43871 <at> debbugs.gnu.org
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Fri, 09 Oct 2020 01:16:19 +0200
Dear,

On Fri, 09 Oct 2020 at 00:38, Julien Lepiller <julien <at> lepiller.eu> wrote:

> This patch aims at adding a new page on the website that lists external
> resources that talk about guix (conference talks, blog posts and even
> academic papers).

Cool!


> diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
> index 76af25d..89f7a8c 100644
> --- a/website/apps/media/data.scm
> +++ b/website/apps/media/data.scm

[...]

> @@ -85,6 +87,53 @@ distribution."))
>       #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S")))))
>  
>  
> +(define resources

Maybe chronological order?  Last first:

> +  (list
> +    (resource
> +      #:title (C_ "community resource title" "Reproducible System Administration with GNU Guix")
> +      #:date (string->date "2019-12-04" "~Y-~m-~d"))

> +    (resource
> +      #:title (C_ "community resource title" "Bitcoin Build System Security")
> +      #:date (string->date "2019-06-08" "~Y-~m-~d"))

> +    (resource
> +      #:title (C_ "community resource title" "Au-delà des conteneurs : environnements logiciels reproductibles avec GNU Guix")
> +      #:date (string->date "2019-05-23" "~Y-~m-~d"))

> +    (resource
> +      #:title (C_ "community resource title" "Guix: A most advanced operating system")
> +      #:date (string->date "2019-01-14" "~Y-~m-~d"))))

> +    (resource
> +      #:title (C_ "community resource title" "Everyday use of Guix")
> +      #:date (string->date "2018-10-10" "~Y-~m-~d"))

> +    (resource
> +      #:title (C_ "community resource title" "Code Staging in GNU Guix")
> +      #:date (string->date "2017-09-04" "~Y-~m-~d"))


Does it make sense to add all the FOSDEM ones?  For example:

https://archive.fosdem.org/2014/schedule/event/gnuguix/
https://archive.fosdem.org/2015/schedule/event/the_emacs_of_distros/

etc.  well what under talks/fosdem-* 


All the best,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Mon, 12 Oct 2020 16:42:01 GMT) Full text and rfc822 format available.

Message #11 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: Luis Felipe <luis.felipe.la <at> protonmail.com>, 43871 <at> debbugs.gnu.org
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Mon, 12 Oct 2020 18:41:01 +0200
Hello!

(+Cc: Luís Felipe, the web site designer.)

Julien Lepiller <julien <at> lepiller.eu> skribis:

> From fe6910a5877ad039e2d6cf95efc10a62c0762871 Mon Sep 17 00:00:00 2001
> From: Julien Lepiller <julien <at> lepiller.eu>
> Date: Fri, 9 Oct 2020 00:32:56 +0200
> Subject: [PATCH] website: Add community page.
>
> * website/apps/media/templates/community.scm: New file.
> * website/apps/media/builder.scm: Add community builder.
> * website/apps/base/templates/components.scm: Add it to the menu.
> * website/apps/media/templates/components.scm: Add resource->shtml.
> * website/apps/media/types.scm: New resource data type.
> * website/apps/media/data.scm: Add community resources.
> * website/static/base/css/index.css: Add css for new classes.
> * website/static/media/css/community.css: New file.
> * website/static/media/img/community/carl-dong-bitcoin-security.webp: New file.

Nice!  It was a bit sad that all this material wasn’t linked.

I wonder if “Community” is the right heading and/or if we should group
additional things in there?

> +(define resources
> +  (list
> +    (resource
> +      #:title (C_ "community resource title" "Everyday use of Guix")
> +      #:link "https://media.marusich.info/everyday-use-of-gnu-guix-chris-marusich-seagl-2018.webm"
> +      #:type 'video
> +      #:language (G_ "English")
> +      #:author "Chris Marushich"
> +      #:date (string->date "2018-10-10" "~Y-~m-~d"))
> +    (resource
> +      #:title (C_ "community resource title" "Bitcoin Build System Security")
> +      #:link "https://www.youtube.com/watch?v=I2iShmUTEl8"
> +      #:type 'video
> +      #:language (G_ "English")
> +      #:preview (guix-url "static/media/img/community/carl-dong-bitcoin-security.webp")
> +      #:author "Carl Dong"
> +      #:date (string->date "2019-06-08" "~Y-~m-~d"))
> +    (resource
> +      #:title (C_ "community resource title" "Reproducible System Administration with GNU Guix")
> +      #:link "https://replay.jres.org/videos/watch/c77b3a44-b75f-4c10-9f39-8fb55ae096d7"
> +      #:type 'video
> +      #:language (G_ "French")
> +      #:author "Julien Lepiller"
> +      #:date (string->date "2019-12-04" "~Y-~m-~d"))
> +    (resource
> +      #:title (C_ "community resource title" "Au-delà des conteneurs : environnements logiciels reproductibles avec GNU Guix")
> +      #:link "https://webcast.in2p3.fr/video/au-dela-des-conteneurs-environnements-logiciels-reproductibles-avec-gnu-guix-1"
> +      #:type 'video
> +      #:language (G_ "French")
> +      #:author "Ludovic Courtès"
> +      #:date (string->date "2019-05-23" "~Y-~m-~d"))
> +    (resource
> +      #:title (C_ "community resource title" "Code Staging in GNU Guix")
> +      #:link "https://arxiv.org/abs/1709.00833"
> +      #:type 'article
> +      #:language (G_ "English")
> +      #:author "Ludovic Courtès"
> +      #:date (string->date "2017-09-04" "~Y-~m-~d"))
> +    (resource
> +      #:title (C_ "community resource title" "Guix: A most advanced operating system")
> +      #:link "https://ambrevar.xyz/guix-advance/index.html"
> +      #:type 'blog
> +      #:language (G_ "English")
> +      #:author "Pierre Neidhardt"
> +      #:date (string->date "2019-01-14" "~Y-~m-~d"))))

At least for the one that’s on YouTube, but perhaps also for the other
videos, we should host a copy at audio-video.gnu.org (I’ll check what it
takes to do that.)

We should also have a policy to not link to material that steers towards
non-free software (I believe the links above are fine).

Last but not least: we should encourage people to submit their things,
because I’m sure there’s much more we could add here!  :-)

That’s all I have to say.  Luís, everyone: thoughts?

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Mon, 12 Oct 2020 19:46:02 GMT) Full text and rfc822 format available.

Message #14 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> gnu.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Julien Lepiller <julien <at> lepiller.eu>,
 Luis Felipe <luis.felipe.la <at> protonmail.com>, 43871 <at> debbugs.gnu.org
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Mon, 12 Oct 2020 14:45:24 -0500
Ludovic Courtès <ludo <at> gnu.org> writes:

>
> At least for the one that’s on YouTube, but perhaps also for the other
> videos, we should host a copy at audio-video.gnu.org (I’ll check what it
> takes to do that.)
>
> We should also have a policy to not link to material that steers towards
> non-free software (I believe the links above are fine).
>

You can open a ticket for audio-video with the webmasters and we can
move it to the AV queue, or you can email audio-video <at> gnu.org directly.

-- 
Brett M. Gilio
<brettg <at> gnu.org>
https://brettgilio.com




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Tue, 13 Oct 2020 12:48:01 GMT) Full text and rfc822 format available.

Message #17 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Julien Lepiller <julien <at> lepiller.eu>,
 "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Tue, 13 Oct 2020 12:47:11 +0000
Hi,

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Monday, October 12, 2020 4:41 PM, Ludovic Courtès ludo <at> gnu.org wrote:

[...]

> We should also have a policy to not link to material that steers towards
> non-free software (I believe the links above are fine).
>
> Last but not least: we should encourage people to submit their things,
> because I’m sure there’s much more we could add here! :-)
>
> That’s all I have to say. Luís, everyone: thoughts?

Well, my idea was to have these kinds of resources grouped according to their types (https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00356.html). So, instead of a Community resources entry in the Media menu, there would be separate entries like Talks, Papers, etc.

So the Media part of the website could work like the Blog in that you could explore all kinds of media (/lang/media/) or media of some type (e.g. /lang/media/talks/).

Also, at this point you can see that blog posts and media items are resources that usually have a preview with similar information: title, date, summary, etc. Using record types you end up defining one preview procedure for every record type (type->shtml) with pretty much the same body. At that time I was looking for records that allow some kind of inheritance, or GOOPS, to have one preview procedure (or method) that would accept different records/objects with a common ancestor specifying the common fields (title, date, summary, etc.). I tried GOOPS at that time and it worked.

I don't know, I'm still inclined to do it this way...




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Tue, 13 Oct 2020 20:08:01 GMT) Full text and rfc822 format available.

Message #20 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Luis Felipe <luis.felipe.la <at> protonmail.com>
Cc: Julien Lepiller <julien <at> lepiller.eu>,
 "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Tue, 13 Oct 2020 22:06:51 +0200
Hi,

Luis Felipe <luis.felipe.la <at> protonmail.com> skribis:

> Well, my idea was to have these kinds of resources grouped according to their types (https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00356.html). So, instead of a Community resources entry in the Media menu, there would be separate entries like Talks, Papers, etc.
>
> So the Media part of the website could work like the Blog in that you could explore all kinds of media (/lang/media/) or media of some type (e.g. /lang/media/talks/).

Interesting, that makes sense to me, thanks for the reminder!

And yes, there’s already “Videos” and “Screenshots” (without /media in
the URL though), so I guess we could add “Talks” and “Papers” similarly.

Julien, does that look like a reasonable change to make?  WDYT?

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Tue, 13 Oct 2020 20:47:02 GMT) Full text and rfc822 format available.

Message #23 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Ludovic Courtès <ludo <at> gnu.org>,
 Luis Felipe <luis.felipe.la <at> protonmail.com>
Cc: "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Tue, 13 Oct 2020 16:46:12 -0400
[Message part 1 (text/plain, inline)]
Sounds reasonnable, but I won't be able to work on it before next week.

Le 13 octobre 2020 16:06:51 GMT-04:00, "Ludovic Courtès" <ludo <at> gnu.org> a écrit :
>Hi,
>
>Luis Felipe <luis.felipe.la <at> protonmail.com> skribis:
>
>> Well, my idea was to have these kinds of resources grouped according
>to their types
>(https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00356.html).
>So, instead of a Community resources entry in the Media menu, there
>would be separate entries like Talks, Papers, etc.
>>
>> So the Media part of the website could work like the Blog in that you
>could explore all kinds of media (/lang/media/) or media of some type
>(e.g. /lang/media/talks/).
>
>Interesting, that makes sense to me, thanks for the reminder!
>
>And yes, there’s already “Videos” and “Screenshots” (without /media in
>the URL though), so I guess we could add “Talks” and “Papers”
>similarly.
>
>Julien, does that look like a reasonable change to make?  WDYT?
>
>Thanks,
>Ludo’.
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Wed, 04 Nov 2020 10:39:01 GMT) Full text and rfc822 format available.

Message #26 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: Luis Felipe <luis.felipe.la <at> protonmail.com>, 43871 <at> debbugs.gnu.org
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Wed, 04 Nov 2020 11:38:25 +0100
Hi,

On Fri, 09 Oct 2020 at 00:38, Julien Lepiller <julien <at> lepiller.eu> wrote:

> This patch aims at adding a new page on the website that lists external
> resources that talk about guix (conference talks, blog posts and even
> academic papers).

Well, what is the status of this patch?

To put more on the table, we recently discussed on #guix-hpc [1] to list
channels (of package FSDG compliant).  It helps for discoverability.

For example,

https://github.com/BIMSBbioinfo/guix-bimsb
https://github.com/guix-science/guix-science


“Community” section makes sense for this purpose.  To be clear, the
subsection “Talks” of “Media” makes sense, as it is discussed; and
another section “Community” listing these channels (and maybe more) make
also sense.  WDYT?


1: <http://logs.guix.gnu.org/guix-hpc/2020-11-03.log#231059>

All the best,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Wed, 04 Nov 2020 16:13:01 GMT) Full text and rfc822 format available.

Message #29 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: Julien Lepiller <julien <at> lepiller.eu>,
 "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Wed, 04 Nov 2020 16:12:25 +0000
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, November 4, 2020 10:38 AM, zimoun <zimon.toutoune <at> gmail.com> wrote:

> Hi,
>
> On Fri, 09 Oct 2020 at 00:38, Julien Lepiller julien <at> lepiller.eu wrote:
>
> > This patch aims at adding a new page on the website that lists external
> > resources that talk about guix (conference talks, blog posts and even
> > academic papers).
>
> Well, what is the status of this patch?
>
> To put more on the table, we recently discussed on #guix-hpc [1] to list
> channels (of package FSDG compliant). It helps for discoverability.
>
> For example,
>
> https://github.com/BIMSBbioinfo/guix-bimsb
> https://github.com/guix-science/guix-science
>
> “Community” section makes sense for this purpose. To be clear, the
> subsection “Talks” of “Media” makes sense, as it is discussed; and
> another section “Community” listing these channels (and maybe more) make
> also sense. WDYT?


Or maybe add it to the Packages menu item? For example:

Packages (/LANG/packages/)
  Channels (/LANG/packages/channels/ or /LANG/channels/)

Also, the Packages page could also mention that that list of packages comes from the Guix channel, but more packages are available from other channels (and link to the new list of channels).

I don't know about the "Community" part because I think the Guix community [is | will be] split into "Libre Only Community" and "Open Source with Proprietary Comunity", so maybe each community should build their own websites that better reflect their own goals? I don't know...




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Wed, 04 Nov 2020 18:32:01 GMT) Full text and rfc822 format available.

Message #32 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Luis Felipe <luis.felipe.la <at> protonmail.com>
Cc: Julien Lepiller <julien <at> lepiller.eu>,
 "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Wed, 4 Nov 2020 19:31:10 +0100
Dear,

On Wed, 4 Nov 2020 at 17:12, Luis Felipe <luis.felipe.la <at> protonmail.com> wrote:

> Or maybe add it to the Packages menu item? For example:
>
> Packages (/LANG/packages/)
>   Channels (/LANG/packages/channels/ or /LANG/channels/)

Ok.  Maybe it is better.


> Also, the Packages page could also mention that that list of packages comes from the Guix channel, but more packages are available from other channels (and link to the new list of channels).

You mean add one sentence in the header of:

   <http://guix.gnu.org/en/packages/>

right?


> I don't know about the "Community" part because I think the Guix community [is | will be] split into "Libre Only Community" and "Open Source with Proprietary Comunity", so maybe each community should build their own websites that better reflect their own goals? I don't know...

I do not understand this last statement.  The website guix.gnu.org is
"Libre Only"; because it is GNU.  Therefore, the channels will be
FSDG-compliant packages only (often variants) and other channels
(often named 'nonfree') will be not listed here.  For example, even on
hpc.guix.info which is more permissive, nonfree channels contributed
by Ludo and/or Ricardo) about specific HPC tools are not listed
overthere.  What do you have in mind about "Open Source with
non-free"?

All the best,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Thu, 05 Nov 2020 00:37:02 GMT) Full text and rfc822 format available.

Message #35 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: Julien Lepiller <julien <at> lepiller.eu>,
 "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>
Subject: Re: [bug#43871] [PATCH website] Add community page
Date: Thu, 05 Nov 2020 00:36:24 +0000
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, November 4, 2020 6:31 PM, zimoun <zimon.toutoune <at> gmail.com> wrote:

> Dear,
>
> On Wed, 4 Nov 2020 at 17:12, Luis Felipe luis.felipe.la <at> protonmail.com wrote:
>
> > Or maybe add it to the Packages menu item? For example:
> > Packages (/LANG/packages/)
> > Channels (/LANG/packages/channels/ or /LANG/channels/)
>
> Ok. Maybe it is better.
>
> > Also, the Packages page could also mention that that list of packages comes from the Guix channel, but more packages are available from other channels (and link to the new list of channels).
>
> You mean add one sentence in the header of:
>
> http://guix.gnu.org/en/packages/
>
> right?

I mean, modify the introductory paragraph. For example:

···
GNU Guix provides 15,183 packages transparently available as pre-built binaries. These pages provide a complete list of the packages IN GUIX CHANNELS. Our continuous integration system shows their current build status (updated November 4, 2020). CHECK THE CHANNELS PAGE TO LEARN ABOUT OTHER CHANNELS THAT PROVIDE ADDITIONAL FREE SOFTWARE NOT INCLUDED IN THE GUIX CHANNEL.
···

Or something like that. And maybe the first use of the term "channel" in that paragraph should be linked to the definition of a channel in the manual.



> > I don't know about the "Community" part because I think the Guix community [is | will be] split into "Libre Only Community" and "Open Source with Proprietary Comunity", so maybe each community should build their own websites that better reflect their own goals? I don't know...
>
> I do not understand this last statement. The websiteguix.gnu.org is
> "Libre Only"; because it is GNU. Therefore, the channels will be
> FSDG-compliant packages only (often variants) and other channels
> (often named 'nonfree') will be not listed here. For example, even on
> hpc.guix.info which is more permissive, nonfree channels contributed
> by Ludo and/or Ricardo) about specific HPC tools are not listed
> overthere. What do you have in mind about "Open Source with
> non-free"?

Well, the thing is, when I read the word "Community" I think of the whole group of GNU Guix users, contributors, and enthusiasts (including people who use Guix with non-free software or who promote channels with non-free packages). So I don't like the word "community" because it would not include the whole Guix community (the group of people who use/promote non-free stuff would be excluded from the list).






Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Tue, 25 May 2021 14:57:01 GMT) Full text and rfc822 format available.

Message #38 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>,
 Julien Lepiller <julien <at> lepiller.eu>, zimoun <zimon.toutoune <at> gmail.com>
Subject: [PATCH website] Add community page
Date: Tue, 25 May 2021 14:55:59 +0000
Hi,

Just to let you know that I sent a patch that adds a new "Publications" page to the website (https://issues.guix.gnu.org/48637), which lists external written publications about Guix. It includes the written resources from Julien's community page.

In a different patch, I'll submit some changes to the videos part of the website and include videos from Julien's community page.

After that, I plan to submit another patch addressing zimoun's proposal about channels (a Channels page).


---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/




Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Tue, 25 May 2021 15:08:02 GMT) Full text and rfc822 format available.

Message #41 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Luis Felipe <luis.felipe.la <at> protonmail.com>,
 "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>,
 zimoun <zimon.toutoune <at> gmail.com>
Subject: Re: [PATCH website] Add community page
Date: Tue, 25 May 2021 11:07:05 -0400
[Message part 1 (text/plain, inline)]
That's great news! Thanks for working on that!

Le 25 mai 2021 10:55:59 GMT-04:00, Luis Felipe <luis.felipe.la <at> protonmail.com> a écrit :
>Hi,
>
>Just to let you know that I sent a patch that adds a new "Publications"
>page to the website (https://issues.guix.gnu.org/48637), which lists
>external written publications about Guix. It includes the written
>resources from Julien's community page.
>
>In a different patch, I'll submit some changes to the videos part of
>the website and include videos from Julien's community page.
>
>After that, I plan to submit another patch addressing zimoun's proposal
>about channels (a Channels page).
>
>
>---
>Luis Felipe López Acevedo
>https://luis-felipe.gitlab.io/
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#43871; Package guix-patches. (Thu, 01 Jul 2021 13:32:02 GMT) Full text and rfc822 format available.

Message #44 received at 43871 <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: "43871 <at> debbugs.gnu.org" <43871 <at> debbugs.gnu.org>,
 Julien Lepiller <julien <at> lepiller.eu>
Subject: Re: [PATCH website] Add community page
Date: Thu, 01 Jul 2021 13:31:13 +0000
Hello again,

On Tuesday, May 25th, 2021 at 2:55 PM, Luis Felipe <luis.felipe.la <at> protonmail.com> wrote:

> In a different patch, I'll submit some changes to the videos part of the website and include videos from Julien's community page.

Just to let you know that I submitted the videos patch: https://issues.guix.gnu.org/49310.




Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Fri, 19 Nov 2021 14:37:02 GMT) Full text and rfc822 format available.

Notification sent to Julien Lepiller <julien <at> lepiller.eu>:
bug acknowledged by developer. (Fri, 19 Nov 2021 14:37:02 GMT) Full text and rfc822 format available.

Message #49 received at 43871-close <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: 43871-close <at> debbugs.gnu.org
Subject: Add community page
Date: Fri, 19 Nov 2021 09:36:14 -0500
[Message part 1 (text/plain, inline)]
Closing since we now have equivalent pages :)
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 18 Dec 2021 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.