website rev 754

Tiny edits (libs)
author Paul Issott <paul@slitaz.org>
date Tue Jan 25 18:07:32 2011 +0000 (2011-01-25)
parents 6155a05e7efe
children b21d3d3c9f99
files libs/fb/index.php libs/get-latest.sh
line diff
     1.1 --- a/libs/fb/index.php	Mon Jan 24 00:11:16 2011 +0100
     1.2 +++ b/libs/fb/index.php	Tue Jan 25 18:07:32 2011 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  <?php
     1.5  //
     1.6 -// SliTaz Social applications for Facebook. Just a tiny tools to help 
     1.7 +// SliTaz Social applications for Facebook. Just a tiny tool to help 
     1.8  // spread and follow SliTaz activity.
     1.9  //
    1.10  // SliTaz FB page: http://facebook.com/slitaz
    1.11  // SliTaz SO URL : http://apps.facebook.com/slitaz-so/
    1.12  //
    1.13 -// NOTE: Any ideas for this apps is welcome. We could have a comment box
    1.14 +// NOTE: Any ideas for this app are welcome. We could have a comment box
    1.15  // to let users post to the official SliTaz Facebook wall.
    1.16  //
    1.17  function get_feed($feed_url) {
    1.18 @@ -51,9 +51,9 @@
    1.19  
    1.20  <h2>SliTaz on Facebook</h2>
    1.21  <p>
    1.22 -	To let you show you love for the SliTaz project, we have an official 
    1.23 +	To let you show your appreciation for the SliTaz project, we have an official 
    1.24  	<a href="http://facebook.com/slitaz" target="_TOP">Facebook page</a>
    1.25 -	where you can meet us and share about SliTaz. Like the page to help
    1.26 +	where you can meet us and share stuff about SliTaz. Like the page to help
    1.27  	spread the project!
    1.28  </p>
    1.29  <fb:like 
    1.30 @@ -67,8 +67,8 @@
    1.31  	project. Twitter posts are relayed on the official Facebook page to
    1.32  	let you follow us from your favorite platform. Twitter news can also
    1.33  	be read on the <a href="http://www.slitaz.org/" target="_TOP">SliTaz website</a>
    1.34 -	witch is a central place for all SliTaz activity. You can use this 
    1.35 -	button to Tweet about SliTaz website:
    1.36 +	which is a central place for all SliTaz activity. You can use this 
    1.37 +	button to Tweet about the SliTaz website:
    1.38  </p>
    1.39  <!-- Twitter Button -->
    1.40  <a href="http://twitter.com/share" class="twitter-share-button"
    1.41 @@ -81,9 +81,9 @@
    1.42  <p>
    1.43  	The SliTaz Community Network aka 
    1.44  	<a href="http://scn.slitaz.org/" target="_TOP">SCN</a> is the place
    1.45 -	where SliTaz users and contributors share about the all project. We
    1.46 -	provide a full featured social platform with stuff such as Blogs, 
    1.47 -	Statuses updates and Artwork. Here are the last post on SCN:
    1.48 +	where SliTaz users and contributors share things about the project. We
    1.49 +	provide a fully featured social platform with stuff such as Blogs, 
    1.50 +	Status updates and Artwork. Here are the latest posts on SCN:
    1.51  </p>
    1.52  <div>
    1.53  	<?php
     2.1 --- a/libs/get-latest.sh	Mon Jan 24 00:11:16 2011 +0100
     2.2 +++ b/libs/get-latest.sh	Tue Jan 25 18:07:32 2011 +0000
     2.3 @@ -10,7 +10,7 @@
     2.4  CACHE="/var/cache/slitaz/website"
     2.5  OUTPUT="$CACHE/latest.html"
     2.6  
     2.7 -# Feed URL's
     2.8 +# Feed URLs
     2.9  SCN_FEED='http://scn.slitaz.org/rss.xml'
    2.10  DOC_FEED='http://doc.slitaz.org/feed.php'
    2.11  FORUM_FEED='http://forum.slitaz.org/discussions/feed.rss'
    2.12 @@ -21,7 +21,7 @@
    2.13  mkdir -p $CACHE && cd $CACHE
    2.14  rm *.xml
    2.15  
    2.16 -# Cache all feeds to save bandwitch (update by cron)
    2.17 +# Cache all feeds to save bandwidth (updated by cron)
    2.18  wget -O scn.xml $SCN_FEED
    2.19  wget -O doc.xml $DOC_FEED
    2.20  wget -O forum.xml $FORUM_FEED