slitaz-forge rev 675

Add a few more info about play.slitaz.me
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 19:57:14 2017 +0100 (2017-03-16)
parents cc3483ae3dd5
children bd8dbd3cc49f
files pangolin/pangolin play.slitaz.me/index.html play.slitaz.me/style.css
line diff
     1.1 --- a/pangolin/pangolin	Thu Mar 16 19:34:10 2017 +0100
     1.2 +++ b/pangolin/pangolin	Thu Mar 16 19:57:14 2017 +0100
     1.3 @@ -103,7 +103,8 @@
     1.4  		cp -rf play.slitaz.me/* ${WWW}/play.slitaz.me/public_html
     1.5  		# Tazcraft
     1.6  		cd ${REPOS}/slitaz-dev-tools && hg update
     1.7 -		cp -rf tazcraft/cgi-bin ${WWW}/play.slitaz.me/public_html/tazcraft
     1.8 +		rm -rf ${WWW}/play.slitaz.me/public_html/tazcraft
     1.9 +		cp -rf tazcraft/cgi-bin/* ${WWW}/play.slitaz.me/public_html/tazcraft
    1.10  		newline ;;
    1.11  	
    1.12  	up-pangolin)
     2.1 --- a/play.slitaz.me/index.html	Thu Mar 16 19:34:10 2017 +0100
     2.2 +++ b/play.slitaz.me/index.html	Thu Mar 16 19:57:14 2017 +0100
     2.3 @@ -13,25 +13,31 @@
     2.4  	<div id="logo"></div>
     2.5  	<div id="network">
     2.6  		<a href="http://www.slitaz.org">SliTaz.Org</a>
     2.7 -		<a href="http://pizza.slitaz.me">Pizza</a>
     2.8 -		<a href="http://play.slitaz.me">Play</a>
     2.9  	</div>
    2.10 -	<h1><a href="http://slitaz.me">play.SliTaz.me</a></h1>
    2.11 +	<h1><a href="http://play.slitaz.me">play.SliTaz.me</a></h1>
    2.12  </div>
    2.13  
    2.14  <!-- Content -->
    2.15  <div id="content">
    2.16  
    2.17  <p>
    2.18 -The play.slitaz.me domain is used for gaming services. Each SliTaz developer
    2.19 -can get access to the server and play together after a nice coding session :-)
    2.20 -The Minecraft server was initiate by Kayam Kid and his father Pankso. Welcome!
    2.21 +The play.slitaz.me domain is used for gaming services. Each SliTaz contributor
    2.22 +and his/here kids can get access to the server and play together after a nice
    2.23 +coding session :-) The Minecraft server was initiate by Kayam Kid and his 
    2.24 +father Pankso. Welcome!
    2.25  </p>
    2.26  
    2.27  <p>
    2.28  SliTaz Minecraft server: <a href="tazcraft/">Tazcraft</a>
    2.29  </p>
    2.30  
    2.31 +<p>
    2.32 +[ Français ] Bienvenue sur le serveur de jeux de SliTaz GNU/Linux! Ce service
    2.33 +est disponible pour tous les contributeurs SliTaz. Le serveur Minecraft est 
    2.34 +aussi ouvert aux amis de Kayam et aux enfants des contributeurs du projet.
    2.35 +</p>
    2.36 +
    2.37 +
    2.38  <!-- End of content -->
    2.39  </div>
    2.40  
     3.1 --- a/play.slitaz.me/style.css	Thu Mar 16 19:34:10 2017 +0100
     3.2 +++ b/play.slitaz.me/style.css	Thu Mar 16 19:57:14 2017 +0100
     3.3 @@ -14,7 +14,7 @@
     3.4  #header {
     3.5  	background: #222;
     3.6  	height: 40px;
     3.7 -	border-bottom: 4px solid #d66018;
     3.8 +	border-bottom: 4px solid #682368;
     3.9  }
    3.10  
    3.11  #header h1 {