Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/glep: README.txt
Date: Tue, 02 Oct 2007 10:40:44
Message-Id: E1Icf2R-0007Iz-Jw@stork.gentoo.org
1 vapier 07/10/02 10:31:39
2
3 Modified: README.txt
4 Log:
5 docutils-glep.py was renamed to just glep.py
6
7 Revision Changes Path
8 1.8 xml/htdocs/proj/en/glep/README.txt
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/glep/README.txt?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/glep/README.txt?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/glep/README.txt?r1=1.7&r2=1.8
13
14 Index: README.txt
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/glep/README.txt,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- README.txt 16 Aug 2006 19:25:14 -0000 1.7
21 +++ README.txt 2 Oct 2007 10:31:39 -0000 1.8
22 @@ -24,12 +24,12 @@
23 The Gentoo Linux docutils package includes the *glep.py* program
24 which transforms a GLEP in text form to the equivalent html version::
25
26 - # docutils-glep.py glep-0001.txt glep-0001.html
27 + # glep.py glep-0001.txt glep-0001.html
28
29 The above usage embeds the CSS stylesheet in the html file. For pages
30 on glep.gentoo.org, it is better to use a link instead::
31
32 - # docutils-glep.py --link-stylesheet --stylesheet-path=tools/glep.css \
33 + # glep.py --link-stylesheet --stylesheet-path=tools/glep.css \
34 > glep-0001.txt glep-0001.html
35
36 (Incidentally, *glep.py* contains special code to verify that
37
38
39
40 --
41 gentoo-commits@g.o mailing list