commit: df48de483c125638a3dc231286ea429856337877
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 10:10:59 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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.