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

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 836d86cc161c
children
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>
31 <p>
32 The SliTaz GNU/Linux association is a non-profit entity that
33 maintains and manages the project. Its mission is to ensure
34 the durability of the project and provide the infrastructure.
35 </p>
37 <ul>
38 <li><a href="#overview">Overview</a></li>
39 <li><a href="#goals">Current objectives</a></li>
40 <li><a href="#members">Members</a></li>
41 <li><a href="../sponsor/">Sponsors</a></li>
42 <li><a href="#donation">Donations</a></li>
43 <li><a href="#postal">Postal Address</a></li>
44 </ul>
46 <h3 id="overview">Overview</h3>
48 <p>
49 The SliTaz GNU/Linux is an international association based in
50 Switzerland and respects the Swiss Civil Code. The association is
51 comprised of a committee and members and provides financial and
52 staff remuneration. Members meet once a year at a general meeting and
53 decide for example, the activities of the association or the membership
54 fees. Each member has a right to vote on individual proposals and can
55 use the hardware (inc. cdrom, T-shirts) of the association to help setup
56 a working group to organize events.
57 </p>
58 <p>
59 The project takes on the scale and demands of the
60 professional world more and more frequently and the creation of the
61 association is seen as something of a necessity. We chose an association
62 economic model to meet the needs of the project and also provide solid and high
63 quality services to our users and business partners who wish to sponser
64 the project.
65 </p>
66 <p>
67 A copy of the statutes is sent to each member upon registration and a
68 PDF version is always available online:
69 <a href="/fr/asso/status-association-slitaz.pdf">status-association-slitaz.pdf</a> |
70 <a href="statutes.php">English Translation</a>.
71 </p>
73 <h3 id="goals">Current objectives</h3>
75 <p>
76 SliTaz is a project using the open development model and all the
77 work is done by a community of volunteers. Our goal is to improve and
78 provide better organization of contributions. The project's
79 friendliness, support, update sites, maintenance services, technical
80 support and management teams are topics that we would like to
81 address and professionalize.
82 </p>
83 <p>
84 To achieve this, we would ideally like 1 or 2 developers
85 to work part-time or full-time on SliTaz. They would have
86 the responsibility to consolidate and optimize existing systems while
87 dealing with new demands. The various sub-projects would also be more
88 dynamic and would see new features published much more frequently.
89 </p>
91 <h3 id="members">Members</h3>
93 <p>
94 The association is open to any persons. Becoming a member
95 allows you to support the project and ensure its sustainability through an
96 annual fee.
97 </p>
98 <p>
99 To join, just send us a letter or email: asso(at)slitaz.org. You will
100 then receive an information pack, details of payment fees and
101 a copy of the statutes. The minimum contribution was set at 40 Euros for
102 the year 2009-10. In the email, please specify your:
103 </p>
104 <ul>
105 <li>Full Name</li>
106 <li>Full Address</li>
107 <li>Country</li>
108 </ul>
110 <h3 id="donation">Donations</h3>
112 <p>
113 There are various ways to financially support the association, become
114 a member or sponsor, or make a one-off payment via PayPal online secure
115 services or by using a bank transfer. For a micropayment you can use Flattr,
116 which is a very nice service with open-source in mind. The project also has
117 some logistical needs, any donated equipment in good working order is
118 welcomed.
119 </p>
121 <?php include("../../lib/html/donate.html"); ?>
123 <h3 id="postal">Postal Address</h3>
125 <div class="box">
126 Association SliTaz<br />
127 Rue du Village 40<br />
128 1081 Montpreveyres<br />
129 Switzerland
130 </div>
132 <!-- End of content -->
133 </section>
135 <?php include("../../lib/html/footer.html"); ?>
137 </body>
138 </html>