annotate runtime/doc/uganda.txt @ 856:8cd729851562 v7.0g

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