Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gpm.xml
Date: Tue, 26 Jul 2005 18:29:15
Message-Id: 200507261828.j6QISwgO019063@robin.gentoo.org
1 jkt 05/07/26 18:28:52
2
3 Modified: xml/htdocs/doc/en gpm.xml
4 Log:
5 s/Voila/Voilà/, forums -> Forums, gpm -> GPM when apropriate. Tx to rane for reporting.
6
7 Revision Changes Path
8 1.3 +23 -23 xml/htdocs/doc/en/gpm.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gpm.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gpm.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gpm.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
13
14 Index: gpm.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gpm.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- gpm.xml 26 Jul 2005 18:17:07 -0000 1.2
21 +++ gpm.xml 26 Jul 2005 18:28:52 -0000 1.3
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gpm.xml,v 1.2 2005/07/26 18:17:07 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gpm.xml,v 1.3 2005/07/26 18:28:52 jkt Exp $ -->
27
28 <guide link="/doc/en/gpm.xml">
29 <title>Using a Mouse within the Console</title>
30 @@ -10,7 +10,7 @@
31 </author>
32
33 <abstract>
34 -This guide shows you how to set up and use gpm (the General Purpose Mouse
35 +This guide shows you how to set up and use GPM (the General Purpose Mouse
36 server) from within a command line interface. This is especially useful for new
37 Gentoo installations or for systems that cannot or do not use an X server.
38 </abstract>
39 @@ -19,11 +19,11 @@
40 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
41 <license/>
42
43 -<version>1.0</version>
44 +<version>1.1</version>
45 <date>2005-07-26</date>
46
47 <chapter>
48 -<title>Getting gpm</title>
49 +<title>Getting GPM</title>
50 <section>
51 <body>
52
53 @@ -35,16 +35,16 @@
54 </p>
55
56 <p>
57 -First, you will need to get gpm:
58 +First, you will need to get GPM:
59 </p>
60
61 -<pre caption="Obtaining gpm">
62 +<pre caption="Obtaining GPM">
63 # <i>emerge gpm</i>
64 </pre>
65
66 <p>
67 You might have noticed a few messages during the compilation that warned about
68 -configuring the server. You must do this before starting gpm.
69 +configuring the server. You must do this before starting GPM.
70 </p>
71
72 </body>
73 @@ -52,17 +52,17 @@
74 </chapter>
75
76 <chapter>
77 -<title>Configuring gpm</title>
78 +<title>Configuring GPM</title>
79 <section>
80 <body>
81
82 <p>
83 -Before you can use gpm, you will need to uncomment the lines corresponding to
84 -the location and protocol of your mouse. You do this by editing the gpm
85 +Before you can use GPM, you will need to uncomment the lines corresponding to
86 +the location and protocol of your mouse. You do this by editing the GPM
87 configuration file:
88 </p>
89
90 -<pre caption="Setting up gpm">
91 +<pre caption="Setting up GPM">
92 # <i>nano /etc/conf.d/gpm</i>
93 </pre>
94
95 @@ -76,7 +76,7 @@
96 example <path>/etc/conf.d/gpm</path>:
97 </p>
98
99 -<pre caption="Example gpm config">
100 +<pre caption="Example GPM config">
101 <comment>(Please uncomment the type of mouse you have and the appropriate MOUSEDEV entry)</comment>
102
103 #MOUSE=ps2
104 @@ -87,14 +87,14 @@
105
106 <p>
107 If you have a wheelmouse, you will want to use the imps2 protocol, so uncomment
108 -that line. If imps2 and ps2 both fail to work for you, please refer to the gpm
109 +that line. If imps2 and ps2 both fail to work for you, please refer to the GPM
110 info page (<c>info gpm</c>) for other protocols to try. Also, if you want to be
111 able to click on hyperlinks in terminals to navigate to a website, it is a good
112 idea to follow the suggestion in the <c>/etc/conf.d/gpm</c> file:
113 </p>
114
115 <pre caption="Other options">
116 -<comment>(Please uncomment this line if you want gpm to understand charsets
117 +<comment>(Please uncomment this line if you want GPM to understand charsets
118 used in URLs and names with ~ or : in them, etc.
119 This is a good idea to turn on!)</comment>
120
121 @@ -112,7 +112,7 @@
122 </chapter>
123
124 <chapter>
125 -<title>Running gpm</title>
126 +<title>Running GPM</title>
127 <section>
128 <body>
129
130 @@ -121,18 +121,18 @@
131 using it:
132 </p>
133
134 -<pre caption="The gpm init script">
135 +<pre caption="The GPM init script">
136 # <i>/etc/init.d/gpm start</i>
137 </pre>
138
139 <p>
140 -You should see a block cursor appear. Remember that only root can run the gpm
141 +You should see a block cursor appear. Remember that only root can run the GPM
142 init script. However, to avoid having to <c>su</c> and run the script every
143 -single time you begin a new session, why not set gpm to begin every time you
144 +single time you begin a new session, why not set GPM to begin every time you
145 turn on your computer?
146 </p>
147
148 -<pre caption="Adding gpm to the default runlevel">
149 +<pre caption="Adding GPM to the default runlevel">
150 # <i>rc-update add gpm default</i>
151 </pre>
152
153 @@ -147,7 +147,7 @@
154 </chapter>
155
156 <chapter>
157 -<title>Working with gpm</title>
158 +<title>Working with GPM</title>
159 <section>
160 <title>Copying and pasting</title>
161 <body>
162 @@ -159,21 +159,21 @@
163 wish, position the cursor, and press the middle mouse button to paste the text
164 where you placed the cursor. Note that you can copy and paste without ever
165 leaving the terminal you started. This makes posting the output of error
166 -messages to the <uri link="http://forums.gentoo.org">Gentoo forums</uri>
167 +messages to the <uri link="http://forums.gentoo.org">Gentoo Forums</uri>
168 extremely simple.
169 </p>
170
171 </body>
172 </section>
173 <section>
174 -<title>Text-mode browsing and gpm</title>
175 +<title>Text-mode browsing and GPM</title>
176 <body>
177
178 <p>
179 If you have a message on one screen and a text-mode web browser on the other,
180 you can copy the error message by highlighting it, then change to the other
181 terminal, left-click the appropriate text entry box to select it, and then
182 -press the middle mouse button. Voila! Your error message can now be posted to
183 +press the middle mouse button. Voilà! Your error message can now be posted to
184 the forums.
185 </p>
186
187
188
189
190 --
191 gentoo-doc-cvs@g.o mailing list