From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Contributing to the manual Date: Mon, 22 May 2017 10:52:11 +0200 Message-ID: <87zie5w9xg.fsf_-_@gnu.org> References: <87lgprj8fr.fsf@openmailbox.org> <20170521100937.4c5f822d@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCj4b-00066v-Ip for help-guix@gnu.org; Mon, 22 May 2017 04:52:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCj4Y-0006kO-Fs for help-guix@gnu.org; Mon, 22 May 2017 04:52:17 -0400 In-Reply-To: <20170521100937.4c5f822d@riseup.net> (quiliro@riseup.net's message of "Sun, 21 May 2017 10:09:37 -0500") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Quiliro Cc: help-guix@gnu.org Hello! Quiliro skribis: > El Sun, 21 May 2017 13:43:02 +0200 > Fox escribi=C3=B3: > >> Adonay Felipe Nogueira wrote: >> >=20 >> > Whenever possible, plase avoid duplicating efforts. >> >=20 >> > Happy hacking! :) >>=20 >>=20 >> yup, duplicated efforts are not cogent nor expedient. Everything of=20 >> importance ought to be part of the original GNUsite. > > How to contribute to the main site then? The manual of Guix, a copy of which can be seen at , is maintained in Guix itself: https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi#n264 It is written in Texinfo, which is a lightweight markup language. We definitely welcome improvements to the manual! Before adding something to the manual, please make sure it=E2=80=99s not already there ;-= ), and make sure that what you add is properly integrated and linked to the rest of the manual. Once you=E2=80=99re done, you can submit a patch in the usual way: https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html Ludo=E2=80=99.