annotate runtime/doc/uganda.txt @ 20788:072ad890c227 v8.2.0946

patch 8.2.0946: cannot use "q" to cancel a number prompt Commit: https://github.com/vim/vim/commit/eebd555733491cb55b9f30fe28772c0fd0ebacf7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 15:45:57 2020 +0200 patch 8.2.0946: cannot use "q" to cancel a number prompt Problem: Cannot use "q" to cancel a number prompt. Solution: Recognize "q" instead of ignoring it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 16:00:05 +0200
parents 1a951a4beee3
children f37561549ec2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19099
1a951a4beee3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 18879
diff changeset
1 *uganda.txt* For Vim version 8.2. Last change: 2020 Jan 08
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 VIM REFERENCE MANUAL by Bram Moolenaar
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 *uganda* *Uganda* *copying* *copyright* *license*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 SUMMARY
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 *iccf* *ICCF*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 Vim is Charityware. You can use and copy it as much as you like, but you are
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 encouraged to make a donation for needy children in Uganda. Please see |kcc|
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 below or visit the ICCF web site, available at these URLs:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 http://iccf-holland.org/
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
15 http://www.vim.org/iccf/
1197
b7ad1c609161 updated for version 7.1b
vimboss
parents: 1134
diff changeset
16 http://www.iccf.nl/
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
17
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
18 You can also sponsor the development of Vim. Vim sponsors can vote for
799
6beb2c667935 updated for version 7.0b
vimboss
parents: 557
diff changeset
19 features. See |sponsor|. The money goes to Uganda anyway.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
20
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
21 The Open Publication License applies to the Vim documentation, see
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
22 |manual-copyright|.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
23
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
24 === begin of license ===
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
25
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
26 VIM LICENSE
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
27
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
28 I) There are no restrictions on distributing unmodified copies of Vim except
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
29 that they must include this license text. You can also distribute
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
30 unmodified parts of Vim, likewise unrestricted except that they must
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
31 include this license text. You are also allowed to include executables
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
32 that you made from the unmodified Vim sources, plus your own usage
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
33 examples and Vim scripts.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
34
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
35 II) It is allowed to distribute a modified (or extended) version of Vim,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
36 including executables and/or source code, when the following four
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
37 conditions are met:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
38 1) This license text must be included unmodified.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
39 2) The modified Vim must be distributed in one of the following five ways:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
40 a) If you make changes to Vim yourself, you must clearly describe in
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
41 the distribution how to contact you. When the maintainer asks you
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
42 (in any way) for a copy of the modified Vim you distributed, you
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
43 must make your changes, including source code, available to the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
44 maintainer without fee. The maintainer reserves the right to
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
45 include your changes in the official version of Vim. What the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
46 maintainer will do with your changes and under what license they
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
47 will be distributed is negotiable. If there has been no negotiation
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
48 then this license, or a later version, also applies to your changes.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
49 The current maintainer is Bram Moolenaar <Bram@vim.org>. If this
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
50 changes it will be announced in appropriate places (most likely
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
51 vim.sf.net, www.vim.org and/or comp.editors). When it is completely
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
52 impossible to contact the maintainer, the obligation to send him
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
53 your changes ceases. Once the maintainer has confirmed that he has
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
54 received your changes they will not have to be sent again.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
55 b) If you have received a modified Vim that was distributed as
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
56 mentioned under a) you are allowed to further distribute it
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
57 unmodified, as mentioned at I). If you make additional changes the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
58 text under a) applies to those changes.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
59 c) Provide all the changes, including source code, with every copy of
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
60 the modified Vim you distribute. This may be done in the form of a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
61 context diff. You can choose what license to use for new code you
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
62 add. The changes and their license must not restrict others from
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
63 making their own changes to the official version of Vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
64 d) When you have a modified Vim which includes changes as mentioned
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
65 under c), you can distribute it without the source code for the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
66 changes if the following three conditions are met:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
67 - The license that applies to the changes permits you to distribute
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
68 the changes to the Vim maintainer without fee or restriction, and
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
69 permits the Vim maintainer to include the changes in the official
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
70 version of Vim without fee or restriction.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
71 - You keep the changes for at least three years after last
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
72 distributing the corresponding modified Vim. When the maintainer
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
73 or someone who you distributed the modified Vim to asks you (in
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
74 any way) for the changes within this period, you must make them
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
75 available to him.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
76 - You clearly describe in the distribution how to contact you. This
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
77 contact information must remain valid for at least three years
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
78 after last distributing the corresponding modified Vim, or as long
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
79 as possible.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
80 e) When the GNU General Public License (GPL) applies to the changes,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
81 you can distribute the modified Vim under the GNU GPL version 2 or
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
82 any later version.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
83 3) A message must be added, at least in the output of the ":version"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
84 command and in the intro screen, such that the user of the modified Vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
85 is able to see that it was modified. When distributing as mentioned
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
86 under 2)e) adding the message is only required for as far as this does
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
87 not conflict with the license used for the changes.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
88 4) The contact information as required under 2)a) and 2)d) must not be
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
89 removed or changed, except that the person himself can make
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
90 corrections.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
91
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
92 III) If you distribute a modified version of Vim, you are encouraged to use
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
93 the Vim license for your changes and make them available to the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
94 maintainer, including the source code. The preferred way to do this is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
95 by e-mail or by uploading the files to a server and e-mailing the URL.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
96 If the number of changes is small (e.g., a modified Makefile) e-mailing a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
97 context diff will do. The e-mail address to be used is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
98 <maintainer@vim.org>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
99
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
100 IV) It is not allowed to remove this license from the distribution of the Vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
101 sources, parts of it or from a modified version. You may use this
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
102 license for previous Vim releases instead of the license that they came
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
103 with, at your option.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
104
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
105 === end of license ===
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
106
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
107 Note:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
108
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
109 - If you are happy with Vim, please express that by reading the rest of this
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
110 file and consider helping needy children in Uganda.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
111
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
112 - If you want to support further Vim development consider becoming a
799
6beb2c667935 updated for version 7.0b
vimboss
parents: 557
diff changeset
113 |sponsor|. The money goes to Uganda anyway.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
114
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
115 - According to Richard Stallman the Vim license is GNU GPL compatible.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
116 A few minor changes have been made since he checked it, but that should not
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
117 make a difference.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
118
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
119 - If you link Vim with a library that goes under the GNU GPL, this limits
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
120 further distribution to the GNU GPL. Also when you didn't actually change
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
121 anything in Vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
122
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
123 - Once a change is included that goes under the GNU GPL, this forces all
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
124 further changes to also be made under the GNU GPL or a compatible license.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
125
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
126 - If you distribute a modified version of Vim, you can include your name and
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
127 contact information with the "--with-modified-by" configure argument or the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
128 MODIFIED_BY define.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
129
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
130 ==============================================================================
1620
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
131 Kibaale Children's Centre *kcc* *Kibaale* *charity*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
132
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
133 Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
134 south of Uganda, near Tanzania, in East Africa. The area is known as Rakai
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
135 District. The population is mostly farmers. Although people are poor, there
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
136 is enough food. But this district is suffering from AIDS more than any other
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
137 part of the world. Some say that it started there. Estimations are that 10
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
138 to 30% of the Ugandans are infected with HIV. Because parents die, there are
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
139 many orphans. In this district about 60,000 children have lost one or both
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
140 parents, out of a population of 350,000. And this is still continuing.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
141
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
142 The children need a lot of help. The KCC is working hard to provide the needy
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
143 with food, medical care and education. Food and medical care to keep them
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
144 healthy now, and education so that they can take care of themselves in the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
145 future. KCC works on a Christian base, but help is given to children of any
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
146 religion.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
147
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
148 The key to solving the problems in this area is education. This has been
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
149 neglected in the past years with president Idi Amin and the following civil
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
150 wars. Now that the government is stable again, the children and parents have
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
151 to learn how to take care of themselves and how to avoid infections. There is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
152 also help for people who are ill and hungry, but the primary goal is to
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
153 prevent people from getting ill and to teach them how to grow healthy food.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
154
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
155 Most of the orphans are living in an extended family. An uncle or older
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
156 sister is taking care of them. Because these families are big and the income
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
157 (if any) is low, a child is lucky if it gets healthy food. Clothes, medical
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
158 care and schooling is beyond its reach. To help these needy children, a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
159 sponsorship program was put into place. A child can be financially adopted.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
160 For a few dollars a month KCC sees to it that the child gets indispensable
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
161 items, is healthy, goes to school and KCC takes care of anything else that
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
162 needs to be done for the child and the family that supports it.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
163
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
164 Besides helping the child directly, the environment where the child grows up
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
165 needs to be improved. KCC helps schools to improve their teaching methods.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
166 There is a demonstration school at the centre and teacher trainings are given.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
167 Health workers are being trained, hygiene education is carried out and
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
168 households are stimulated to build a proper latrine. I helped setting up a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
169 production site for cement slabs. These are used to build a good latrine.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
170 They are sold below cost price.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
171
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
172 There is a small clinic at the project, which provides children and their
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
173 family with medical help. When needed, transport to a hospital is offered.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
174 Immunization programs are carried out and help is provided when an epidemic is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
175 breaking out (measles and cholera have been a problem).
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 22
diff changeset
176 *donate*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
177 Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
178 volunteer. I have helped to expand the centre and worked in the area of water
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
179 and sanitation. I learned that the help that the KCC provides really helps.
1620
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
180 When I came back to Holland, I wanted to continue supporting KCC. To do this
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
181 I'm raising funds and organizing the sponsorship program. Please consider one
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
182 of these possibilities:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
183
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
184 1. Sponsor a child in primary school: 17 euro a month (or more).
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
185 2. Sponsor a child in secondary school: 25 euro a month (or more).
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
186 3. Sponsor the clinic: Any amount a month or quarter
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
187 4. A one-time donation
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
188
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
189 Compared with other organizations that do child sponsorship the amounts are
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
190 very low. This is because the money goes directly to the centre. Less than
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
191 5% is used for administration. This is possible because this is a small
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
192 organization that works with volunteers. If you would like to sponsor a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
193 child, you should have the intention to do this for at least one year.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
194
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
195 How do you know that the money will be spent right? First of all you have my
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
196 personal guarantee as the author of Vim. I trust the people that are working
6530
435956324539 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 5294
diff changeset
197 at the centre, I know them personally. Furthermore, the centre has been
2033
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
198 co-sponsored and inspected by World Vision, Save the Children Fund and is now
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
199 under the supervision of Pacific Academy Outreach Society. The centre is
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
200 visited about once a year to check the progress (at our own cost). I have
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
201 visited the centre myself many times, starting in 1993. The visit reports are
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
202 on the ICCF web site.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
203
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
204 If you have any further questions, send me e-mail: <Bram@vim.org>.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
205
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
206 The address of the centre is:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
207 Kibaale Children's Centre
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
208 p.o. box 1658
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
209 Masaka, Uganda, East Africa
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
210
799
6beb2c667935 updated for version 7.0b
vimboss
parents: 557
diff changeset
211 Sending money: *iccf-donations*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
212
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
213 Check the ICCF web site for the latest information! See |iccf| for the URL.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
214
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
215
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 874
diff changeset
216 USA: The methods mentioned below can be used.
e63691e7c504 updated for version 7.1a
vimboss
parents: 874
diff changeset
217 Sending a check to the Nehemiah Group Outreach Society (NGOS)
e63691e7c504 updated for version 7.1a
vimboss
parents: 874
diff changeset
218 is no longer possible, unfortunately. We are looking for
18831
6848b809a26e Runtime file updates.
Bram Moolenaar <Bram@vim.org>
parents: 14519
diff changeset
219 another way to get you an IRS tax receipt.
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 874
diff changeset
220 For sponsoring a child contact KCF in Canada (see below). US
1620
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
221 checks can be sent to them to lower banking costs.
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
222
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
223 Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
224 take care of the Canadian sponsors for the children in
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
225 Kibaale. KCF forwards 100% of the money to the project in
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
226 Uganda. You can send them a one time donation directly.
22
cc049b00ee70 updated for version 7.0014
vimboss
parents: 7
diff changeset
227 Please send me a note so that I know what has been donated
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
228 because of Vim. Ask KCF for information about sponsorship.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
229 Kibaale Children's Fund c/o Pacific Academy
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
230 10238-168 Street
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
231 Surrey, B.C. V4N 1Z4
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
232 Canada
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
233 Phone: 604-581-5353
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
234 If you make a donation to Kibaale Children's Fund (KCF) you
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
235 will receive a tax receipt which can be submitted with your
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
236 tax return.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
237
2502
e6420d275b6a Update README files. Remove references to extra and lang archives.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
238 Holland: Transfer to the account of "Stichting ICCF Holland" in Lisse.
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
239 This will allow for tax deduction if you live in Holland.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
240 Postbank, nr. 4548774
3996
b3f3237a3d72 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 3557
diff changeset
241 IBAN: NL95 INGB 0004 5487 74
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
242
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
243 Germany: It is possible to make donations that allow for a tax return.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
244 Check the ICCF web site for the latest information:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
245 http://iccf-holland.org/germany.html
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
246
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
247 World: Use a postal money order. That should be possible from any
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
248 country, mostly from the post office. Use this name (which is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
249 in my passport): "Abraham Moolenaar". Use Euro for the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
250 currency if possible.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
251
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
252 Europe: Use a bank transfer if possible. Your bank should have a form
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
253 that you can use for this. See "Others" below for the swift
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
254 code and IBAN number.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
255 Any other method should work. Ask for information about
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
256 sponsorship.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
257
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
258 Credit Card: You can use PayPal to send money with a Credit card. This is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
259 the most widely used Internet based payment system. It's
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
260 really simple to use. Use this link to find more info:
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 874
diff changeset
261 https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
262 The e-mail address for sending the money to is:
479
147da3983fca updated for version 7.0129
vimboss
parents: 170
diff changeset
263 Bram@iccf-holland.org
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
264 For amounts above 400 Euro ($500) sending a check is
479
147da3983fca updated for version 7.0129
vimboss
parents: 170
diff changeset
265 preferred.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
266
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
267 Others: Transfer to one of these accounts if possible:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
268 Postbank, account 4548774
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
269 Swift code: INGB NL 2A
3557
9cb3a75a20b9 Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2577
diff changeset
270 IBAN: NL95 INGB 0004 5487 74
2502
e6420d275b6a Update README files. Remove references to extra and lang archives.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
271 under the name "stichting ICCF Holland", Lisse
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
272 If that doesn't work:
2502
e6420d275b6a Update README files. Remove references to extra and lang archives.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
273 Rabobank Lisse, account 3765.05.117
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
274 Swift code: RABO NL 2U
2502
e6420d275b6a Update README files. Remove references to extra and lang archives.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
275 under the name "Bram Moolenaar", Lisse
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
276 Otherwise, send a check in euro or US dollars to the address
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
277 below. Minimal amount: $70 (my bank does not accept smaller
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
278 amounts for foreign check, sorry)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
279
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
280 Address to send checks to:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
281 Bram Moolenaar
1620
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
282 Finsterruetihof 1
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
283 8134 Adliswil
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
284 Switzerland
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
285
1620
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
286 This address is expected to be valid for a long time.
799
6beb2c667935 updated for version 7.0b
vimboss
parents: 557
diff changeset
287
14519
5c5908e81e93 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13963
diff changeset
288 vim:tw=78:ts=8:noet:ft=help:norl: