From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B41F1396D9 for ; Sat, 28 Oct 2017 10:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0F2F2BC0B0; Sat, 28 Oct 2017 10:12:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C33A42BC0B0 for ; Sat, 28 Oct 2017 10:12:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CEE1340988 for ; Sat, 28 Oct 2017 10:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D605D41F for ; Sat, 28 Oct 2017 10:12:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1509185459.df48de483c125638a3dc231286ea429856337877.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0001.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: df48de483c125638a3dc231286ea429856337877 X-VCS-Branch: master Date: Sat, 28 Oct 2017 10:12:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e96b4c1c-cac1-4c98-a922-baee595592ff X-Archives-Hash: 151eff6ee858ee941b93da5d37750ac9 commit: df48de483c125638a3dc231286ea429856337877 Author: Ulrich Müller gentoo org> AuthorDate: Sat Oct 28 10:10:59 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Oct 28 10:10:59 2017 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=df48de48 glep-0001: Specify that GLEPs are UTF-8 encoded text files. Also reword the rest of the paragraph slightly, as the phrases "better-looking" and "more functional" appear to be remnants of the previous wording comparing ReST and Guide-XML markups. glep-0001.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/glep-0001.rst b/glep-0001.rst index addfa21..310c538 100644 --- a/glep-0001.rst +++ b/glep-0001.rst @@ -8,7 +8,7 @@ Type: Informational Status: Active Version: 3 Created: 2003-05-31 -Last-Modified: 2017-09-17 +Last-Modified: 2017-10-28 Post-History: 2003-06-01, 2003-07-02, 2008-01-19, 2008-06-05, 2011-03-09, 2013-12-14, 2017-09-17 Content-Type: text/x-rst @@ -225,11 +225,11 @@ Each GLEP should have the following parts: GLEP Formating and Template =========================== -GLEPs are written in ReStructuredText markup [#ReSTHOME]_ that is then -converted to HTML using Docutils [#DOCUTILS]_. Using ReStructuredText GLEPs -allows for rich markup that is still quite easy to read, but results in much -better-looking and more functional HTML. GLEP 2 contains a boilerplate -template [#GLEP2]_ for use with ReStructuredText GLEPs. +GLEPs are UTF-8 encoded text files written in ReStructuredText markup +[#ReSTHOME]_ that is then converted to HTML using Docutils [#DOCUTILS]_. +ReStructuredText allows for rich markup that is still quite easy to read, +but also results in good-looking and functional HTML. GLEP 2 contains +a boilerplate template [#GLEP2]_ for use with ReStructuredText GLEPs. For best interoperability, the GLEPs using ReStructuredText format must use ``.rst`` file suffix.