Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: vi-guide.xml
Date: Thu, 21 Jul 2005 15:58:59
Message-Id: 200507211558.j6LFwYZm013016@robin.gentoo.org
1 neysx 05/07/21 15:58:38
2
3 Modified: xml/htdocs/doc/en vi-guide.xml
4 Log:
5 Use local links instead of ibiblio for pics. Thanks to [exa] on #gentoo.cs
6
7 Revision Changes Path
8 1.14 +14 -20 xml/htdocs/doc/en/vi-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vi-guide.xml?rev=1.14&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vi-guide.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vi-guide.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo
13
14 Index: vi-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vi-guide.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- vi-guide.xml 12 May 2005 01:17:17 -0000 1.13
21 +++ vi-guide.xml 21 Jul 2005 15:58:38 -0000 1.14
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vi-guide.xml,v 1.13 2005/05/12 01:17:17 yoswink Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vi-guide.xml,v 1.14 2005/07/21 15:58:38 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/vi-guide.xml">
29 @@ -20,8 +20,8 @@
30 catering to beginners.
31 </abstract>
32
33 -<version>1.1.6</version>
34 -<date>2005-05-12</date>
35 +<version>1.1.7</version>
36 +<date>2005-07-21</date>
37
38 <chapter>
39 <title>Getting Started</title>
40 @@ -105,8 +105,7 @@
41 Here's a gvim screenshot from my system:
42 </p>
43
44 -<figure link="http://www.ibiblio.org/web-gentoo/images/vishot.png"
45 -short="screenshot" caption="VIM screenshot"/>
46 +<figure link="/images/vishot.png" short="screenshot" caption="VIM screenshot"/>
47
48 <p>
49 If you're a vi newbie, try to get gvim running on your system. Using
50 @@ -323,9 +322,8 @@
51 possible so that we can fit everything on one sheet.
52 </p>
53
54 -<figure
55 -link="http://www.ibiblio.org/web-gentoo/images/vicheat-first.png"
56 -short="First part of the cheat sheet" caption="Cheat Sheet"/>
57 +<figure link="/images/vicheat-first.png" short="First part of the cheat sheet"
58 +caption="Cheat Sheet"/>
59
60 </body>
61 </section>
62 @@ -463,9 +461,8 @@
63 covered so far, your cheat sheet should look like this:
64 </p>
65
66 -<figure
67 -link="http://www.ibiblio.org/web-gentoo/images/vicheat-edit.png"
68 -short="Cheat sheet" caption="Cheat sheet with editing commands"/>
69 +<figure link="/images/vicheat-edit.png" short="Cheat sheet" caption="Cheat
70 +sheet with editing commands"/>
71
72 </body>
73 </section>
74 @@ -596,9 +593,8 @@
75 far:
76 </p>
77
78 -<figure
79 -link="http://www.ibiblio.org/web-gentoo/images/vicheat-compound.png"
80 -short="Cheat Sheet" caption="Cheat sheet with compound commands"/>
81 +<figure link="/images/vicheat-compound.png" short="Cheat Sheet" caption="Cheat
82 +sheet with compound commands"/>
83
84 </body>
85 </section>
86 @@ -635,9 +631,8 @@
87 region:
88 </p>
89
90 -<figure
91 -link="http://www.ibiblio.org/web-gentoo/images/vihighlight.png"
92 -short="Highlighted text" caption="VIM with highlighted text"/>
93 +<figure link="/images/vihighlight.png" short="Highlighted text" caption="VIM
94 +with highlighted text"/>
95
96 <p>
97 In addition, you can also enter visual mode by hitting <c>v</c> (this
98 @@ -709,9 +704,8 @@
99 this:
100 </p>
101
102 -<figure
103 -link="http://www.ibiblio.org/web-gentoo/images/vicheat-final.png"
104 -short="Cheat Sheet" caption="Final cheet sheet"/>
105 +<figure link="/images/vicheat-final.png" short="Cheat Sheet" caption="Final
106 +cheet sheet"/>
107
108 <p>
109 Keep your cheat sheet handy, and begin using vi to edit files and
110
111
112
113 --
114 gentoo-doc-cvs@g.o mailing list