From unknown Mon Jun 23 13:10:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#53287 <53287@debbugs.gnu.org> To: bug#53287 <53287@debbugs.gnu.org> Subject: Status: [PATCH] doc: Document the documentation process. Reply-To: bug#53287 <53287@debbugs.gnu.org> Date: Mon, 23 Jun 2025 20:10:21 +0000 retitle 53287 [PATCH] doc: Document the documentation process. reassign 53287 guix-patches submitter 53287 jgart severity 53287 normal tag 53287 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 15 13:11:03 2022 Received: (at submit) by debbugs.gnu.org; 15 Jan 2022 18:11:03 +0000 Received: from localhost ([127.0.0.1]:41703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8nVx-0003IT-4H for submit@debbugs.gnu.org; Sat, 15 Jan 2022 13:11:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:38420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8nVt-0003II-9b for submit@debbugs.gnu.org; Sat, 15 Jan 2022 13:10:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8nVp-00063p-MA for guix-patches@gnu.org; Sat, 15 Jan 2022 13:10:50 -0500 Received: from mx2.dismail.de ([159.69.191.136]:12860) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8nV6-0004il-F6 for guix-patches@gnu.org; Sat, 15 Jan 2022 13:10:29 -0500 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 9b1e15fd for ; Sat, 15 Jan 2022 19:09:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=Oki05GBrZVRhYsC+BMHZR1+xfQ94azq6qIFxdh7limM=; b= Xhu+GJG6kpWtUgIXd8atIQF49ze4JHaWh2+fnS/KB9Uecp9mCpyc1GpSSrlt7PBP Xm7tTKNgmWdyXubd+c8lJN53VyChmYRoKt3/80Jxg5z2tY+AcyYtMB0gOHnX3mFR VbmktTH4loZuMj+knGv1EBw4Au7Luvt3dv5nDr0/G3z4YZRzuW+DtcQLetyP4duC QiSrQKbjFbG9mpSBHOR7La1QE63NTpPxwWPKrU8p71Cy/MKWzFYOm5sH8Nimb5R+ mr0TwI55gEjAEJjMxnaWVE7BOj/1KO8zixwCVw3B3arkjRBWotT8B0+bT0aOh0NK FBgo5F7+P5LkbuBpoFmShA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 245a2ac0 for ; Sat, 15 Jan 2022 19:09:56 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id c5b6e6b4 for ; Sat, 15 Jan 2022 19:09:56 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 8bd59fda (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 15 Jan 2022 19:09:55 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] doc: Document the documentation process. Date: Sat, 15 Jan 2022 13:08:48 -0500 Message-Id: <20220115180847.31250-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=159.69.191.136; envelope-from=jgart@dismail.de; helo=mx2.dismail.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Guix Together X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: Guix Together * doc/contributing.texi (Contributing): Add documentation documentation. Co-authored-by: jgart Julien Lepiller Matt Trzcinski Fabio Natali Gabor Boskovits --- Hi Guixers, Here is our work from today's documentation meetup. all best, doc/contributing.texi | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index 9f97788c0b..101b693412 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -30,6 +30,7 @@ choice. * Commit Access:: Pushing to the official repository. * Updating the Guix Package:: Updating the Guix package definition. * Translating Guix:: Make Guix speak your native language. +* Documenting Guix:: Improving documentation in GNU Guix. @end menu @node Building from Git @@ -1905,3 +1906,43 @@ differs for the various components. be updated accordingly (see @file{website/i18n-howto.txt} for more information on the process). @end itemize + +@cindex documentation +@node Documenting Guix +@section Documenting Guix + +Guix is documented using the Texinfo system. However, if you are not +yet familiar with it, we accept contributions for documentation in most +formats. That includes plain text, markdown, org-mode, etc... + +Documentation contributions can be sent to +@email{guix-patches@@gnu.org}. Prepend @code{[DOCUMENTATION]} to the +subject. + +When you need to make more than a simple addition to the documentation, +we prefer that you send a proper patch as opposed to sending an email +as described above. @xref{Submitting Patches} for more information on +how to send your patches. + +To modify the documentation, you need to edit @file{doc/guix.texi} and +@file{doc/contributing.texi} (which contains this documentation +section), or @file{doc/guix-cookbook.texi} for the cookbook. If +you compiled the Guix repository before, you will have +many more @file{.texi} files that are translations of these +documents. Do not modify them, the translation is managed through +@uref{https://translate.fedoraproject.org/projects/guix, Weblate}, +@pxref{Translating Guix} for more information. + +To render your documentation changes, we recommend to execute one of +the following commands: + +@itemize +@item @command{make doc/guix.info} to compile the info manual. + You can check it with @command{info doc/guix.info}. +@item @command{make doc/guix.html} to compile the HTML version. + You can point your browser to the relevant file in the + @file{doc/guix.html} directory. +@item @command{make doc/guix-cookbook.info} for the cookbook info manual. +@item @command{make doc/guix-cookbook.html} for the cookbook HTML version. +@end itemize + -- 2.34.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 15 14:38:19 2022 Received: (at 53287) by debbugs.gnu.org; 15 Jan 2022 19:38:19 +0000 Received: from localhost ([127.0.0.1]:41896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8osO-00080t-F4 for submit@debbugs.gnu.org; Sat, 15 Jan 2022 14:38:19 -0500 Received: from mx2.dismail.de ([159.69.191.136]:22149) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8osJ-00080P-N0 for 53287@debbugs.gnu.org; Sat, 15 Jan 2022 14:38:10 -0500 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 5a7b94f0; Sat, 15 Jan 2022 20:38:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=ytayzim6pBbg9gYkgi5ZJcCvOJOCC8QwAhxwY7PaKCI=; b= pIjBHXGGfhjTdmhXlIavzh4w5I/kM0xohCkTVF1sxlkUvsL7bIGycEx2kk+lrSwB W7mi3W2nyvbbyIodXzdDi/i8hpa4l7BlyaKs8MqbFq4CPESNMyyHQ+bLPjq5CGSO ZDhq/bOKpwB2N68Q40yxocHGB/bsLcLHnXN1QGxOBVNgKlOOrIIB7lV7NM/Xp00S x1VEqqxkihKOY4SnRpayTKNfDI+FJfYORln80UdcBYMk5N7AEAn0SMBaqwYSTYQU Fd1vCWXhVm6z7eC27MIUujd4hQkxBBA34fqVb+Dj/f3SJ/1QYZhr/ewmkQpgylHU V8Tptgi0WNxIqrIqJ7DXnw== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx2.dismail.de (OpenSMTPD) with ESMTP id da2d8611; Sat, 15 Jan 2022 20:38:00 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id b849561c; Sat, 15 Jan 2022 20:38:00 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id d74544da (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 15 Jan 2022 20:37:58 +0100 (CET) From: jgart To: 53287@debbugs.gnu.org Subject: [PATCH v2] doc: Document the documentation process. Date: Sat, 15 Jan 2022 14:27:39 -0500 Message-Id: <20220115192738.1461-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 53287 Cc: Gabor Boskovits , Julien Lepiller , jgart , Fabio Natali , Matt Trzcinski X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) * doc/contributing.texi (Contributing): Add documentation documentation. Co-authored-by: jgart Co-authored-by: Julien Lepiller Co-authored-by: Matt Trzcinski Co-authored-by: Fabio Natali Co-authored-by: Gabor Boskovits --- Here's a small fix that ngz suggested over irc. I also changed the committer to whereiseveryone and the email to use our public inbox instead of my own personal email. The commit "Co-authored-by:" statements where also missing from the previous patch. It had just the co-author's name and emails that I had pasted. all best, jgart https://whereiseveryone.srht.site/ gemini://whereiseveryone.srht.site/ doc/contributing.texi | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index 9f97788c0b..101b693412 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -30,6 +30,7 @@ choice. * Commit Access:: Pushing to the official repository. * Updating the Guix Package:: Updating the Guix package definition. * Translating Guix:: Make Guix speak your native language. +* Documenting Guix:: Improving documentation in GNU Guix. @end menu @node Building from Git @@ -1905,3 +1906,43 @@ differs for the various components. be updated accordingly (see @file{website/i18n-howto.txt} for more information on the process). @end itemize + +@cindex documentation +@node Documenting Guix +@section Documenting Guix + +Guix is documented using the Texinfo system. However, if you are not +yet familiar with it, we accept contributions for documentation in most +formats. That includes plain text, markdown, org-mode, etc... + +Documentation contributions can be sent to +@email{guix-patches@@gnu.org}. Prepend @code{[DOCUMENTATION]} to the +subject. + +When you need to make more than a simple addition to the documentation, +we prefer that you send a proper patch as opposed to sending an email +as described above. @xref{Submitting Patches} for more information on +how to send your patches. + +To modify the documentation, you need to edit @file{doc/guix.texi} and +@file{doc/contributing.texi} (which contains this documentation +section), or @file{doc/guix-cookbook.texi} for the cookbook. If +you compiled the Guix repository before, you will have +many more @file{.texi} files that are translations of these +documents. Do not modify them, the translation is managed through +@uref{https://translate.fedoraproject.org/projects/guix, Weblate}, +@pxref{Translating Guix} for more information. + +To render your documentation changes, we recommend to execute one of +the following commands: + +@itemize +@item @command{make doc/guix.info} to compile the info manual. + You can check it with @command{info doc/guix.info}. +@item @command{make doc/guix.html} to compile the HTML version. + You can point your browser to the relevant file in the + @file{doc/guix.html} directory. +@item @command{make doc/guix-cookbook.info} for the cookbook info manual. +@item @command{make doc/guix-cookbook.html} for the cookbook HTML version. +@end itemize + -- 2.34.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 15 14:46:05 2022 Received: (at 53287) by debbugs.gnu.org; 15 Jan 2022 19:46:06 +0000 Received: from localhost ([127.0.0.1]:41919 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8ozw-0008EL-I4 for submit@debbugs.gnu.org; Sat, 15 Jan 2022 14:46:05 -0500 Received: from mx2.dismail.de ([159.69.191.136]:20504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8ozr-0008Ds-Th for 53287@debbugs.gnu.org; Sat, 15 Jan 2022 14:45:58 -0500 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 65ea5ad6 for <53287@debbugs.gnu.org>; Sat, 15 Jan 2022 20:45:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=GuxCS4oUyMhaassmeDyz3+BPXZuTPnJJDAM3OvI2KmY=; b= DjYePmwuCoIcFsIj7+GR4C5IJvE5bKFcVS+tfo6+MYTTu9IGb7wiYt5dNeCZh0+c DVdCu0xAZ6S0Yc8R++xHDSLQhDZ0Gubix26do2xUc2ksITfuz8CgdoIp0u8YZ/XW yh2Rp3xiFRNLxxPFdR1VKFNucdgB4UtJo5co8p42/GuHJTSJdB6SeFWQKvxpGy5q kLaeqHSaLfVjOhi9aIVYN3I6b54/Kx23bz2Jxt4ElRUEkQWsJt5La1dJRhscZLul UsmxFcMG8QMBC5PA8vcB5i7m02Oy7u3DjiulXccrIv9BJMFWyKEhIWsmpx3McsCm x7J2reZ5vBxjQvGxtef3PQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 75c2a63d for <53287@debbugs.gnu.org>; Sat, 15 Jan 2022 20:45:49 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 64227479 for <53287@debbugs.gnu.org>; Sat, 15 Jan 2022 20:45:48 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 8b32a703 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 15 Jan 2022 20:45:42 +0100 (CET) From: jgart To: 53287@debbugs.gnu.org Subject: [PATCH v3] doc: Document the documentation process. Date: Sat, 15 Jan 2022 14:45:22 -0500 Message-Id: <20220115194521.2158-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53287 Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * doc/contributing.texi (Contributing): Add documentation documentation. Co-authored-by: jgart Julien Lepiller Matt Trzcinski Fabio Natali Gabor Boskovits --- doc/contributing.texi | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index 9f97788c0b..84ac478269 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -30,6 +30,7 @@ choice. * Commit Access:: Pushing to the official repository. * Updating the Guix Package:: Updating the Guix package definition. * Translating Guix:: Make Guix speak your native language. +* Documenting Guix:: Improving documentation in GNU Guix. @end menu @node Building from Git @@ -1905,3 +1906,43 @@ differs for the various components. be updated accordingly (see @file{website/i18n-howto.txt} for more information on the process). @end itemize + +@cindex documentation +@node Documenting Guix +@section Documenting Guix + +Guix is documented using the Texinfo system. However, if you are not +yet familiar with it, we accept contributions for documentation in most +formats. That includes plain text, Markdown, Org, etc... + +Documentation contributions can be sent to +@email{guix-patches@@gnu.org}. Prepend @samp{[DOCUMENTATION]} to the +subject. + +When you need to make more than a simple addition to the documentation, +we prefer that you send a proper patch as opposed to sending an email +as described above. @xref{Submitting Patches} for more information on +how to send your patches. + +To modify the documentation, you need to edit @file{doc/guix.texi} and +@file{doc/contributing.texi} (which contains this documentation +section), or @file{doc/guix-cookbook.texi} for the cookbook. If +you compiled the Guix repository before, you will have +many more @file{.texi} files that are translations of these +documents. Do not modify them, the translation is managed through +@uref{https://translate.fedoraproject.org/projects/guix, Weblate}, +@pxref{Translating Guix} for more information. + +To render your documentation changes, we recommend to execute one of +the following commands: + +@itemize +@item @samp{make doc/guix.info} to compile the info manual. + You can check it with @command{info doc/guix.info}. +@item @samp{make doc/guix.html} to compile the HTML version. + You can point your browser to the relevant file in the + @file{doc/guix.html} directory. +@item @samp{make doc/guix-cookbook.info} for the cookbook info manual. +@item @samp{make doc/guix-cookbook.html} for the cookbook HTML version. +@end itemize + -- 2.34.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 15 15:17:21 2022 Received: (at 53287) by debbugs.gnu.org; 15 Jan 2022 20:17:21 +0000 Received: from localhost ([127.0.0.1]:41971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8pUH-0002sy-BF for submit@debbugs.gnu.org; Sat, 15 Jan 2022 15:17:21 -0500 Received: from mx1.dismail.de ([78.46.223.134]:40837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8pUC-0002sf-IL for 53287@debbugs.gnu.org; Sat, 15 Jan 2022 15:17:20 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id abb3c9bc; Sat, 15 Jan 2022 21:17:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=2D8f21PqKfio49hCNRpvGGLTcUlWxcrCcnGbXk1Z6w4=; b=izU TERaCr+VM99XdF4skPQIf8f5wRL9Ons/P9j/vakjH3Nnz0lXofRYgy74zeqq7ZdU pLh/EZyAjWdrrbIv4zGjN/GYFRVno0oWUXDD5Lc1xB69pFkg4HCTZHxVbGgbqxkQ 4Dl9KYDtGrweB0TRnnqIv7PX72hVCU1e0EzUvHAbfng0N2xNsuj/TBk4wBr0aQ62 qAR6pM5/FT4B5AxtQoDJ23wSmB3OSu3q9wk7FnyKjK+hXuEeurqZYxNj7sbzRJqE sc2aR5zVvfNIvtuqJBdDUPfu0uv2ZRJAtb7oQ0F3sSJypNdG4NJyt8bYMiAx+/HM XGDlhE8gDamwCa2K02w== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 6c7a1ecb; Sat, 15 Jan 2022 21:17:09 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 11bc497a; Sat, 15 Jan 2022 21:17:09 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id bc3597e3 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 15 Jan 2022 21:17:08 +0100 (CET) Date: Sat, 15 Jan 2022 15:17:05 -0500 Message-ID: <20220115151705.GB2736@gac.attlocal.net> From: jgart To: Oliver Propst Subject: Re: Guix Documentation Meetup This Saturday (January 15) In-Reply-To: <20220111112944.GB24908@gac.attlocal.net> References: <20220111110120.GC23721@gac.attlocal.net> <254f6e3db802c61a7bb956c6dce3b2aa@fripost.org> <20220111112944.GB24908@gac.attlocal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53287 Cc: Guix Devel , 53287@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Tue, 11 Jan 2022 11:29:44 -0500 jgart wrote: > On Tue, 11 Jan 2022 17:23:38 +0100 Oliver Propst wrote: > > On 2022-01-11 17:01, jgart wrote: > > > Hi Guixers, > > > > Hi Jgart thanks for the *note. > > > > *will try to attend the meeting. > > Hi Oliver, > > Cool, hope to see you there! > > all best, > > jgart > Hi Guixers, We had a great turn out and insightful discussions about contibuting to and documenting Guix. Here are the notes and chat log the people added to BBB from today's Guix Documentation Meetup: https://paste.sr.ht/~whereiseveryone/69bad7722fad84edb1d6bed1f2c95b6e138f8154 https://paste.sr.ht/~whereiseveryone/11142d27dbe26732a8f5745e918ead9014b848f6 Our patch to upstream: https://issues.guix.gnu.org/53287 Hope to catch you on the next one! all best, jgart From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 17 11:33:18 2022 Received: (at submit) by debbugs.gnu.org; 17 Jan 2022 16:33:18 +0000 Received: from localhost ([127.0.0.1]:47718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9UwY-0004vl-69 for submit@debbugs.gnu.org; Mon, 17 Jan 2022 11:33:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:45072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9UwU-0004vS-Fc for submit@debbugs.gnu.org; Mon, 17 Jan 2022 11:33:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34780) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9UwS-00015V-Lg for guix-patches@gnu.org; Mon, 17 Jan 2022 11:33:14 -0500 Received: from [2a00:1450:4864:20::32d] (port=36793 helo=mail-wm1-x32d.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n9UwR-00021w-BM for guix-patches@gnu.org; Mon, 17 Jan 2022 11:33:12 -0500 Received: by mail-wm1-x32d.google.com with SMTP id g81-20020a1c9d54000000b0034cd1acd9b5so2943293wme.1 for ; Mon, 17 Jan 2022 08:33:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=Y9RXD6U9FFoyk4HJPMaGvAMn3OhzTWC8eE1PlwEb9PY=; b=aLK4JP7U1NktyJahskmaw8unr1PWo0LqCQR9XoV5IETkhO5gxzSErsvImD7BJRznid 9G/BBkKbC0F9etPdGMQVSrl6VMBsVRflPnkKyqJGBJAjtmUfTtRUXmbowqwexuM4eW13 jAzSZMZZQ6XJbRc4riU3YuhOarGOyl9brAtHpHf4KQLjIJ03YRDaZelYIykO6iiDuGB4 XClBhQdKNSJqOzn5NbQ/jk3W2sjl5YCZnMkWR8obkG/ZfRkKCMGST55DkupcMqNVr1Eq VrEjgzF9qjRe94M3t2XNve6e+H4xARC/eJxhVoGRK6vLMeqAJyr03NGCpLKI0+SnJt0w wEEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=Y9RXD6U9FFoyk4HJPMaGvAMn3OhzTWC8eE1PlwEb9PY=; b=r7Skopf5LFk36RFcy3ATE/J5YwZg0Yqu91YqlvqAgT/+NzUIzCdQM3tU8PXDos6oHn MyinktVYRHa67SqPyRoc0jxiJwXZq48+JzNnglcMAQDYOV3zjUBe59ItCFHaSgx8kkW6 hauNPMgVagJ66t4YL6UhglyBtZJDHinh2u62Xmb1RGhvxKtB0xGIvyoC+o2z97ATbxDz eJZSfZahA5QWaMZ7ZDv4GyRb09l8KQ9iK3b/scOdmAyJDQVkOuuFPm9yGZYb84+N/Ugk ZT8MRHO9YPjsr5CK5ql0ndOAH08QNojXdcHs5YOOFY7ZggKP+hByLO1ZpReJAcYMXg7e yDEA== X-Gm-Message-State: AOAM532NBdYlh7ZlaxOF6PQ3hO1t/UdIyoXxrtrq7t4aKZERUlfqXab4 QsLJPGu3OqMwyz3Qll+rrDUsQzFFIi8= X-Google-Smtp-Source: ABdhPJygjo80HK1AZ9G1bXlLXp2HYBiTW94wuMRBVc1Hp0YUVmeLG8kGucqHsJqfJYuPhibvx26A7g== X-Received: by 2002:a7b:c401:: with SMTP id k1mr20895459wmi.67.1642437189870; Mon, 17 Jan 2022 08:33:09 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id c3sm16782637wrd.54.2022.01.17.08.33.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jan 2022 08:33:09 -0800 (PST) From: zimoun To: jgart via Guix-patches via , 53287@debbugs.gnu.org Subject: Re: [bug#53287] [PATCH v3] doc: Document the documentation process. In-Reply-To: <20220115194521.2158-1-jgart@dismail.de> References: <20220115180847.31250-1-jgart@dismail.de> <20220115194521.2158-1-jgart@dismail.de> Date: Mon, 17 Jan 2022 17:31:31 +0100 Message-ID: <8635lmfhng.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::32d (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::32d; envelope-from=zimon.toutoune@gmail.com; helo=mail-wm1-x32d.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi, On Sat, 15 Jan 2022 at 14:45, jgart via Guix-patches via wrote: > * doc/contributing.texi (Contributing): Add documentation documentation. [...] > +Guix is documented using the Texinfo system. However, if you are not > +yet familiar with it, we accept contributions for documentation in most > +formats. That includes plain text, Markdown, Org, etc... It is ellipses or etc. not both. :-) +formats. That includes plain text, Markdown, Org, etc. (And no double period after an abbreviation. :-)) All LGTM. Thanks for this collaborative contribution. Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 21 16:06:42 2022 Received: (at 53287) by debbugs.gnu.org; 21 Jan 2022 21:06:42 +0000 Received: from localhost ([127.0.0.1]:35174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nB17E-0002CJ-1H for submit@debbugs.gnu.org; Fri, 21 Jan 2022 16:06:41 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:34156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nB17B-0002Bt-MN for 53287@debbugs.gnu.org; Fri, 21 Jan 2022 16:06:35 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0A49A3D7; Fri, 21 Jan 2022 22:06:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66AsKaZxyyTN; Fri, 21 Jan 2022 22:06:26 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id AD2991D2; Fri, 21 Jan 2022 22:06:25 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#53287: [PATCH] doc: Document the documentation process. References: <20220115180847.31250-1-jgart@dismail.de> <20220115194521.2158-1-jgart@dismail.de> Date: Fri, 21 Jan 2022 22:06:25 +0100 In-Reply-To: <20220115194521.2158-1-jgart@dismail.de> (jgart@dismail.de's message of "Sat, 15 Jan 2022 14:45:22 -0500") Message-ID: <87wnis3ijy.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 0A49A3D7 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53287 Cc: 53287@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hi! jgart skribis: > * doc/contributing.texi (Contributing): Add documentation documentation. > > Co-authored-by: jgart > Julien Lepiller > Matt Trzcinski > Fabio Natali > Gabor Boskovits That=E2=80=99s a much welcome addition! Overall it LGTM. I have minor comments to complement what zimoun already wrote: > --- a/doc/contributing.texi > +++ b/doc/contributing.texi > @@ -30,6 +30,7 @@ choice. > * Commit Access:: Pushing to the official repository. > * Updating the Guix Package:: Updating the Guix package definition. > * Translating Guix:: Make Guix speak your native language. > +* Documenting Guix:: Improving documentation in GNU Guix. > @end menu I=E2=80=99d move this section before =E2=80=9CTranslating Guix=E2=80=9D bec= ause that conceptually happens before. Note that you need to add the line above also in the other menus that show this section. In Emacs that=E2=80=99s M-x texinfo-all-menus-update I think, but otherwise you can copy/paste it by hand=E2=80=A6 (Menus are one= of the bad things of Texinfo.) Last, how about changing the title to =E2=80=9CWriting Documentation=E2=80= =9D or something along these lines? (In general I like to not repeat =E2=80=9CGui= x=E2=80=9D everywhere because it=E2=80=99s implicit.) > +Guix is documented using the Texinfo system. However, if you are not I=E2=80=99d remove =E2=80=9CHowever=E2=80=9D. > +To modify the documentation, you need to edit @file{doc/guix.texi} and > +@file{doc/contributing.texi} (which contains this documentation > +section), or @file{doc/guix-cookbook.texi} for the cookbook. If > +you compiled the Guix repository before, you will have > +many more @file{.texi} files that are translations of these > +documents. Do not modify them, the translation is managed through > +@uref{https://translate.fedoraproject.org/projects/guix, Weblate}, Replace comma with a period=E2=80=A6 > +@pxref{Translating Guix} for more information. =E2=80=A6 and pxref with xref. > +To render your documentation changes, we recommend to execute one of > +the following commands: What about: To render documentation, you must first make sure that you ran @command{./configure} in your source tree (@pxref{Running Guix Before It Is Installed}). After than you can run one of the following commands: ? > +@itemize > +@item @samp{make doc/guix.info} to compile the info manual. s/info manual/Info manual/ > +@item @samp{make doc/guix-cookbook.info} for the cookbook info manual. Likewise. Could you send an updated patch? Thumbs up to everyone who participated in this meetup! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 25 02:27:48 2022 Received: (at 53287) by debbugs.gnu.org; 25 Jan 2022 07:27:48 +0000 Received: from localhost ([127.0.0.1]:46771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCGF1-00053A-NX for submit@debbugs.gnu.org; Tue, 25 Jan 2022 02:27:47 -0500 Received: from mx1.dismail.de ([78.46.223.134]:20238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCGEz-00052x-Kq for 53287@debbugs.gnu.org; Tue, 25 Jan 2022 02:27:46 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5ab0b32d; Tue, 25 Jan 2022 08:27:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:references:mime-version:content-type :content-transfer-encoding; s=20190914; bh=GBUytOP5IQNpwJSu86zNi kms86q8hGdWxcSfnNdQX1k=; b=DgI53h1IjowKpZIYTaE1JoPRQY+DPN5ALyvaj BDILLrPyPKuxFe/bhN7fQYh6DJ3ppjlzvlHs6h/nmQtIJm/TgfveikO1PHcqAQ5c XQyFvMLpOrROP95UOO2ro7eO7zdICFC9vXiRwmvdVEhAZQSu6RJXqwEzfQlmpYAc hz0q26WBnRyt8Xx7UE441L1feoBEl54WHVGfVyTPh6K2M1OEojLbg7yN1U+2i2gX bDFVqhRF0MHWQ2Ul+ZjQLA2lAlNQ5WD4qj6PKnngrNdXQLCW6XtsUb8uyEUsXozs +dar4puR5gCaXJzF4hDnsy+u0jIcmTB8VG80+nqNdiDfnBRwg== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 9ce5302a; Tue, 25 Jan 2022 08:27:38 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 549b63ca; Tue, 25 Jan 2022 08:27:38 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id bddfdeb4 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 25 Jan 2022 08:27:37 +0100 (CET) Date: Tue, 25 Jan 2022 02:27:31 -0500 Message-ID: <20220125022731.GB6597@gac.attlocal.net> From: jgart To: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Lepiller , Matt Trzcinski , Fabio Natali , Gabor Boskovits Bcc: Subject: Re: bug#53287: [PATCH] doc: Document the docu [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [78.46.223.134 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 53287 Cc: Julien Lepiller , 53287@debbugs.gnu.org, zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Lepiller , Matt Trzcinski , Fabio Natali , Gabor Boskovits Bcc: Subject: Re: bug#53287: [PATCH] doc: Document the documentation process. Reply-To: In-Reply-To: <87wnis3ijy.fsf_-_@gnu.org> On Fri, 21 Jan 2022 22:06:25 +0100 Ludovic Courtès wrote: > Could you send an updated patch? Hi Zimoun and Ludo, Thank you for the reviews! It is much appreciated. I'll get back to you soon regarding an updated patch. I'll probably be able to work on this again this coming weekend once my time frees up. If anyone from the meetup would like to send an updated patch before then feel free to do so. > Thumbs up to everyone who participated in this meetup! Thank you! Much appreciated. I'm looking to forward to more Guix hacking with everyone. all best, jgart From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 08 14:27:18 2022 Received: (at 53287) by debbugs.gnu.org; 8 Apr 2022 18:27:18 +0000 Received: from localhost ([127.0.0.1]:35925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nctKC-0003ha-BS for submit@debbugs.gnu.org; Fri, 08 Apr 2022 14:27:18 -0400 Received: from mail-4318.protonmail.ch ([185.70.43.18]:56391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nctK7-0003hC-VZ for 53287@debbugs.gnu.org; Fri, 08 Apr 2022 14:27:11 -0400 Date: Fri, 08 Apr 2022 18:26:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1649442418; bh=vq/do9PYQyXd6710ZswavkiAMKy6aJGVFZ0yUNp8fu8=; h=Date:To:From:Reply-To:Subject:Message-ID:From:To:Cc:Date:Subject: Reply-To:Feedback-ID:Message-ID; b=nLqGPbwbjnIFXNTtwgPIIzf0VZSBZGkXFEbbei8v4eUa1E2NN92lcKORRUX0HNqui Em1z2VTp5BcB9iLJrT2ZLBAMdiYXdXEfiz4S4T6tJfDEDbshqSILgoeawTTT7w5wM6 p0+liY/N6wW32q9c08e8New+y2N9icLsTf92AQpx9ffSotaUn0jnWDYFyisDSbOrWs IvBKKRsDVS9rPTYCPO7iHVMZJYlRCVJRSgQA1L+OhkUu5duapXDivGaMk9UyhRuj5G ckf4vdZl01hp3sLlO7tlrNv+kjYM3VqwXJX98k5c2S9/sLcqbCxExmAJzaeFNFQ7X4 BoR1t4jS0IDpw== To: "53287@debbugs.gnu.org" <53287@debbugs.gnu.org> From: Luis Felipe Subject: [PATCH] doc: Document the documentation process. Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha256; boundary="------6eef6500e98eb045949c67e44e02c55864d47e991048092a3d16a4d2d65cf1c0"; charset=utf-8 X-Spam-Score: 3.0 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, I attach an updated patch with the changes suggested by zimoun and Ludovic. Cheers, Content analysis details: (3.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_H5 RBL: Excellent reputation (+5) [185.70.43.18 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (luis.felipe.la[at]protonmail.com) 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -0.0 T_SCC_BODY_TEXT_LINE No description available. 3.0 AC_FROM_MANY_DOTS Multiple periods in From user name X-Debbugs-Envelope-To: 53287 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Luis Felipe Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------6eef6500e98eb045949c67e44e02c55864d47e991048092a3d16a4d2d65cf1c0 Content-Type: multipart/mixed;boundary=---------------------c41f1ec9ce23e43c993f06c8342a725a -----------------------c41f1ec9ce23e43c993f06c8342a725a Content-Transfer-Encoding: quoted-printable Content-Type: text/plain;charset=utf-8 Hi, I attach an updated patch with the changes suggested by zimoun and Ludovic= . Cheers, --- Luis Felipe L=C3=B3pez Acevedo -----------------------c41f1ec9ce23e43c993f06c8342a725a Content-Type: text/x-patch; filename="0001-doc-Document-the-documentation-process.patch"; name="0001-doc-Document-the-documentation-process.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="0001-doc-Document-the-documentation-process.patch"; name="0001-doc-Document-the-documentation-process.patch" RnJvbSBjODA4ZDBkMmMyMGU2NTkyNzNlODAxOTI0MGE2MzkxZWQ2YTlmMWRhIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBqZ2FydCA8amdhcnRAZGlzbWFpbC5kZT4KRGF0ZTogU2F0LCAx NSBKYW4gMjAyMiAxNDo0NToyMiAtMDUwMApTdWJqZWN0OiBbUEFUQ0hdIGRvYzogRG9jdW1lbnQg dGhlIGRvY3VtZW50YXRpb24gcHJvY2Vzcy4KCiogZG9jL2NvbnRyaWJ1dGluZy50ZXhpIChDb250 cmlidXRpbmcpOiBBZGQgV3JpdGluZyBEb2N1bWVudGF0aW9uIHNlY3Rpb24uCgpDby1hdXRob3Jl ZC1ieTogamdhcnQgPGpnYXJ0QGRpc21haWwuZGU+Ckp1bGllbiBMZXBpbGxlciA8anVsaWVuQGxl cGlsbGVyLmV1PgpNYXR0IFRyemNpbnNraSA8bWF0dEBleGNhbGFtdXMuY29tPgpGYWJpbyBOYXRh bGkgPG1lQGZhYmlvbmF0YWxpLmNvbT4KR2Fib3IgQm9za292aXRzIDxib3Nrb3ZpdHNAZ21haWwu Y29tPgotLS0KIGRvYy9jb250cmlidXRpbmcudGV4aSB8IDQyICsrKysrKysrKysrKysrKysrKysr KysrKysrKysrKysrKysrKysrKysrKwogMSBmaWxlIGNoYW5nZWQsIDQyIGluc2VydGlvbnMoKykK CmRpZmYgLS1naXQgYS9kb2MvY29udHJpYnV0aW5nLnRleGkgYi9kb2MvY29udHJpYnV0aW5nLnRl eGkKaW5kZXggODYyZGNiZjEyYS4uM2E3YjZlNjAxMiAxMDA2NDQKLS0tIGEvZG9jL2NvbnRyaWJ1 dGluZy50ZXhpCisrKyBiL2RvYy9jb250cmlidXRpbmcudGV4aQpAQCAtMjksNiArMjksNyBAQCBj aG9pY2UuCiAqIFRyYWNraW5nIEJ1Z3MgYW5kIFBhdGNoZXM6OiAgIEtlZXBpbmcgaXQgYWxsIG9y Z2FuaXplZC4KICogQ29tbWl0IEFjY2Vzczo6ICAgICAgICAgICAgICAgUHVzaGluZyB0byB0aGUg b2ZmaWNpYWwgcmVwb3NpdG9yeS4KICogVXBkYXRpbmcgdGhlIEd1aXggUGFja2FnZTo6ICAgVXBk YXRpbmcgdGhlIEd1aXggcGFja2FnZSBkZWZpbml0aW9uLgorKiBXcml0aW5nIERvY3VtZW50YXRp b246OiAgICAgICBJbXByb3ZpbmcgZG9jdW1lbnRhdGlvbiBpbiBHTlUgR3VpeC4KICogVHJhbnNs YXRpbmcgR3VpeDo6ICAgICAgICAgICAgTWFrZSBHdWl4IHNwZWFrIHlvdXIgbmF0aXZlIGxhbmd1 YWdlLgogQGVuZCBtZW51CiAKQEAgLTE2OTcsNiArMTY5OCw0NyBAQCBUaGlzIGNoZWNrIGNhbiBi ZSBkaXNhYmxlZCwgQGVtcGh7YXQgeW91ciBvd24gcGVyaWx9LCBieSBzZXR0aW5nIHRoZQogdGhp cyB2YXJpYWJsZSBpcyBzZXQsIHRoZSB1cGRhdGVkIHBhY2thZ2Ugc291cmNlIGlzIGFsc28gYWRk ZWQgdG8gdGhlCiBzdG9yZS4gIFRoaXMgaXMgdXNlZCBhcyBwYXJ0IG9mIHRoZSByZWxlYXNlIHBy b2Nlc3Mgb2YgR3VpeC4KIAorQGNpbmRleCBkb2N1bWVudGF0aW9uCitAbm9kZSBXcml0aW5nIERv Y3VtZW50YXRpb24KK0BzZWN0aW9uIFdyaXRpbmcgRG9jdW1lbnRhdGlvbgorCitHdWl4IGlzIGRv Y3VtZW50ZWQgdXNpbmcgdGhlIFRleGluZm8gc3lzdGVtLiAgSWYgeW91IGFyZSBub3QgeWV0Citm YW1pbGlhciB3aXRoIGl0LCB3ZSBhY2NlcHQgY29udHJpYnV0aW9ucyBmb3IgZG9jdW1lbnRhdGlv biBpbiBtb3N0Citmb3JtYXRzLiAgVGhhdCBpbmNsdWRlcyBwbGFpbiB0ZXh0LCBNYXJrZG93biwg T3JnLCBldGMuCisKK0RvY3VtZW50YXRpb24gY29udHJpYnV0aW9ucyBjYW4gYmUgc2VudCB0bwor QGVtYWlse2d1aXgtcGF0Y2hlc0BAZ251Lm9yZ30uICBQcmVwZW5kIEBzYW1we1tET0NVTUVOVEFU SU9OXX0gdG8gdGhlCitzdWJqZWN0LgorCitXaGVuIHlvdSBuZWVkIHRvIG1ha2UgbW9yZSB0aGFu IGEgc2ltcGxlIGFkZGl0aW9uIHRvIHRoZSBkb2N1bWVudGF0aW9uLAord2UgcHJlZmVyIHRoYXQg eW91IHNlbmQgYSBwcm9wZXIgcGF0Y2ggYXMgb3Bwb3NlZCB0byBzZW5kaW5nIGFuIGVtYWlsCith cyBkZXNjcmliZWQgYWJvdmUuICBAeHJlZntTdWJtaXR0aW5nIFBhdGNoZXN9IGZvciBtb3JlIGlu Zm9ybWF0aW9uIG9uCitob3cgdG8gc2VuZCB5b3VyIHBhdGNoZXMuCisKK1RvIG1vZGlmeSB0aGUg ZG9jdW1lbnRhdGlvbiwgeW91IG5lZWQgdG8gZWRpdCBAZmlsZXtkb2MvZ3VpeC50ZXhpfSBhbmQK K0BmaWxle2RvYy9jb250cmlidXRpbmcudGV4aX0gKHdoaWNoIGNvbnRhaW5zIHRoaXMgZG9jdW1l bnRhdGlvbgorc2VjdGlvbiksIG9yIEBmaWxle2RvYy9ndWl4LWNvb2tib29rLnRleGl9IGZvciB0 aGUgY29va2Jvb2suICBJZgoreW91IGNvbXBpbGVkIHRoZSBHdWl4IHJlcG9zaXRvcnkgYmVmb3Jl LCB5b3Ugd2lsbCBoYXZlCittYW55IG1vcmUgQGZpbGV7LnRleGl9IGZpbGVzIHRoYXQgYXJlIHRy YW5zbGF0aW9ucyBvZiB0aGVzZQorZG9jdW1lbnRzLiAgRG8gbm90IG1vZGlmeSB0aGVtLCB0aGUg dHJhbnNsYXRpb24gaXMgbWFuYWdlZCB0aHJvdWdoCitAdXJlZntodHRwczovL3RyYW5zbGF0ZS5m ZWRvcmFwcm9qZWN0Lm9yZy9wcm9qZWN0cy9ndWl4LCBXZWJsYXRlfS4KK0B4cmVme1RyYW5zbGF0 aW5nIEd1aXh9IGZvciBtb3JlIGluZm9ybWF0aW9uLgorCitUbyByZW5kZXIgZG9jdW1lbnRhdGlv biwgeW91IG11c3QgZmlyc3QgbWFrZSBzdXJlIHRoYXQgeW91IHJhbgorQGNvbW1hbmR7Li9jb25m aWd1cmV9IGluIHlvdXIgc291cmNlIHRyZWUgKEBweHJlZntSdW5uaW5nIEd1aXggQmVmb3JlCitJ dCBJcyBJbnN0YWxsZWR9KS4gIEFmdGVyIHRoYXQgeW91IGNhbiBydW4gb25lIG9mIHRoZSBmb2xs b3dpbmcKK2NvbW1hbmRzOgorCitAaXRlbWl6ZQorQGl0ZW0gQHNhbXB7bWFrZSBkb2MvZ3VpeC5p bmZvfSB0byBjb21waWxlIHRoZSBJbmZvIG1hbnVhbC4KKyAgICAgIFlvdSBjYW4gY2hlY2sgaXQg d2l0aCBAY29tbWFuZHtpbmZvIGRvYy9ndWl4LmluZm99LgorQGl0ZW0gQHNhbXB7bWFrZSBkb2Mv Z3VpeC5odG1sfSB0byBjb21waWxlIHRoZSBIVE1MIHZlcnNpb24uCisgICAgICBZb3UgY2FuIHBv aW50IHlvdXIgYnJvd3NlciB0byB0aGUgcmVsZXZhbnQgZmlsZSBpbiB0aGUKKyAgICAgIEBmaWxl e2RvYy9ndWl4Lmh0bWx9IGRpcmVjdG9yeS4KK0BpdGVtIEBzYW1we21ha2UgZG9jL2d1aXgtY29v a2Jvb2suaW5mb30gZm9yIHRoZSBjb29rYm9vayBJbmZvIG1hbnVhbC4KK0BpdGVtIEBzYW1we21h a2UgZG9jL2d1aXgtY29va2Jvb2suaHRtbH0gZm9yIHRoZSBjb29rYm9vayBIVE1MIHZlcnNpb24u CitAZW5kIGl0ZW1pemUKKwogQGNpbmRleCB0cmFuc2xhdGlvbgogQGNpbmRleCBsMTBuCiBAY2lu ZGV4IGkxOG4KLS0gCjIuMzQuMAoK -----------------------c41f1ec9ce23e43c993f06c8342a725a Content-Type: application/pgp-keys; filename="publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc"; name="publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc"; name="publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc" LS0tLS1CRUdJTiBQR1AgUFVCTElDIEtFWSBCTE9DSy0tLS0tDQpWZXJzaW9uOiBPcGVuUEdQLmpz IHY0LjEwLjEwDQpDb21tZW50OiBodHRwczovL29wZW5wZ3Bqcy5vcmcNCg0KeHNCTkJGOFpwVWdC Q0FETGpoMnVtMkpkbDlCUUtrZ01TZ25ISitzSGg3S3ovdlA5c3dxN0hZTEVuRmc2DQpIQjRLa3Vv V0lxTXlFSnJOYzRrNVJQSGJ4azlxQTB6a0Exd0E4eHYzakErMlVsaVFra1pSMCs0cjlLK3gNCmZZ RGx4ZHd2Sk1VRVJaUk5kb3QvZnFCaGtTYmhpVElTU3pvRUs2ZjNreHdiN3NyME9jSkx2aU5wQ0tv aw0KWVo1Rnc0UXp3Q0Y5V1hja0VmOXNFeGNGYzZDTkdLL0pCVlZaZlZocVZNa3hqUU42YnF1WW56 a3E4WVNoDQo5Z1lTOVgxdmxiZFJBeWVLUmFxNHVqSXV0aVM2djAybDRSRTZ1RjVqaXI4eC9UeDc3 NEZualBCNmdDdWwNCk5TeDZCZmhVTndZeWJ5UFB4SVhYOUpPNHZrT3ZXNE9NZVdjcW1BK1VnQ3c5 Vmk5dnJDN3lISlRGQUJFQg0KQUFITlBXeDFhWE11Wm1Wc2FYQmxMbXhoUUhCeWIzUnZibTFoYVd3 dVkyOXRJRHhzZFdsekxtWmxiR2x3DQpaUzVzWVVCd2NtOTBiMjV0WVdsc0xtTnZiVDdDd0hZRUVB RUlBQ0FGQWw4WnBVZ0dDd2tIQ0FNQ0JCVUkNCkNnSUVGZ0lCQUFJWkFRSWJBd0llQVFBS0NSQTU0 TWRqZWpuR3FWVWFCLzk3UC9WSEtwK0FiRWJMemVkNg0KUEloSHI2NGQ4ek5PN21ibG5Gd056NDlo azdKbVJZTDV2UDJWL21DMDNXSUpmU2ppdllHU2lIbkxSZURFDQpubG1VQ01mM20rMU45OGVBaXFI TkVnNmVpaTMyYXFWUWJheHYveis1OVJHZUtIMkFsdGFkcHNUQWdLVXMNCjFrL2Z0ZEJXVlplYitC QXJHYWlsREU3OHVlYiszWE15Z3ZDV2oyMWZleS81VXZiakhxUjlMNEpZVGlTbQ0Kd1l6N0hmWm8r REU3WUlzY3ptVmVoOE0xVnpDbC8xaWFoazlVRUxqQVAvalArcnVNVDlxRVd1ajJRbGxBDQpNZVBH UnpRYnFpRGhWUzhMRmRqQkhOb0tMeHlobmJERUZqSEYvNHhOcThqbFFMZkdKWjVoS2V0dForYlUN ClNXYUVYRjNoano5V1dVOGE1Sy8yTS9Ib3pzQk5CRjhacFVnQkNBREtVblJJOXl6NFJ2TnV2U09J RmxKdg0Ka2ZvSGVaci9CTGNTR1ZjU0JreDVsc0tkVnpNeDkrVWFhZUtqV3BJTyt4ZkVOc3o3YitC Vm9CTDBXcnY5DQo0aGx3V21HNXEwQWRFeVUxL2ZRc1JSN201TzFlYTZVVDNmdVVnMVZzakZaK1Iz alN5bEF0eXpJWk0wTFUNCmJXNUY2NzNLNEF1U2NGcE44TkxHVGdScjBXUWwvQm5Id2gyWFExeHFo YzZHQk92d2l3VkJqYWY1MFNIRQ0KVGlVUHBlM0pqUXl5QlpwKzhGS20rc25ScUNHWG4wSkc4bzBG WHk5V2N4dHZmUUZNTUpwOUJPMnl0Z3hIDQp6UUlwWWNKcEpadWNjbkZvcXFIOWorMXFYWE5TYTMv cU8zenU5bFN2WFR4eDZrZGgwRldUbllDeDhNZjgNCkJZL1BXL2JCT095aExDb1RrSHFsQUJFQkFB SEN3RjhFR0FFSUFBa0ZBbDhacFVnQ0d3d0FDZ2tRT2VESA0KWTNvNXhxa2VLUWYrSk1sY2JSbHdl aC9GQTFudzh6RkN4YUY1OFBOREVPOGxIOTIveHR6bndHZEF1bHpUDQpoWjQwakdURWlweWdzbnFI VjdXSFVmNDRuZVhuMkExY3ZDWis3M0tjcGFRTmg5TXA4eVduR0taWVVHa0cNCjZPZjFoRVU3OTJY WkV4a3lBODJQZ0xCTlkrVnpOWFhLQ0g3Tlh4WlFRV1Y1blhjYlVGQ1p5Slp1ZFNnUQ0KeGsxOXNR ZjRzOXZKWDZQQzY4cXdpN2FKMTduVmZyYmNNYXlScG0yT0dKWGQrdDkxVi9Mbk5wQ1JndGwzDQpq TllzQ0JGS0RDMFl4ZEEvTkNkRWsxZ2Z1akZ6bDBiQnM3KzVKYmQzelJhRTVBZmRWUXRJbG1FWERr VzYNCjB1eUVpM050Y3E1b2RYQTFubFIrZTA0NEtGdmVaekZ1Tk5lVGdzekFCcjVIaVU3MC9FbHlz dz09DQo9ejZlNw0KLS0tLS1FTkQgUEdQIFBVQkxJQyBLRVkgQkxPQ0stLS0tLQ0K -----------------------c41f1ec9ce23e43c993f06c8342a725a-- --------6eef6500e98eb045949c67e44e02c55864d47e991048092a3d16a4d2d65cf1c0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wsBzBAEBCAAGBQJiUH5eACEJEDngx2N6OcapFiEEEt4VmH0cRaQ093DvOeDH Y3o5xqk0rwf9EnOQxBuyrN+fcVzPMf2AgCdT3oH/cRMrwkkqkBnXr2H7nEZx E6JDZovalqceYOGyvFsmCK6o7dhpinAX2pQfpBcGb4vbFXC+MlD6mbukocUF Qnise1xDqewGH11JZsvdEb8J94gPHqwauBRq7q1ntwA4AkQuhYHuuA+NjAVW pA7aG2WniCM71xx+UzbGVlmT7ImKOfyKkAvJ9w0jkqsGoyo7xiS6hmaBzKii b/8o/CLIYj4fZUkLIXuxfkbR6iHaHRNufu7tghFboqfJcFvFJ5IrgbRMLIQO nBkuSIts1k1pqOTw1kSeNq9gLhZJ3KiHXJNvhjnMBIwx733ik4P/RA== =kG+C -----END PGP SIGNATURE----- --------6eef6500e98eb045949c67e44e02c55864d47e991048092a3d16a4d2d65cf1c0-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 14:43:04 2022 Received: (at 53287) by debbugs.gnu.org; 7 Jul 2022 18:43:04 +0000 Received: from localhost ([127.0.0.1]:57937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9WSt-0003JL-Rl for submit@debbugs.gnu.org; Thu, 07 Jul 2022 14:43:03 -0400 Received: from mail-qt1-f170.google.com ([209.85.160.170]:44788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9WSq-0003Io-7c for 53287@debbugs.gnu.org; Thu, 07 Jul 2022 14:43:02 -0400 Received: by mail-qt1-f170.google.com with SMTP id bs20so24077280qtb.11 for <53287@debbugs.gnu.org>; Thu, 07 Jul 2022 11:43:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=x0QJWMbzeK/ssJ+P6epQ79VFeJ1KU2lz/jZcP0fLq0Y=; b=S5FgIGrMWKznX4UQzd2xT12zgx/LoIo4LVGJcDGtkgA5ewi2+oPQBoJxWsN1RiDDzW tKQMrZeFcVnP25tijv+1PdDjQDJZqpPbDRTxSvhpw2UspTm2oysUGuKM2CNSCEFl16bK /KbY02l61KXNLcGfTHgcDgYFU4JM8mEjzLiFH5IVNTzwUxNekgmHXrmGwrR8+H5gmtTy IPFWmQmHpcTfcc9CjKBqNo0OIG1+dlCXpZTsx7uav2UWDHamY+TSlqRDMhrb6BilL6BS IG2c4YBIcLAZLKFH7k8YLAlAQRL2GLsJ6ewqXjfQ2XyXAAybrGrAgusNo6/qvDBCrWlS 8jeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=x0QJWMbzeK/ssJ+P6epQ79VFeJ1KU2lz/jZcP0fLq0Y=; b=vZv8CVs9n1w2lIqIbxmxbVkN1/h60tf9D5F2GUKDj2lbiZAV/wJx3ZlJcEanY05mCt tdqKuuF/imWeRp2DZA8LlnTSc0LD/WL97kTu6Uhs5rVeqmNMutQP47fn87jZ+AbO/vRn NEyss03+M5Se/L+VA64qpZwaiS2KdZ4XQiiKTqh8KrnSV/dilsJGyBmOWzTB8XJXXIuN dcwEA9cNv6h+joHSSk0ujYb1cJT7zlC7E5cMEKJpfYmKHbZcF3UVKCS2BUx7e2a87jxz RlYku+L8ETJBEF/4+dSv/jjyd9Jdyz7bAQdFFVZOaWhhrXUaLrGzP85rnUITczG9IyBe udSQ== X-Gm-Message-State: AJIora+2dqOV9nMOzVoGSaDKHyiU2LOEr45ucyvruy+sFKJ9c9NF823O mjB2d9SlmWWZW3OR3IPb7+w= X-Google-Smtp-Source: AGRyM1voAA9kaBA30QLXPte1+fQVCi+UNyY6MbiLmdLyn7InhnYVMvC6cCeC0xhc4x+fV7SOMckOOQ== X-Received: by 2002:a05:6214:260b:b0:470:52b2:2521 with SMTP id gu11-20020a056214260b00b0047052b22521mr41864352qvb.31.1657219374610; Thu, 07 Jul 2022 11:42:54 -0700 (PDT) Received: from hurd (dsl-153-127.b2b2c.ca. [66.158.153.127]) by smtp.gmail.com with ESMTPSA id ay4-20020a05622a228400b002f39b99f69csm25746569qtb.54.2022.07.07.11.42.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Jul 2022 11:42:54 -0700 (PDT) From: Maxim Cournoyer To: Luis Felipe Subject: Re: bug#53287: [PATCH] doc: Document the documentation process. References: <20220115180847.31250-1-jgart@dismail.de> Date: Thu, 07 Jul 2022 14:42:53 -0400 In-Reply-To: (Luis Felipe's message of "Fri, 08 Apr 2022 18:26:54 +0000") Message-ID: <87wncoydaq.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53287 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , jgart , "53287-done@debbugs.gnu.org" <53287@debbugs.gnu.org>, zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Luis Felipe writes: > Hi, > > I attach an updated patch with the changes suggested by zimoun and Ludovic. > > Cheers, Pushed as e103d61485. Thanks! Maxim From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 17:42:02 2022 Received: (at 53287) by debbugs.gnu.org; 7 Jul 2022 21:42:02 +0000 Received: from localhost ([127.0.0.1]:58205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9ZG6-0008Sn-Ia for submit@debbugs.gnu.org; Thu, 07 Jul 2022 17:42:02 -0400 Received: from mail-4319.protonmail.ch ([185.70.43.19]:30191) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9ZG3-0008SH-Mu for 53287@debbugs.gnu.org; Thu, 07 Jul 2022 17:42:00 -0400 Date: Thu, 07 Jul 2022 21:41:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1657230112; x=1657489312; bh=0kvl7ADY4XnFW4VU0uwvcg6mQGD7mLrHtOf7SC0b3Y0=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=baQjbTucv2Ot/qYMPvKjRRfR2z/Hc9HC/Kg3ow5eOmNekPHUVphbuFFe45uQmzhy+ ZSv3a+Vteqc0sKNeSicg4XIhoXCFyiYBcMUtsCFjhiYYwIR/X2aTgLDnjMZHK1+mt/ 5kP0wR68Ys3EMGY4Sb8UBWPCfRQa7OJpd2fw1veD0pZtX8XFXNV0P0YUqiSiLTvSsa v0hNeBXVkuJp2kv63jBaXPrWaA5Jr1w6QsHwZV1L+nMwu7PwPPX4c9uwX46BmkNZ+2 amxIVa9c1cXQZImRrcg1ca5Wdf9wkKUoN7kpnYwJOm8rDUixdUfaf8p3bGDQlouAXy 13dBMks/eJ8yQ== To: Maxim Cournoyer From: Luis Felipe Subject: Re: bug#53287: [PATCH] doc: Document the documentation process. Message-ID: In-Reply-To: <87wncoydaq.fsf_-_@gmail.com> References: <20220115180847.31250-1-jgart@dismail.de> <87wncoydaq.fsf_-_@gmail.com> Feedback-ID: 24022468:user:proton MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha256; boundary="------0bc84721b20ce0905f2877efa20577f1f9238160f996f8761719dc9039a15102"; charset=utf-8 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53287 Cc: =?utf-8?Q?Ludovic_Court=C3=A8s?= , jgart , "53287-done@debbugs.gnu.org" <53287@debbugs.gnu.org>, zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Luis Felipe Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------0bc84721b20ce0905f2877efa20577f1f9238160f996f8761719dc9039a15102 Content-Type: multipart/mixed;boundary=---------------------11d3ae1183d96df3b7629e8afd23d094 -----------------------11d3ae1183d96df3b7629e8afd23d094 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain;charset=utf-8 Thank you, Maxim. -----------------------11d3ae1183d96df3b7629e8afd23d094 Content-Type: application/pgp-keys; filename="publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc"; name="publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc"; name="publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc" LS0tLS1CRUdJTiBQR1AgUFVCTElDIEtFWSBCTE9DSy0tLS0tDQpWZXJzaW9uOiBPcGVuUEdQLmpz IHY0LjEwLjEwDQpDb21tZW50OiBodHRwczovL29wZW5wZ3Bqcy5vcmcNCg0KeHNCTkJGOFpwVWdC Q0FETGpoMnVtMkpkbDlCUUtrZ01TZ25ISitzSGg3S3ovdlA5c3dxN0hZTEVuRmc2DQpIQjRLa3Vv V0lxTXlFSnJOYzRrNVJQSGJ4azlxQTB6a0Exd0E4eHYzakErMlVsaVFra1pSMCs0cjlLK3gNCmZZ RGx4ZHd2Sk1VRVJaUk5kb3QvZnFCaGtTYmhpVElTU3pvRUs2ZjNreHdiN3NyME9jSkx2aU5wQ0tv aw0KWVo1Rnc0UXp3Q0Y5V1hja0VmOXNFeGNGYzZDTkdLL0pCVlZaZlZocVZNa3hqUU42YnF1WW56 a3E4WVNoDQo5Z1lTOVgxdmxiZFJBeWVLUmFxNHVqSXV0aVM2djAybDRSRTZ1RjVqaXI4eC9UeDc3 NEZualBCNmdDdWwNCk5TeDZCZmhVTndZeWJ5UFB4SVhYOUpPNHZrT3ZXNE9NZVdjcW1BK1VnQ3c5 Vmk5dnJDN3lISlRGQUJFQg0KQUFITlBXeDFhWE11Wm1Wc2FYQmxMbXhoUUhCeWIzUnZibTFoYVd3 dVkyOXRJRHhzZFdsekxtWmxiR2x3DQpaUzVzWVVCd2NtOTBiMjV0WVdsc0xtTnZiVDdDd0hZRUVB RUlBQ0FGQWw4WnBVZ0dDd2tIQ0FNQ0JCVUkNCkNnSUVGZ0lCQUFJWkFRSWJBd0llQVFBS0NSQTU0 TWRqZWpuR3FWVWFCLzk3UC9WSEtwK0FiRWJMemVkNg0KUEloSHI2NGQ4ek5PN21ibG5Gd056NDlo azdKbVJZTDV2UDJWL21DMDNXSUpmU2ppdllHU2lIbkxSZURFDQpubG1VQ01mM20rMU45OGVBaXFI TkVnNmVpaTMyYXFWUWJheHYveis1OVJHZUtIMkFsdGFkcHNUQWdLVXMNCjFrL2Z0ZEJXVlplYitC QXJHYWlsREU3OHVlYiszWE15Z3ZDV2oyMWZleS81VXZiakhxUjlMNEpZVGlTbQ0Kd1l6N0hmWm8r REU3WUlzY3ptVmVoOE0xVnpDbC8xaWFoazlVRUxqQVAvalArcnVNVDlxRVd1ajJRbGxBDQpNZVBH UnpRYnFpRGhWUzhMRmRqQkhOb0tMeHlobmJERUZqSEYvNHhOcThqbFFMZkdKWjVoS2V0dForYlUN ClNXYUVYRjNoano5V1dVOGE1Sy8yTS9Ib3pzQk5CRjhacFVnQkNBREtVblJJOXl6NFJ2TnV2U09J RmxKdg0Ka2ZvSGVaci9CTGNTR1ZjU0JreDVsc0tkVnpNeDkrVWFhZUtqV3BJTyt4ZkVOc3o3YitC Vm9CTDBXcnY5DQo0aGx3V21HNXEwQWRFeVUxL2ZRc1JSN201TzFlYTZVVDNmdVVnMVZzakZaK1Iz alN5bEF0eXpJWk0wTFUNCmJXNUY2NzNLNEF1U2NGcE44TkxHVGdScjBXUWwvQm5Id2gyWFExeHFo YzZHQk92d2l3VkJqYWY1MFNIRQ0KVGlVUHBlM0pqUXl5QlpwKzhGS20rc25ScUNHWG4wSkc4bzBG WHk5V2N4dHZmUUZNTUpwOUJPMnl0Z3hIDQp6UUlwWWNKcEpadWNjbkZvcXFIOWorMXFYWE5TYTMv cU8zenU5bFN2WFR4eDZrZGgwRldUbllDeDhNZjgNCkJZL1BXL2JCT095aExDb1RrSHFsQUJFQkFB SEN3RjhFR0FFSUFBa0ZBbDhacFVnQ0d3d0FDZ2tRT2VESA0KWTNvNXhxa2VLUWYrSk1sY2JSbHdl aC9GQTFudzh6RkN4YUY1OFBOREVPOGxIOTIveHR6bndHZEF1bHpUDQpoWjQwakdURWlweWdzbnFI VjdXSFVmNDRuZVhuMkExY3ZDWis3M0tjcGFRTmg5TXA4eVduR0taWVVHa0cNCjZPZjFoRVU3OTJY WkV4a3lBODJQZ0xCTlkrVnpOWFhLQ0g3Tlh4WlFRV1Y1blhjYlVGQ1p5Slp1ZFNnUQ0KeGsxOXNR ZjRzOXZKWDZQQzY4cXdpN2FKMTduVmZyYmNNYXlScG0yT0dKWGQrdDkxVi9Mbk5wQ1JndGwzDQpq TllzQ0JGS0RDMFl4ZEEvTkNkRWsxZ2Z1akZ6bDBiQnM3KzVKYmQzelJhRTVBZmRWUXRJbG1FWERr VzYNCjB1eUVpM050Y3E1b2RYQTFubFIrZTA0NEtGdmVaekZ1Tk5lVGdzekFCcjVIaVU3MC9FbHlz dz09DQo9ejZlNw0KLS0tLS1FTkQgUEdQIFBVQkxJQyBLRVkgQkxPQ0stLS0tLQ0K -----------------------11d3ae1183d96df3b7629e8afd23d094-- --------0bc84721b20ce0905f2877efa20577f1f9238160f996f8761719dc9039a15102 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wsBzBAEBCAAGBQJix1MJACEJEDngx2N6OcapFiEEEt4VmH0cRaQ093DvOeDH Y3o5xqn3sggAnbhCpA8jmXjh9nPzeSZf4l+7b9LQG/IfkBczyhfinmceio2+ GmgE1wLIf/Nv3dprRsDCQT/Gl2k4v+znc7m7GeilY6Y74hnji5W2WpnKRnJ3 hyVBVGdwVqDnC6H2q7GWddD/hPMvfTFPW51Sm01MREkmGJKAmPK1nGztlZ71 MysoLBgHSumA3AnXT9e5HI3vYZIl9AHDtagvjdE9Jh+qPRo+bGEjMcvneMGT MXzBoAFZpIAPdwG3BT1ll56WJmP3LJaLSI0tSh+pUwjwYtzibYhqUf0qqitH KXwYTw5bSd0ycJXwF2IV5BlHWOMag0NG85DV87GL7jgfAH55v+cTpA== =d6Hw -----END PGP SIGNATURE----- --------0bc84721b20ce0905f2877efa20577f1f9238160f996f8761719dc9039a15102-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 19:55:42 2022 Received: (at 53287) by debbugs.gnu.org; 7 Jul 2022 23:55:42 +0000 Received: from localhost ([127.0.0.1]:58315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9bLS-0005av-Ck for submit@debbugs.gnu.org; Thu, 07 Jul 2022 19:55:42 -0400 Received: from mx1.dismail.de ([78.46.223.134]:26597) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9bLP-0005ah-II for 53287@debbugs.gnu.org; Thu, 07 Jul 2022 19:55:41 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id d3e3093c; Fri, 8 Jul 2022 01:55:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=E23mPaYoNjQsgvU5CniaQav83lmFuqK0mVQ21pZEVgU=; b=UiR h5qX81cgGsAQJFpS00KvU4OozQEGZfOCLWFvCTHbezAxDstYSyb+QpNkM3sWpxD8 0wXNZdKdx8e1ASFzXfTic6g7/3VtRfr66FcCvfkdDLbDRBVslVDNh/aR49izbWT0 5f+AfQ7NDHuM6s7LHJjuC2kKMF6rnBE0qNUkij+LyE9kfuEt2c7DepstuQV/sg5J BJtbtSRif/hhanzAHrocYUOxogjL+6qPq0f81nvCQrnFQIUF3393CAZNvbToFeSy sfL6hq+suwbJNXMjs8SPPO48AnXHpMXYb+JBVaVQ9S6BoPA043Ve0i6v1SXAK3cK 2xzwN548KFCnUYLC2+Q== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5845db42; Fri, 8 Jul 2022 01:55:32 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 9001eb8a; Fri, 8 Jul 2022 01:55:32 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 905cec0e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 8 Jul 2022 01:55:31 +0200 (CEST) Date: Thu, 7 Jul 2022 18:55:37 -0500 Message-ID: <20220707185537.GB1675@gac> From: jgart To: Luis Felipe Subject: Re: bug#53287: [PATCH] doc: Document the documentation process. In-Reply-To: References: <20220115180847.31250-1-jgart@dismail.de> <87wncoydaq.fsf_-_@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53287 Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , "53287-done@debbugs.gnu.org" <53287@debbugs.gnu.org>, Maxim Cournoyer , zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Thu, 07 Jul 2022 21:41:48 +0000 Luis Felipe wrote: > Thank you, Maxim. Thank you! all best, jgart https://whereis.みんな/ From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 02:52:55 2024 Received: (at 53287-done) by debbugs.gnu.org; 29 Jun 2024 06:52:55 +0000 Received: from localhost ([127.0.0.1]:36813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNRx9-0005mu-Ho for submit@debbugs.gnu.org; Sat, 29 Jun 2024 02:52:55 -0400 Received: from mx2.dismail.de ([159.69.191.136]:11349) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNRx7-0005me-LC for 53287-done@debbugs.gnu.org; Sat, 29 Jun 2024 02:52:54 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 303ee0ce; Sat, 29 Jun 2024 08:52:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:date:message-id:mime-version:content-type; s=20190914; bh=hfBRfGtkAWDi3M5LhOVsNMQu7nHojM2Au1SkJ5ClKfQ=; b= Y1GPdrj9jIyTlrngLFVaoZOoShwSKVG6ZYSw7CT55+dG3eKgXomYr/EMB06LidpJ NCQjP7+M7gM0/CDI7nj6/cIh8kV3qawgrJRTEApeR3sr808INf8EvCZY6gjFzFpn 2GgV6OwUoHsZ0izZoII6UX4AyANAMbqL8a8d42zEoZ93g7EIDLGKL4OzDTLHo8GP GPu0ddVaz9YpOYIY+4JdmpbxJMcsAjOyDfwjdaBE9mxcwR8jKgB7haHhbTmdnamt UiWG1I/BfTRXr6jRx00TTvkl10vqSYV3GGqod32rm15p9L2ssj+UkAh9DD5o8+SB hqTOuFXRv76OxrFZ+REBSg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id ac2db946; Sat, 29 Jun 2024 08:52:47 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 43b849b5; Sat, 29 Jun 2024 08:52:47 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id e3ee7757 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 29 Jun 2024 08:52:47 +0200 (CEST) From: jgart To: 53287-done@debbugs.gnu.org Subject: Re: [PATCH] doc: Document the documentation process. In-Reply-To: <20220707185537.GB1675@gac> Date: Sat, 29 Jun 2024 01:52:44 -0500 Message-ID: <875xtsnsub.fsf@dismail.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53287-done Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , jgart , Luis Felipe , Maxim Cournoyer , zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi all, I'm closing this issue since it looks like Maxim merged a commit a while ago resolving it. Thanks! all best, jgart From unknown Mon Jun 23 13:10:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 27 Jul 2024 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator