annotate runtime/doc/uganda.txt @ 33764:f2445075dbeb v9.0.2103

patch 9.0.2103: recursive callback may cause issues on some archs Commit: https://github.com/vim/vim/commit/2076463e383901cef44685aaf4b63e4306444f9e Author: Christian Brabandt <cb@256bit.org> Date: Sun Nov 12 16:59:29 2023 +0100 patch 9.0.2103: recursive callback may cause issues on some archs Problem: recursive callback may cause issues on some archs Solution: Decrease the limit drastically to 20 Recursive callback limit causes problems on some architectures Since commit 47510f3d6598a1218958c03ed11337a43b73f48d we have a test that causes a recursive popup callback function to be executed. However it seems the current limit of 'maxfuncdepth' option value is still too recursive for some 32bit architectures (e.g. 32bit ARM). So instead of allowing a default limit of 100 (default value for 'maxfuncdepth'), let's reduce this limit to 20. I don't think there is a use case where one would need such a high recursive callback limit and a limit of 20 seems reasonable (although it is currently hard-coded). closes: #13495 closes: #13502 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Nov 2023 17:15:03 +0100
parents 4027cefc2aab
children 4635e43f2c6f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29314
f8116058ca76 release version 9.0
Bram Moolenaar <Bram@vim.org>
parents: 28010
diff changeset
1 *uganda.txt* For Vim version 9.0. Last change: 2022 Mar 02
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
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
14 https://iccf-holland.org/
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
15 https://www.vim.org/iccf/
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
16 https://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.
32770
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 32004
diff changeset
49 The current maintainers are listed here: https://github.com/orgs/vim/people.
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 32004
diff changeset
50 If this changes it will be announced in appropriate places (most likely
7
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
28010
c968191a8557 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 27623
diff changeset
136 usually is enough food. But this district is suffering from AIDS more than
c968191a8557 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 27623
diff changeset
137 any other part of the world. Some say that it started there. Estimations are
c968191a8557 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 27623
diff changeset
138 that in the past 10 to 30% of the Ugandans are infected with HIV. Because
c968191a8557 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 27623
diff changeset
139 parents die, there are many orphans. In this district about 60,000 children
c968191a8557 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 27623
diff changeset
140 have lost one or both parents, out of a population of 350,000. Although AIDS
c968191a8557 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 27623
diff changeset
141 is now mostly under control, the problems are still continuing.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
142
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
143 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
144 with food, medical care and education. Food and medical care to keep them
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
145 healthy now, and education so that they can take care of themselves in the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
146 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
147 religion.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
148
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
149 The key to solving the problems in this area is education. This has been
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
150 neglected in the past years with president Idi Amin and the following civil
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
151 wars. Now that the government is stable again, the children and parents have
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
152 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
153 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
154 prevent people from getting ill and to teach them how to grow healthy food.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
155
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
156 Most of the orphans are living in an extended family. An uncle or older
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
157 sister is taking care of them. Because these families are big and the income
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
158 (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
159 care and schooling is beyond its reach. To help these needy children, a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
160 sponsorship program was put into place. A child can be financially adopted.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
161 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
162 items, is healthy, goes to school and KCC takes care of anything else that
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
163 needs to be done for the child and the family that supports it.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
164
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
165 Besides helping the child directly, the environment where the child grows up
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
166 needs to be improved. KCC helps schools to improve their teaching methods.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
167 There is a demonstration school at the centre and teacher trainings are given.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
168 Health workers are being trained, hygiene education is carried out and
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
169 households are stimulated to build a proper latrine. I helped setting up a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
170 production site for cement slabs. These are used to build a good latrine.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
171 They are sold below cost price.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
172
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
173 There is a clinic at the project, which provides children and their family
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
174 medical help. Since 2020 a maternity ward was added and 24/7 service is
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
175 available. When needed, transport to a hospital is offered. Immunization
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
176 programs are carried out and help is provided when an epidemic is breaking out
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
177 (measles and cholera have been a problem).
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 22
diff changeset
178 *donate*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
179 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
180 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
181 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
182 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
183 I'm raising funds and organizing the sponsorship program. Please consider one
73fe8baea242 updated for version 7.2a
vimboss
parents: 1240
diff changeset
184 of these possibilities:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
185
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
186 1. Sponsor a child in primary school: 17 euro a month (or more).
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
187 2. Sponsor a child in secondary school: 25 euro a month (or more).
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
188 3. Sponsor the clinic: Any amount a month or quarter
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
189 4. A one-time donation
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
190
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
191 Compared with other organizations that do child sponsorship the amounts are
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
192 very low. This is because the money goes directly to the centre. Less than
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
193 5% is used for administration. This is possible because this is a small
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
194 organization that works with volunteers. If you would like to sponsor a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
195 child, you should have the intention to do this for at least one year.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
196
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
197 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
198 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
199 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
200 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
201 under the supervision of Pacific Academy Outreach Society. The centre is
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
202 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
203 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
204 on the ICCF web site.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
205
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
206 If you have any further questions, send me e-mail: <Bram@vim.org>.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
207
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
208 The address of the centre is:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
209 Kibaale Children's Centre
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
210 p.o. box 1658
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
211 Masaka, Uganda, East Africa
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
212
799
6beb2c667935 updated for version 7.0b
vimboss
parents: 557
diff changeset
213 Sending money: *iccf-donations*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
214
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
215 Check the ICCF web site for the latest information! See |iccf| for the URL.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
216
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
217
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 874
diff changeset
218 USA: The methods mentioned below can be used.
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
219 If you must send a check send it to our Canadian partner:
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
220 https://www.kuwasha.net/
557
862863033fdd updated for version 7.0158
vimboss
parents: 479
diff changeset
221
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
222 Canada: Contact Kuwasha in Surrey, Canada. They take care of the
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
223 Canadian sponsors for the children in Kibaale. Kuwasha
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
224 forwards 100% of the money to the project in Uganda. You can
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
225 send them a one time donation directly.
22
cc049b00ee70 updated for version 7.0014
vimboss
parents: 7
diff changeset
226 Please send me a note so that I know what has been donated
27623
179c118424a6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 27538
diff changeset
227 because of Vim. Look on their site for information about
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
228 sponsorship: https://www.kuwasha.net/
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
229 If you make a donation to Kuwasha you will receive a tax
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
230 receipt which can be submitted with your tax return.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
231
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
232 Holland: Transfer to the account of "Stichting ICCF Holland" in
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
233 Amersfoort. This will allow for tax deduction if you live in
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
234 Holland. ING bank, IBAN: NL95 INGB 0004 5487 74
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
235
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
236 Germany: It is possible to make donations that allow for a tax return.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
237 Check the ICCF web site for the latest information:
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
238 https://iccf-holland.org/germany.html
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
239
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
240 Europe: Use a bank transfer if possible. See "Others" below for the
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
241 swift code and IBAN number.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
242 Any other method should work. Ask for information about
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
243 sponsorship.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
244
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
245 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
246 the most widely used Internet based payment system. It's
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
247 really simple to use. Use this link to find more info:
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 874
diff changeset
248 https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
249 The e-mail address for sending the money to is:
479
147da3983fca updated for version 7.0129
vimboss
parents: 170
diff changeset
250 Bram@iccf-holland.org
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
251
27623
179c118424a6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 27538
diff changeset
252 Others: Transfer to this account if possible:
32004
a9b5ffbc0428 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 29314
diff changeset
253 ING bank: IBAN: NL95 INGB 0004 5487 74
27538
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
254 Swift code: INGBNL2A
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
255 under the name "stichting ICCF Holland", Amersfoort
f37561549ec2 Update runtime files; use compiled functions
Bram Moolenaar <Bram@vim.org>
parents: 19099
diff changeset
256 Checks are not accepted.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
257
799
6beb2c667935 updated for version 7.0b
vimboss
parents: 557
diff changeset
258
14519
5c5908e81e93 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13963
diff changeset
259 vim:tw=78:ts=8:noet:ft=help:norl: