2012-12-27 12:37:59 -08:00
<!DOCTYPE html>
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "fi" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< head >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< meta name = "keywords" content = "minetest,manual,run,walk,through,tutorial" / >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< meta name = "description" content = "Minetest Manual" / >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< meta http-equiv = "Content-Type" content = "application/xhtml+xml; charset=utf-8" / >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< link rel = "stylesheet" href = "../style.css" type = "text/css" / >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< link rel = "shortcut icon" href = "../favicon.ico" / >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< link rel = "bookmark icon" href = "../favicon.ico" / >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< title > Minetest Manual< / title >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< style >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
#conul {
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
border: 0 none;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
list-style-type: none;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
margin: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
padding: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
#conul li {
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
display: inline-block;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
font-size: 18px;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
padding: 4px 7px 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / style >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / head >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< body >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< div id = "logo" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< div id = "logo_left" >
2012-12-29 08:55:18 -08:00
2012-12-28 07:54:50 -08:00
< a href = "http://minetest.net" target = "_blank" >
2012-12-29 08:55:18 -08:00
2012-12-28 07:54:50 -08:00
< img width = 126 height = 126 src = "../images/mt_logo.png" >
2012-12-29 08:55:18 -08:00
2012-12-28 07:54:50 -08:00
< / a >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / div >
2012-12-29 08:55:18 -08:00
2012-12-28 07:54:50 -08:00
< div id = "logo_right" > < / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< div id = "navbar" class = "navbar" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< div class = "constrain" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< span class = "inbar_left" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< ul >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< li class = "navlink_special" > < a href = "../index.html" > Minetest Manual< / a > < / li >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / ul >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / span >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< span class = "inbar_separator" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
|
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / span >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< span class = "inbar_left" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< ul >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< li class = "navlink_special" > < a href = "../intro.html" > Introduction< / a > < / li >
2012-12-29 08:55:18 -08:00
2012-12-28 07:54:50 -08:00
< li class = "navlink_special" > < a href = "../game/install.html" > Installing< / a > < / li >
2012-12-29 08:55:18 -08:00
2012-12-28 07:54:50 -08:00
< li class = "navlink_special" > < a href = "../game/index.html" > Game Play< / a > < / li >
2012-12-29 08:55:18 -08:00
< li class = "navlink_special" > < a href = "../game/custom.html" > Customisation< / a > < / li >
2012-12-27 12:37:59 -08:00
< / ul >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / span >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< span class = "inbar_separator" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
|
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / span >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< span class = "inbar_left" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< ul >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< li class = "navlink_special" > < a href = "../mod/index.html" > Modding< / a > < / li >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< li class = "navlink_special" > < a href = "../dev/index.html" > Engine Dev< / a > < / li >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / ul >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / span >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< span class = "inbar_right" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< ul >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< li class = "navlink_special" > < a href = "http://github.com/rubenwardy/minetest-manual" target = "_blank" title = "This manual's git hub page" > Git Hub< / a > < / li >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / ul >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / span >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< div id = "content" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< div class = "constrain" >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< div style = "clear: both;" > < / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
<!-- end of header -->
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< div style = "float:right;" >
2012-12-29 08:55:18 -08:00
< div class = "bigbutton" onclick = "location.href='install.html';" >
2012-12-28 07:54:50 -08:00
< a href = "install.html" > Installing< / a >
2012-12-29 08:55:18 -08:00
2012-12-28 07:54:50 -08:00
< / div >
2012-12-29 08:55:18 -08:00
< div class = "bigbutton" onclick = "window.open('http://youtube.com','mywindow');';" >
2012-12-28 07:54:50 -08:00
< a href = "http://youtube.com" target = "_blank" > Watch a Video< / a >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< h1 > Playing Minetest< / h1 >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
2012-12-29 08:55:18 -08:00
There are many aims in Minetest, the main ones being building and fighting < a class = "tooltip" title = "Ingame animals and monsters are called mobs" > mobs< / a > .
2012-12-28 07:54:50 -08:00
< br > < br > < br >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / div >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / body >
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
< / html >