website view en/asso/sponsor.php @ rev 928

en: Add DuckDuckGo to sponsor list with logo, link and desc
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 18:22:05 2012 +0100 (2012-03-12)
parents 9dcaf58d0ca4
children a260948796d2
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 - Sponsorship</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux asso sponsor" />
8 <meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
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>Sponsorship</h4>
25 <p>
26 SliTaz is a non-profit based project and we are always looking for
27 new ways to monetary support the project and provide new hardware.
28 </p>
29 <p>Help the project via a small donation:</p>
30 <?php include("../../lib/html/donate.html"); ?>
31 </div>
32 </div>
34 <!-- Content -->
35 <div id="content">
37 <h2>Sponsoring SliTaz</h2>
38 <p>
39 Firstly, a huge thanks to our <a href="#cur">current sponsors</a> and all
40 the people who support us with small but very important donations to the project.
41 The project is still quite young but in 5 years of active development we
42 have grown and become a professional grade operating system that is safe to
43 use in production environments.
44 </p>
46 <h3>Monetary support a developer</h3>
47 <p>
48 Do you use SliTaz in your project and want to see the distribution getting
49 even more professional with main developers working on the project full time?
50 If so, you can sponsor the SliTaz Association which will pay a developer to
51 work fully 100% on SliTaz. We actually don't have enough money the pay a developer
52 for the whole year, but the amount of donations and monetary support lets us have
53 a professional working 3-4 months per year on the project. In time we hope to
54 have developers working on a full time basis on SliTaz.
55 </p>
57 <h3>Hardware sponsor</h3>
58 <p>
59 As a open source project we usually develop SliTaz on our own personal computers.
60 But we sometimes have to change our personal systems and need new hardware. We also
61 can't test the distribution on some specific machines as we dont have access to them.
62 If you are a hardware manufacturer and want to see Slitaz working out-of-the-box on
63 your computers you can send us a machine so that we can work on it for you.
64 </p>
65 <p>
66 SliTaz is built with tools ready for cross compilation and we would like to
67 port SliTaz to the ARM platform. For this we need some ARM hardware to be
68 able to test our cross compiled binaries and adapt SliTaz to ARM architecture.
69 </p>
71 <h3>Hardware recycling</h3>
72 <p>
73 SliTaz is a great distribution to give an old computer a new lease of life and we
74 need some old hardware to test it on. Also, we may recycle some of your
75 old hardware to preinstall SliTaz on it and then sell it on at low cost. This
76 lets people have a cheap but powerful machine and lets us make a bit of money
77 and provide a service.
78 </p>
80 <h2>Contact and information</h2>
81 <p>
82 If you are interested and want more information about monetary or hardware
83 sponsorship you can contact the SliTaz Association by mail at &lt;asso at
84 slitaz.org&gt; or via <a href="../asso/#postal">post</a>.
85 </p>
86 <p>
87 By sponsoring SliTaz you will get your logo and website url on this page
88 which is linked to all the other pages of the website. You will also be able
89 to publicly claim your participation in a pure Open Source project and get
90 more attention from Free Software and Linux users.
91 </p>
93 <a name="cur"></a>
94 <h2>Our current sponsors</h2>
95 <table>
96 <tbody>
97 <tr>
98 <td style="width: 120px;">
99 <a href="http://www.ads-lu.com/"><img
100 src="/images/sponsor/ads.png"
101 style="float: left;" /></a>
102 </td>
103 <td>
104 Allied Data Sys - ADS sponsors the main SliTaz mirror and offers
105 us full access to a virtual machine with a high speed connection.
106 This allows us to use the machine as we wish without any limitations.
107 A huge thanks to ADS for the service and fast response to any
108 questions and requests we might have.
109 </td>
110 </tr>
111 <tr>
112 <td style="width: 120px;">
113 <a href="https://duckduckgo.com/"><img
114 src="/images/sponsor/ddg.png"
115 style="float: left;" /></a>
116 </td>
117 <td>
118 DuckDuckGo search engine - DDG signed a partnership with SliTaz
119 to share the revenue generated by the <em>sponsored links</em>
120 within the search results seen by SliTaz users. We share 50% of
121 revenue so using DDG in SliTaz help both project. DuckDuckGo is
122 a search engine with: way more instant answers, less spam and
123 clutter, lots of goodies and real privacy.
124 </td>
125 </tr>
126 </tbody>
127 </table>
129 <!-- End of content -->
130 </div>
132 <?php include("../../lib/html/footer.html"); ?>
134 </body>
135 </html>