Include some info on information we need for a donation request, how
donations are handled, and so on.
This commit is contained in:
parent
d8b6461dfa
commit
a61772c7ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13588
1 changed files with 107 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD$">
|
<!ENTITY date "$FreeBSD: www/en/donations/index.sgml,v 1.1 2002/05/09 12:50:53 mwlucas Exp $">
|
||||||
<!ENTITY title "FreeBSD Donations Liason">
|
<!ENTITY title "FreeBSD Donations Liason">
|
||||||
<!ENTITY email 'freebsd-donations'>
|
<!ENTITY email 'freebsd-donations'>
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
|
@ -12,6 +12,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#goal">Donations Liason Goals</a></li>
|
<li><a href="#goal">Donations Liason Goals</a></li>
|
||||||
<li><a href="#charter">Donations Liason Charter</a></li>
|
<li><a href="#charter">Donations Liason Charter</a></li>
|
||||||
|
<li><a href="#donating">Donating to the FreeBSD Project</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="goal"></a>
|
<a name="goal"></a>
|
||||||
|
@ -63,6 +64,111 @@
|
||||||
developer community.</li>
|
developer community.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<a name="donating"></a>
|
||||||
|
<h2>Donating to the FreeBSD Project</h2>
|
||||||
|
|
||||||
|
<p>So, you want to donate something to the FreeBSD Project?
|
||||||
|
Great! We strongly rely upon user donations to accomplish our
|
||||||
|
goals.</p>
|
||||||
|
|
||||||
|
<p>Part of the goal of the Donations Liason Office is to match
|
||||||
|
donations with developers who can use them. This means that we
|
||||||
|
don't accept just any donation; we only handle those that have
|
||||||
|
an interested recipient. This saves time all around, and also
|
||||||
|
helps assure donors that what their contributions are actually
|
||||||
|
supporting the FreeBSD Project. The down side of this process
|
||||||
|
is that we need some information about your donation before
|
||||||
|
accepting it.</p>
|
||||||
|
|
||||||
|
<p>Donations generally fall into three categories:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="#money">Financial</a></li>
|
||||||
|
<li><a href="#systems">Complete Computers</a></li>
|
||||||
|
<li><a href="#hardware">Hardware Components</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>If you have something to offer that doesn't fall into one of
|
||||||
|
these categories, don't fret! Just contact us at
|
||||||
|
donations@FreeBSD.org with your offer. Just because it's not
|
||||||
|
the run-of-the-mill offer doesn't mean that we're not
|
||||||
|
interested.</p>
|
||||||
|
|
||||||
|
<h3><a name="money">Financial Contributions</a></h3>
|
||||||
|
|
||||||
|
<p>The FreeBSD Project does not directly accept financial
|
||||||
|
contributions. A sponsor organization, the <a
|
||||||
|
href="http://www.freebsdfoundation.org">FreeBSD Foundation</a>,
|
||||||
|
accepts financial contributions for us. Please see their Web
|
||||||
|
site for details on financial contributions.</p>
|
||||||
|
|
||||||
|
<h3><a name="systems">Complete Computer Systems</a></h3>
|
||||||
|
|
||||||
|
<p>The FreeBSD Project is always in need of computers. We are
|
||||||
|
happy to accept donations that can be used by a developer. If
|
||||||
|
you have a computer that you would like to donate to the
|
||||||
|
Project, please contact us with the following information:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Hardware specifications: motherboard, CPU, disk space,
|
||||||
|
memory. (If the computer is an Alpha, please also include the
|
||||||
|
output of the commands SHOW CONFIG, SHOW MEM, and SHOW
|
||||||
|
DEV.)</li>
|
||||||
|
|
||||||
|
<li>Does this system currently run FreeBSD, or is it
|
||||||
|
unsupported? If possible, please attach a dmesg from a
|
||||||
|
FreeBSD install on this system.</li>
|
||||||
|
|
||||||
|
<li>Are you willing to ship this system?</li>
|
||||||
|
|
||||||
|
<li>Your physical location. We try to make shipping as easy and
|
||||||
|
inexpensive as possible.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3><a name="components">Computer Components</a></h3>
|
||||||
|
|
||||||
|
<p>If we're going to support a type of hardware, we need that
|
||||||
|
hardware. If you have a piece of hardware that you would like
|
||||||
|
to donate to the Project, please contact us with the following
|
||||||
|
information:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>The hardware description: model, part number, manufacturer,
|
||||||
|
etc. If you have an exact link to the manufacturer's Web page
|
||||||
|
for this component, that would be helpful.</li>
|
||||||
|
|
||||||
|
<li>Is this hardware currently supported in FreeBSD?</li>
|
||||||
|
|
||||||
|
<li>What documentation do you have? A piece of hardware is not
|
||||||
|
sufficient to write a driver; driver authors need detailed
|
||||||
|
chipset data from the manufacturer. (Don't worry too much if
|
||||||
|
you don't have this documentation, as it may be available
|
||||||
|
elsewhere.)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>What we Do with this Information</h3>
|
||||||
|
|
||||||
|
<p>Once we have a description of the donation, the Donations
|
||||||
|
Liason Office will contact the developer community and offer the
|
||||||
|
resource to them. If we have a developer who would like the
|
||||||
|
item, we put the donor and the recipient in contact and let them
|
||||||
|
work out shipping information. If there are multilpe developers
|
||||||
|
interested in a resource, we try to learn what each developer
|
||||||
|
would use the resource for and allocate it most effectively for
|
||||||
|
the Project. If no developer is interested, we turn down the
|
||||||
|
offer.</p>
|
||||||
|
|
||||||
|
<p>Our goal is to place (or decline) all donations within 7 days
|
||||||
|
of receipt of complete information.</p>
|
||||||
|
|
||||||
|
<h3>Tax Donations</h3>
|
||||||
|
|
||||||
|
<p>The FreeBSD Foundation can act as a charitable organization for
|
||||||
|
tax purposes. If you live in the United States, your donation
|
||||||
|
can be deducted from your taxes. If you want a deduction for
|
||||||
|
your contribution, please let us know when you send information
|
||||||
|
on your donation.</p>
|
||||||
|
|
||||||
&footer;
|
&footer;
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue