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

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