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

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