website rev 804

en: add 'Support us' with donation info and tweet button
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 30 18:21:29 2011 +0200 (2011-03-30)
parents b07db55df4e0
children c14961bf6304
files en/index.php index.php
line diff
     1.1 --- a/en/index.php	Wed Mar 30 18:07:48 2011 +0200
     1.2 +++ b/en/index.php	Wed Mar 30 18:21:29 2011 +0200
     1.3 @@ -186,7 +186,7 @@
     1.4  <div class="activity">
     1.5  	<p>
     1.6  		<img src="../images/users.png" alt="users.png" />
     1.7 -		Community Activity
     1.8 +		Community activity
     1.9  		<?php get_rss_feed("/var/cache/slitaz/website/scn.xml"); ?>
    1.10  	</div>
    1.11  	<p class="activity_more">
    1.12 @@ -197,7 +197,7 @@
    1.13  <div class="activity">
    1.14  	<p>
    1.15  		<img src="../images/development.png" alt="development.png" />
    1.16 -		Latest Commits
    1.17 +		Latest commits in wok
    1.18  		<?php get_rss_feed("/var/cache/slitaz/website/wok.xml"); ?>
    1.19  	</div>
    1.20  	<p class="activity_more">
    1.21 @@ -205,15 +205,28 @@
    1.22  	</p>
    1.23  </div>
    1.24  
    1.25 -<h2>Spread SliTaz</h2>
    1.26 +<h2>Support us</h2>
    1.27  <p>
    1.28 -	Make SliTaz even more popular! Blog, Tweet, share and talk about 
    1.29 -	the project. You can also join the us, connect, share or get
    1.30 -	involve on the SliTaz <a href="http://scn.slitaz.org/">Community Network</a>.
    1.31 +	Make SliTaz even more popular or make a donation. You can use PayPal
    1.32 +	or Flattr micropayment to monetary support us. You can Blog, Tweet,
    1.33 +	share and talk about the project to help spread SliTaz. You can also
    1.34 +	join the community to connect and share or get involve on the SliTaz 
    1.35 +	<a href="http://scn.slitaz.org/">Community Network</a>.
    1.36  </p>
    1.37  
    1.38 -<!-- Twitter Button -->
    1.39 -<div style="margin-bottom: 10px;">
    1.40 +<div>
    1.41 +	<!-- PayPal Button -->
    1.42 +	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    1.43 +		style="display: inline;">
    1.44 +		<input type="hidden" name="cmd" value="_s-xclick" />
    1.45 +		<input type="hidden" name="hosted_button_id" value="4885025" />
    1.46 +		<input type="image" src="../images/paypal.png" name="submit" 
    1.47 +			alt="PayPal - The safer, easier way to pay online!" />
    1.48 +	</form>
    1.49 +	<!-- Flattr Button -->
    1.50 +	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
    1.51 +		href="http://www.slitaz.org/"></a>
    1.52 +	<!-- Twitter Button -->
    1.53  	<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
    1.54  	<a href="http://twitter.com/share" class="twitter-share-button" 
    1.55  		data-text="SliTaz GNU/Linux" 
     2.1 --- a/index.php	Wed Mar 30 18:07:48 2011 +0200
     2.2 +++ b/index.php	Wed Mar 30 18:21:29 2011 +0200
     2.3 @@ -111,7 +111,7 @@
     2.4  	<p>
     2.5  		<a href="http://scn.slitaz.org/activity/"><img 
     2.6  			src="images/users.png" alt="users.png" /></a>
     2.7 -		Community activity stream
     2.8 +		Community activity
     2.9  		<?php get_rss_feed("/var/cache/slitaz/website/scn.xml"); ?>
    2.10  	</div>
    2.11  	<p class="activity_more">
    2.12 @@ -194,14 +194,15 @@
    2.13  <h2>Monetary support</h2>
    2.14  <p>
    2.15  	SliTaz is made by volunteers and there is no company behind
    2.16 -    	the project, but we desperately need some money to maintain the project 
    2.17 -	infrastructure and services such as the main server and build host.
    2.18 -	You can help with a micropayment via Flattr or a Paypal donation to
    2.19 -	the SliTaz <a href="en/asso/">Association</a>, that way we can keep 
    2.20 -	our freedom and autonomy without having any ads on our sites.
    2.21 +    the project, but we desperately need some money to maintain the
    2.22 +    project infrastructure and services such as the main server and
    2.23 +    build host. You can help with a micropayment via Flattr or a 
    2.24 +    Paypal donation to the SliTaz <a href="en/asso/">Association</a>,
    2.25 +    that way we can keep our freedom and autonomy without having any
    2.26 +    ads on our sites.
    2.27  </p>
    2.28  <div>
    2.29 -	<!-- PayPal boutton -->
    2.30 +	<!-- PayPal Button -->
    2.31  	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    2.32  		style="display: inline;">
    2.33  		<input type="hidden" name="cmd" value="_s-xclick" />
    2.34 @@ -209,7 +210,7 @@
    2.35  		<input type="image" src="images/paypal.png" name="submit" 
    2.36  			alt="PayPal - The safer, easier way to pay online!" />
    2.37  	</form>
    2.38 -	<!-- Flattr boutton -->
    2.39 +	<!-- Flattr Button -->
    2.40  	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
    2.41  		href="http://www.slitaz.org/"></a>
    2.42  </div>