Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/glep:master commit in: /
Date: Sat, 28 Oct 2017 10:12:30
Message-Id: 1509185459.df48de483c125638a3dc231286ea429856337877.ulm@gentoo
1 commit: df48de483c125638a3dc231286ea429856337877
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 28 10:10:59 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 10:10:59 2017 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=df48de48
7
8 glep-0001: Specify that GLEPs are UTF-8 encoded text files.
9
10 Also reword the rest of the paragraph slightly, as the phrases
11 "better-looking" and "more functional" appear to be remnants of the
12 previous wording comparing ReST and Guide-XML markups.
13
14 glep-0001.rst | 12 ++++++------
15 1 file changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/glep-0001.rst b/glep-0001.rst
18 index addfa21..310c538 100644
19 --- a/glep-0001.rst
20 +++ b/glep-0001.rst
21 @@ -8,7 +8,7 @@ Type: Informational
22 Status: Active
23 Version: 3
24 Created: 2003-05-31
25 -Last-Modified: 2017-09-17
26 +Last-Modified: 2017-10-28
27 Post-History: 2003-06-01, 2003-07-02, 2008-01-19, 2008-06-05, 2011-03-09,
28 2013-12-14, 2017-09-17
29 Content-Type: text/x-rst
30 @@ -225,11 +225,11 @@ Each GLEP should have the following parts:
31 GLEP Formating and Template
32 ===========================
33
34 -GLEPs are written in ReStructuredText markup [#ReSTHOME]_ that is then
35 -converted to HTML using Docutils [#DOCUTILS]_. Using ReStructuredText GLEPs
36 -allows for rich markup that is still quite easy to read, but results in much
37 -better-looking and more functional HTML. GLEP 2 contains a boilerplate
38 -template [#GLEP2]_ for use with ReStructuredText GLEPs.
39 +GLEPs are UTF-8 encoded text files written in ReStructuredText markup
40 +[#ReSTHOME]_ that is then converted to HTML using Docutils [#DOCUTILS]_.
41 +ReStructuredText allows for rich markup that is still quite easy to read,
42 +but also results in good-looking and functional HTML. GLEP 2 contains
43 +a boilerplate template [#GLEP2]_ for use with ReStructuredText GLEPs.
44
45 For best interoperability, the GLEPs using ReStructuredText format must use
46 ``.rst`` file suffix.