tazcraft rev 6

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Mar 19 23:22:35 2017 +0000 (2017-03-19)
parents 6eac67be306d
children 085ecff82fe5
files README web/tazcraft.cgi
line diff
     1.1 --- a/README	Sun Mar 19 22:29:36 2017 +0100
     1.2 +++ b/README	Sun Mar 19 23:22:35 2017 +0000
     1.3 @@ -12,18 +12,18 @@
     1.4  
     1.5  	$ sudo make install
     1.6  
     1.7 -Tazcraft will automaticaly download Minecraft client and start it. Minecraft
     1.8 -is powered by Java, it may work with icetea but Tazcraft let you install the
     1.9 +Tazcraft will automatically download a Minecraft client and start it. Minecraft
    1.10 +is powered by Java, it may work with icetea but Tazcraft lets you install the
    1.11  Sun Java Runtime environment, please see the Java section. When Java and 
    1.12  Tazcraft are installed you will find a menu entry in the Games category. To
    1.13 -start playing from command line:
    1.14 +start playing from a command line:
    1.15  
    1.16  	$ tazcraft -p
    1.17  
    1.18  
    1.19  == Minecraft server console commands ==
    1.20  ----------------------------------------
    1.21 -Just a few useful console commands Use the built-in help the get all commands:
    1.22 +Just a few useful console commands Use the built-in help to get all the commands:
    1.23  
    1.24  	/help [1-9]
    1.25  	/op [username]
     2.1 --- a/web/tazcraft.cgi	Sun Mar 19 22:29:36 2017 +0100
     2.2 +++ b/web/tazcraft.cgi	Sun Mar 19 23:22:35 2017 +0000
     2.3 @@ -78,7 +78,7 @@
     2.4  		html_header "README"
     2.5  		echo "<h2>README</h2>"
     2.6  		echo "<pre>"
     2.7 -		# Let have a few color in README
     2.8 +		# Let's have a few colors in README
     2.9  		cat ${README} | sed \
    2.10  			-e "/^====.*/"d -e "/^----.*/"d \
    2.11  			-e s"#==\([^']*\)==#<h3 style='margin: 0;'>\1</h3>#"g \