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

Add forum activity to main pages
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 20:28:01 2012 +0100 (2012-03-13)
parents
children 4f54009fb87b
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 <title>SliTaz - Association</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
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="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="../../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
14 </head>
15 <body>
17 <?php include("../../lib/html/header.html"); ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../../lib/html/nav.en.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Association</h4>
25 <p>
26 The SliTaz GNU/Linux association is a non-profit entity that
27 maintains and manages the project. Its mission is to ensure
28 the durability of the project. It provides an infrastruture
29 and delivers professional services to users, developers and
30 business enterprises using the distribution.
31 </p>
32 <p>Help the project via a small donation:</p>
33 <?php include("../../lib/html/donate.html"); ?>
34 </div>
35 </div>
37 <!-- Content -->
38 <div id="content">
40 <h2>Infrastructure and services</h2>
42 <ul>
43 <li><a href="#overview">Overview</a></li>
44 <li><a href="#goals">Current objectives</a></li>
45 <li><a href="#members">Members</a></li>
46 <li><a href="sponsor.html">Sponsors</a></li>
47 <li><a href="#donation">Donations</a></li>
48 <li><a href="#postal">Postal Address</a></li>
49 </ul>
51 <a name="overview"></a>
52 <h3>Overview</h3>
53 <p>
54 The SliTaz GNU/Linux is an international association based in
55 Switzerland and respects the Swiss Civil Code. The association is
56 comprised of a committee and members and provides financial and
57 staff remuneration. Members meet once a year at a general meeting and
58 decide for example, the activities of the association or the membership
59 fees. Each member has a right to vote on individual proposals and can
60 use the hardware (inc. cdrom, T-shirts) of the association to help setup
61 a working group to organize events.
62 </p>
63 <p>
64 The project takes on the scale and demands of the
65 professional world more and more frequently and the creation of the
66 association is seen as something of a necessity. We chose an association
67 economic model to meet the needs of the project and also provide solid and high
68 quality services to our users and business partners who wish to sponser
69 the project.
70 </p>
71 <p>
72 A copy of the statutes is sent to each member upon registration and a
73 PDF version is always available online:
74 <a href="../../fr/asso/status-association-slitaz.pdf">status-association-slitaz.pdf</a> |
75 <a href="../../en/asso/statutes.php">English Translation</a>.
76 </p>
78 <a name="goals"></a>
79 <h3>Current objectives</h3>
80 <p>
81 SliTaz is a project using the open development model and all the
82 work is done by a community of volunteers. Our goal is to improve and
83 provide better organization of contributions. The project's
84 friendliness, support, update sites, maintenance services, technical
85 support and management teams are topics that we would like to
86 address and professionalize.
87 </p>
88 <p>
89 To achieve this, we would ideally like 1 or 2 developers
90 to work part-time or full-time on SliTaz. They would have
91 the responsibility to consolidate and optimize existing systems while
92 dealing with new demands. The various sub-projects would also be more
93 dynamic and would see new features published much more frequently.
94 </p>
96 <a name="members"></a>
97 <h3>Members</h3>
98 <p>
99 The association is open to any persons. Becoming a member
100 allows you to support the project and ensure its sustainability through an
101 annual fee.
102 </p>
103 <p>
104 To join, just send us a letter or email: asso(at)slitaz.org. You will
105 then receive an information pack, details of payment fees and
106 a copy of the statutes. The minimum contribution was set at 40 Euros for
107 the year 2009-10. In the email, please specify your:
108 </p>
109 <ul>
110 <li>Full Name</li>
111 <li>Full Address</li>
112 <li>Country</li>
113 </ul>
115 <a name="donation"></a>
116 <h3>Donations</h3>
117 <p>
118 There are various ways to financially support the association, become
119 a member or sponsor, or make a one-off payment via PayPal online secure
120 services or by using a bank transfer. For a micropayment you can use Flattr,
121 which is a very nice service with open-source in mind. The project also has
122 some logistical needs, any donated equipment in good working order is
123 welcomed.
124 </p>
126 <div>
127 <!-- PayPal boutton -->
128 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"
129 style="display: inline;">
130 <input type="hidden" name="cmd" value="_s-xclick" />
131 <input type="hidden" name="hosted_button_id" value="4885025" />
132 <input type="image" src="../../images/paypal.png" name="submit"
133 alt="PayPal - The safer, easier way to pay online!" />
134 </form>
135 <!-- Flattr boutton -->
136 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
137 href="http://www.slitaz.org/"></a>
138 </div>
140 <a name="postal"></a>
141 <h3>Postal Address</h3>
142 <div class="box">
143 Association SliTaz GNU/Linux<br />
144 Rue du Village 40<br />
145 1081 Montpreveyres<br />
146 Switzerland
147 </div>
149 <!-- End of content -->
150 </div>
152 <?php include("../../lib/html/footer.html"); ?>
154 </body>
155 </html>