From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG48U-0003HS-M6 for guix-patches@gnu.org; Wed, 31 May 2017 09:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dG48S-0003vK-0M for guix-patches@gnu.org; Wed, 31 May 2017 09:58:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44835) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dG48R-0003vF-Ts for guix-patches@gnu.org; Wed, 31 May 2017 09:58:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dG48Q-0001mM-1g for guix-patches@gnu.org; Wed, 31 May 2017 09:58:03 -0400 Subject: bug#27092: [PATCH 1/3] gnu: Add liboauth. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170527032304.22189-1-kei@openmailbox.org> Date: Wed, 31 May 2017 15:57:25 +0200 In-Reply-To: <20170527032304.22189-1-kei@openmailbox.org> (Kei Kebreau's message of "Fri, 26 May 2017 23:23:02 -0400") Message-ID: <877f0xdt8a.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: Kei Kebreau Cc: 27092@debbugs.gnu.org Hi! Kei Kebreau skribis: > * gnu/packages/web.scm (liboauth): New variable. [...] > + (home-page "https://sourceforge.net/projects/liboauth") > + (synopsis "C library implementing the http://oauth.net API") Maybe replace the URL with =E2=80=9COAuth=E2=80=9D? > + "liboauth is a collection of c functions implementing the http://oa= uth.net > +API. Likewise: @uref{http://oauth.net,OAuth}. > liboauth provides functions to escape and encode stings according to Typo: =E2=80=9Cstrings=E2=80=9D. > +OAuth specifications and offers high-level functionality built on top to= sign > +requests or verify signatures using either NSS or OpenSSL for calculatin= g the > +hash/signatures.") I would omit =E2=80=9Cusing either =E2=80=A6=E2=80=9D since our package use= s just one of them anyway (and it=E2=80=99s an implementation detail). OK with these changes, thanks! Ludo=E2=80=99.