-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathorganization.en.php
42 lines (33 loc) · 1.35 KB
/
organization.en.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
$title = "Organization of Fink";
$cvs_author = '$Author: thesin $';
$cvs_date = '$Date: 2014/10/23 22:09:50 $';
include "header.inc";
?>
<h1>Organization of Fink</h1>
<p>The Fink project works through volunteers, and a fairly loose
organizational structure. At present, the Fink Core Team and the
Fink Translators are the most highly organized groups within the
Fink project.</p>
<a name="core"><h2>The Fink Core Team</h2></a>
<p>The Fink Core Team is responsible for several aspects of central
management of the Fink project. Team members work on the fink program
itself and
coordinate contributions of others to that program; they serve as
Maintainers for all of the "essential" packages in the Fink collection,
and ensure that bootstrapping with these essential packages works;
they manage releases of the fink program and related programs;
they manage creation and release of major fink distributions,
including the source and binary distributions. They also help to
coordinate the other groups of volunteers who work on the Fink
project.
</p>
<p>The current Fink Core members are Augusto Devegili, Alexander Hansen, Max
Horn, Daniel Macks, David R. Morrison, Benjamin Reed and Dave Vasilevsky. They
can be reached at <[email protected]>.
</p>
<h2>The Fink Translators</h2>
<p>Description coming soon...</p>
<?php
include "footer.inc";
?>