website annotate bs/sponsor/index.php @ rev 1130

removed few lines of code in config.php that was preventing SliTaz cooking image to be downloaded
author Adnan Sinanovic <sinanovicha@gmail.com>
date Sun Oct 14 08:50:07 2012 +0000 (2012-10-14)
parents 90719a3d9145
children 30e96f1a7318
rev   line source
sinanovicha@1129 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
sinanovicha@1129 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
sinanovicha@1129 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
sinanovicha@1129 4 <head>
sinanovicha@1129 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
sinanovicha@1130 6 <title>SliTaz - Sponsorship</title>
sinanovicha@1129 7 <meta name="description" content="SliTaz GNU/Linux asso sponsor" />
sinanovicha@1129 8 <meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
sinanovicha@1129 9 <meta name="author" content="Christophe Lincoln"/>
sinanovicha@1129 10 <?php include("../../lib/html/meta-link.html"); ?>
sinanovicha@1129 11 </head>
sinanovicha@1129 12 <body>
sinanovicha@1129 13
sinanovicha@1130 14 <?php include("../../lib/html/header.bs.html"); ?>
sinanovicha@1129 15
sinanovicha@1129 16 <!-- Block -->
sinanovicha@1129 17 <div id="block">
sinanovicha@1130 18 <?php include("../../lib/html/nav.bs.html"); ?>
sinanovicha@1129 19 <!-- Information/image -->
sinanovicha@1129 20 <div id="block_info">
sinanovicha@1129 21 <h4>Sponsorship</h4>
sinanovicha@1129 22 <p>
sinanovicha@1130 23 SliTaz je neprofitni temelj projekat i mi smo uvijek u
sinanovicha@1130 24 potrazi za novim načinima za monetarne potpore projektima i
sinanovicha@1130 25 dodati novi hardver.
sinanovicha@1129 26 </p>
sinanovicha@1129 27 <p>Help the project via a small donation:</p>
sinanovicha@1129 28 <?php include("../../lib/html/donate.html"); ?>
sinanovicha@1129 29 </div>
sinanovicha@1129 30 </div>
sinanovicha@1129 31
sinanovicha@1129 32 <?php include("../../lib/lang.php"); ?>
sinanovicha@1129 33
sinanovicha@1129 34 <!-- Content -->
sinanovicha@1129 35 <div id="content">
sinanovicha@1129 36
sinanovicha@1129 37 <!-- Featured sponsor -->
sinanovicha@1129 38 <div id="sponsor">
sinanovicha@1129 39 <p><strong>Featured sponsor</strong></p>
sinanovicha@1129 40 <?php include("../../lib/rand-sponsor.php"); ?>
sinanovicha@1129 41 <p><?php echo "<a href='$url'>$name</a>" ?></p>
sinanovicha@1129 42 </div>
sinanovicha@1129 43
sinanovicha@1129 44 <h2>Sponsoring SliTaz</h2>
sinanovicha@1129 45
sinanovicha@1129 46 <p>
sinanovicha@1129 47 Firstly, a huge thanks to our <a href="#cur">current sponsors</a> and all
sinanovicha@1129 48 the people who support us with small but very important donations to the project.
sinanovicha@1129 49 The project is still quite young but in 5 years of active development we
sinanovicha@1129 50 have grown and become a professional grade operating system that is safe to
sinanovicha@1129 51 use in production environments.
sinanovicha@1129 52 </p>
sinanovicha@1129 53
sinanovicha@1129 54
sinanovicha@1129 55
sinanovicha@1129 56 <h3>Monetary support a developer</h3>
sinanovicha@1129 57
sinanovicha@1129 58 <p>
sinanovicha@1129 59 Do you use SliTaz in your project and want to see the distribution getting
sinanovicha@1129 60 even more professional with main developers working on the project full time?
sinanovicha@1129 61 If so, you can sponsor the SliTaz Association which will pay a developer to
sinanovicha@1129 62 work fully 100% on SliTaz. We actually don't have enough money the pay a developer
sinanovicha@1129 63 for the whole year, but the amount of donations and monetary support lets us have
sinanovicha@1129 64 a professional working 3-4 months per year on the project. In time we hope to
sinanovicha@1129 65 have developers working on a full time basis on SliTaz.
sinanovicha@1129 66 </p>
sinanovicha@1129 67
sinanovicha@1129 68 <h3>Hardware sponsor</h3>
sinanovicha@1129 69
sinanovicha@1129 70 <p>
sinanovicha@1129 71 As a open source project we usually develop SliTaz on our own personal computers.
sinanovicha@1129 72 But we sometimes have to change our personal systems and need new hardware. We also
sinanovicha@1129 73 can't test the distribution on some specific machines as we dont have access to them.
sinanovicha@1129 74 If you are a hardware manufacturer and want to see Slitaz working out-of-the-box on
sinanovicha@1129 75 your computers you can send us a machine so that we can work on it for you.
sinanovicha@1129 76 </p>
sinanovicha@1129 77 <p>
sinanovicha@1129 78 SliTaz is built with tools ready for cross compilation and we would like to
sinanovicha@1129 79 port SliTaz to the ARM platform. For this we need some ARM hardware to be
sinanovicha@1129 80 able to test our cross compiled binaries and adapt SliTaz to ARM architecture.
sinanovicha@1129 81 </p>
sinanovicha@1129 82
sinanovicha@1129 83 <h3>Hardware recycling</h3>
sinanovicha@1129 84
sinanovicha@1129 85 <p>
sinanovicha@1129 86 SliTaz is a great distribution to give an old computer a new lease of life and we
sinanovicha@1129 87 need some old hardware to test it on. Also, we may recycle some of your
sinanovicha@1129 88 old hardware to preinstall SliTaz on it and then sell it on at low cost. This
sinanovicha@1129 89 lets people have a cheap but powerful machine and lets us make a bit of money
sinanovicha@1129 90 and also provide a service.
sinanovicha@1129 91 </p>
sinanovicha@1129 92
sinanovicha@1129 93 <h2>Contact and information</h2>
sinanovicha@1129 94
sinanovicha@1129 95 <p>
sinanovicha@1129 96 If you are interested and want more information about monetary or hardware
sinanovicha@1129 97 sponsorship you can contact the SliTaz Association by mail at &lt;asso at
sinanovicha@1129 98 slitaz.org&gt; or via <a href="../asso/#postal">post</a>.
sinanovicha@1129 99 </p>
sinanovicha@1129 100 <p>
sinanovicha@1129 101 By sponsoring SliTaz you will get your logo and website url on this page
sinanovicha@1129 102 which is linked to all the other pages of the website. You will also be able
sinanovicha@1129 103 to publicly claim your participation in a pure Open Source project and get
sinanovicha@1129 104 more attention from Free Software and Linux users.
sinanovicha@1129 105 </p>
sinanovicha@1129 106
sinanovicha@1129 107 <h2 id="cur">Our current sponsors</h2>
sinanovicha@1129 108
sinanovicha@1129 109 <table>
sinanovicha@1129 110 <tbody>
sinanovicha@1129 111 <tr>
sinanovicha@1129 112 <td style="width: 120px; height: 100px;">
sinanovicha@1129 113 <a href="http://www.ads-lu.com/"><img
sinanovicha@1129 114 src="/images/sponsor/ads.png" alt="Allied Data Sys"
sinanovicha@1129 115 style="float: left;" /></a>
sinanovicha@1129 116 </td>
sinanovicha@1129 117 <td>
sinanovicha@1129 118 Allied Data Sys - ADS sponsors the main SliTaz mirror and
sinanovicha@1129 119 offers us full access to a virtual machine with a high
sinanovicha@1129 120 speed connection. This allows us to use the machine as we
sinanovicha@1129 121 wish without any limitations. A huge thanks to ADS for
sinanovicha@1129 122 the service and fast response to any questions and requests
sinanovicha@1129 123 we might have.
sinanovicha@1129 124 </td>
sinanovicha@1129 125 </tr>
sinanovicha@1129 126 <tr>
sinanovicha@1129 127 <td style="width: 120px; height: 100px;">
sinanovicha@1129 128 <a href="https://duckduckgo.com/"><img
sinanovicha@1129 129 src="/images/sponsor/ddg.png" alt="DuckDuckGo"
sinanovicha@1129 130 style="float: left;" /></a>
sinanovicha@1129 131 </td>
sinanovicha@1129 132 <td>
sinanovicha@1129 133 DuckDuckGo search engine - DDG signed a partnership with SliTaz
sinanovicha@1129 134 to share the revenue generated by the <em>sponsored links</em>
sinanovicha@1129 135 within the search results seen by SliTaz users. We share 50% of
sinanovicha@1129 136 revenue so using DDG in SliTaz helps both projects. DuckDuckGo
sinanovicha@1129 137 is a search engine with way more instant answers, less spam
sinanovicha@1129 138 and clutter, lots of goodies and real privacy.
sinanovicha@1129 139 </td>
sinanovicha@1129 140 </tr>
sinanovicha@1129 141 <tr>
sinanovicha@1129 142 <td style="width: 120px; height: 100px;">
sinanovicha@1129 143 <a href="http://cosi.clarkson.edu"><img
sinanovicha@1129 144 src="/images/sponsor/cosi.png" alt="Clarkson Open Source Institute"
sinanovicha@1129 145 style="float: left;" /></a>
sinanovicha@1129 146 </td>
sinanovicha@1129 147 <td>
sinanovicha@1129 148 The Clarkson Open Source Institute - COSI sponsors our Chub
sinanovicha@1129 149 server and offers us full access to a virtual machine. We are
sinanovicha@1129 150 proud to work with COSI which was founded
sinanovicha@1129 151 to promote open source software (OSS) and provide equipment
sinanovicha@1129 152 and support for student projects. A huge thanks to the team
sinanovicha@1129 153 at COSI for the support and fast response to any of our requests.
sinanovicha@1129 154 </td>
sinanovicha@1129 155 </tr>
sinanovicha@1129 156 <tr>
sinanovicha@1129 157 <td style="width: 120px; height: 100px;">
sinanovicha@1129 158 <a href="http://webconverger.com"><img
sinanovicha@1129 159 src="/images/sponsor/webc.png" alt="Webconverger Project"
sinanovicha@1129 160 style="float: left;" /></a>
sinanovicha@1129 161 </td>
sinanovicha@1129 162 <td>
sinanovicha@1129 163 The Webconverger project monetarily sponsors the SliTaz project
sinanovicha@1129 164 via a monthly donation. Hugs to the Webconverger team for
sinanovicha@1129 165 their support!
sinanovicha@1129 166 </td>
sinanovicha@1129 167 </tr>
sinanovicha@1129 168 </tbody>
sinanovicha@1129 169 </table>
sinanovicha@1129 170
sinanovicha@1129 171 <!-- End of content -->
sinanovicha@1129 172 </div>
sinanovicha@1129 173
sinanovicha@1129 174 <?php include("../../lib/html/footer.html"); ?>
sinanovicha@1129 175
sinanovicha@1129 176 </body>
sinanovicha@1129 177 </html>