website view en/asso/index.php @ rev 1176

en: assoc (tiny edit)
author Paul Issott <paul@slitaz.org>
date Wed Jan 15 19:35:39 2014 +0000 (2014-01-15)
parents 2b715a13d650
children 66964b8f0217
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Association</title>
7 <meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
8 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
9 <meta name="author" content="Christophe Lincoln" />
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.en.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Association</h4>
22 <p>
23 The SliTaz GNU/Linux association is a non-profit entity that
24 maintains and manages the project. Its mission is to ensure
25 the durability of the project and provide the infrastructure.
26 </p>
27 <p>Help the project via a small donation:</p>
28 <?php include("../../lib/html/donate.html"); ?>
29 </div>
30 </div>
32 <?php include("../../lib/lang.php"); ?>
34 <!-- Content -->
35 <div id="content">
37 <!-- Featured sponsor -->
38 <div id="sponsor">
39 <p><strong>Featured sponsor</strong></p>
40 <?php include("../../lib/rand-sponsor.php"); ?>
41 <p><?php echo "<a href='$url'>$name</a>" ?></p>
42 </div>
44 <h2>Infrastructure and services</h2>
46 <ul>
47 <li><a href="#overview">Overview</a></li>
48 <li><a href="#goals">Current objectives</a></li>
49 <li><a href="#members">Members</a></li>
50 <li><a href="../sponsor/">Sponsors</a></li>
51 <li><a href="#donation">Donations</a></li>
52 <li><a href="#postal">Postal Address</a></li>
53 </ul>
55 <h3 id="overview">Overview</h3>
57 <p>
58 The SliTaz GNU/Linux is an international association based in
59 Switzerland and respects the Swiss Civil Code. The association is
60 comprised of a committee and members and provides financial and
61 staff remuneration. Members meet once a year at a general meeting and
62 decide for example, the activities of the association or the membership
63 fees. Each member has a right to vote on individual proposals and can
64 use the hardware (inc. cdrom, T-shirts) of the association to help setup
65 a working group to organize events.
66 </p>
67 <p>
68 The project takes on the scale and demands of the
69 professional world more and more frequently and the creation of the
70 association is seen as something of a necessity. We chose an association
71 economic model to meet the needs of the project and also provide solid and high
72 quality services to our users and business partners who wish to sponser
73 the project.
74 </p>
75 <p>
76 A copy of the statutes is sent to each member upon registration and a
77 PDF version is always available online:
78 <a href="/fr/asso/status-association-slitaz.pdf">status-association-slitaz.pdf</a> |
79 <a href="statutes.php">English Translation</a>.
80 </p>
82 <h3 id="goals">Current objectives</h3>
84 <p>
85 SliTaz is a project using the open development model and all the
86 work is done by a community of volunteers. Our goal is to improve and
87 provide better organization of contributions. The project's
88 friendliness, support, update sites, maintenance services, technical
89 support and management teams are topics that we would like to
90 address and professionalize.
91 </p>
92 <p>
93 To achieve this, we would ideally like 1 or 2 developers
94 to work part-time or full-time on SliTaz. They would have
95 the responsibility to consolidate and optimize existing systems while
96 dealing with new demands. The various sub-projects would also be more
97 dynamic and would see new features published much more frequently.
98 </p>
100 <h3 id="members">Members</h3>
102 <p>
103 The association is open to any persons. Becoming a member
104 allows you to support the project and ensure its sustainability through an
105 annual fee.
106 </p>
107 <p>
108 To join, just send us a letter or email: asso(at)slitaz.org. You will
109 then receive an information pack, details of payment fees and
110 a copy of the statutes. The minimum contribution was set at 40 Euros for
111 the year 2009-10. In the email, please specify your:
112 </p>
113 <ul>
114 <li>Full Name</li>
115 <li>Full Address</li>
116 <li>Country</li>
117 </ul>
119 <h3 id="donation">Donations</h3>
121 <p>
122 There are various ways to financially support the association, become
123 a member or sponsor, or make a one-off payment via PayPal online secure
124 services or by using a bank transfer. For a micropayment you can use Flattr,
125 which is a very nice service with open-source in mind. The project also has
126 some logistical needs, any donated equipment in good working order is
127 welcomed.
128 </p>
130 <?php include("../../lib/html/donate.html"); ?>
132 <h3 id="postal">Postal Address</h3>
134 <div class="box">
135 Association SliTaz<br />
136 Rue du Village 40<br />
137 1081 Montpreveyres<br />
138 Switzerland
139 </div>
141 <!-- End of content -->
142 </div>
144 <?php include("../../lib/html/footer.html"); ?>
146 </body>
147 </html>