Add the charter for the Donations Liason Officer.
Charter approved by: core
This commit is contained in:
parent
8fc74a19bd
commit
e63742240d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13012
2 changed files with 80 additions and 0 deletions
12
en/donations/Makefile
Normal file
12
en/donations/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
68
en/donations/index.sgml
Normal file
68
en/donations/index.sgml
Normal file
|
@ -0,0 +1,68 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Donations Liason">
|
||||
<!ENTITY email 'freebsd-donations'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Contents</h2>
|
||||
<ul>
|
||||
<li><a href="#goal">Donations Liason Goals</a></li>
|
||||
<li><a href="#charter">Donations Liason Charter</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="goal"></a>
|
||||
<h2>Project Goal</h2>
|
||||
|
||||
<p>As FreeBSD's userbase has grown, the number of people who want
|
||||
to donate materials or funds to the Project has grown. The
|
||||
Donations Liason is intended to streamline the handling of these
|
||||
donations, and to ensure that they are handled in a timely and
|
||||
reasonable manner.</p>
|
||||
|
||||
<p>More information will be available as soon as the fledgling
|
||||
Donations Team works out a process. While the Donations Liason
|
||||
Officer has some definite ideas on how things should be done,
|
||||
these ideas should be sanity-checked by a slightly larger group
|
||||
before being given to the world.</p>
|
||||
|
||||
<a name="charter"></a>
|
||||
<h2>Donations Liason Charter</h2>
|
||||
|
||||
<p>The purpose of the Donations Liason Officer is to encourage and
|
||||
guide donations according to a set of community-accepted rules.
|
||||
The DLO has the following responsibilities.</p>
|
||||
|
||||
<ul>
|
||||
<li>to establish and maintain a clear set of procedures for
|
||||
handling donations.</li>
|
||||
|
||||
<li>to respond to donation offers in a timely manner.</li>
|
||||
|
||||
<li>to maintain a list of equipment and resources desired by the
|
||||
FreeBSD community.</li>
|
||||
|
||||
<li>to coordinate donation offers with the FreeBSD developer
|
||||
community.</li>
|
||||
|
||||
<li>to shepherd donations through the entire donation
|
||||
process.</li>
|
||||
|
||||
<li>to coordinate a 3-4 person team to ensure that timely,
|
||||
informed, and correct response is available at all times.</li>
|
||||
|
||||
<li>to publicly acknowledge donors and donations when the
|
||||
donation is complete.</li>
|
||||
|
||||
<li>record the status of all loans to the Project.</li>
|
||||
|
||||
<li>provide open records of all donations to the FreeBSD
|
||||
developer community.</li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue