From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dr2HK-00066Q-T4 for guix-patches@gnu.org; Sun, 10 Sep 2017 09:28:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dr2HK-0006uw-3I for guix-patches@gnu.org; Sun, 10 Sep 2017 09:28:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49910) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dr2HJ-0006um-V4 for guix-patches@gnu.org; Sun, 10 Sep 2017 09:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dr2HJ-0007GY-OX for guix-patches@gnu.org; Sun, 10 Sep 2017 09:28:01 -0400 Subject: [bug#28177] [PATCH 12/12] gnu: Add ikiwiki. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170821190443.7056f624@cbaines.net> <20170821180832.23356-1-mail@cbaines.net> <20170821180832.23356-12-mail@cbaines.net> Date: Sun, 10 Sep 2017 15:27:07 +0200 In-Reply-To: <20170821180832.23356-12-mail@cbaines.net> (Christopher Baines's message of "Mon, 21 Aug 2017 19:08:32 +0100") Message-ID: <877ex67kgk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 28177@debbugs.gnu.org Christopher Baines skribis: > * gnu/packages/web.scm (ikiwiki): New variable. [...] > + (home-page "https://ikiwiki.info/") > + (synopsis "wiki compiler, capable of generating HTML") Please capitalize. :-) > + (description > + "Ikiwiki is a wiki compiler, capable of generating a static set of = web > +pages, but also incorperating dynamic features like a web based editor a= nd ^^^ Typo. Otherwise this and the other patches LGTM. Thanks for going down this rabbit hole! :-) Do you have a service (with nginx integration?) for Ikiwiki? Cheers, Ludo=E2=80=99.