Initial Commit

gh-pages
Rubenwardy 2012-12-27 18:39:01 +00:00
commit dd8f17aa49
13 changed files with 699 additions and 0 deletions

22
.gitattributes vendored Normal file
View File

@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

163
.gitignore vendored Normal file
View File

@ -0,0 +1,163 @@
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
#################
## Visual Studio
#################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
.builds
*.dotCover
## TODO: If you have NuGet Package Restore enabled, uncomment this
#packages/
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
# Visual Studio profiler
*.psess
*.vsp
# ReSharper is a .NET coding add-in
_ReSharper*
# Installshield output folder
[Ee]xpress
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish
# Others
[Bb]in
[Oo]bj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
############
## Windows
############
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
#############
## Python
#############
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
# Mac crap
.DS_Store

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
images/big_button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
images/ic_intro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
images/ic_mod.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/ic_play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
images/mt_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
images/sc_mod.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

118
index.html Normal file
View File

@ -0,0 +1,118 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="fi">
<head>
<meta name="keywords" content="minetest,manual,run,walk,through,tutorial" />
<meta name="description" content="Minetest Manual" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="bookmark icon" href="/favicon.ico" />
<title>Minetest Manual</title>
<style>
#conul {
border: 0 none;
list-style-type: none;
margin: 0;
padding: 0;
}
#conul li {
display: inline-block;
font-size: 18px;
padding: 4px 7px 0;
}
</style>
</head>
<body>
<div id="navbar" class="navbar">
<div class="constrain">
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="index.html">Minetest Manual</a></li>
</ul>
</span>
<span class="inbar_separator">
|
</span>
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="intro.html">Introduction</a></li>
<li class="navlink_special"><a href="game/index.html">Game Play</a></li>
<li class="navlink_special"><a href="game/custom.html">Customisation</a></li>
</ul>
</span>
<span class="inbar_separator">
|
</span>
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="mod/index.html">Modding</a></li>
<li class="navlink_special"><a href="dev/index.html">Engine Dev</a></li>
</ul>
</span>
<span class="inbar_right">
<ul>
<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>
</ul>
</span>
</div>
</div>
<div id="content">
<div class="constrain">
<div style="clear: both;"></div>
<!-- end of header -->
<div style="float:right;">
<div class="bigbutton">
<a href="intro.html">Introduction</a>
</div>
<div class="bigbutton">
<a href="game/index.html">Game Play</a>
</div>
<div class="bigbutton">
<a href="mod/index.html">Modding</a>
</div>
</div>
<h1>Minetest Manual</h1>
<p>
This manual was writen by the Minetest community, and will help you use Minetest to its full potential.
</p>
<p>
We recommend you start with the introduction, as it will explain to you the key things you need to know about Minetest, and its background.
</p>
<p>
<b>Noticed a mistake?</b>
Contribute to this manual at the <a href="http://github.com/rubenwardy/minetest-manual" target="_blank" title="This manual's git hub page">Git Hub Page</a>.
</p>
</div>
</div>
<div id="footer">
<div class="constrain">
</div>
<div class="footerlogo">
<ul id="conul">
<li><a href="index.html" title="Introduction"><img src="images/ic_intro.png"></a></li>
<li><a href="game/index.html" title="Game Play"><img src="images/ic_play.png"></a></li>
<li><a href="game/custom.html" title="Customisation"><img src="images/ic_play.png"></a></li>
<li><a href="mod/index.html" title="Mod Creation"><img src="images/ic_mod.png"></a></li>
</ul>
</div>
</div>
</body>
</html>

153
intro.html Normal file
View File

@ -0,0 +1,153 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="fi">
<head>
<meta name="keywords" content="minetest,manual,run,walk,through,tutorial" />
<meta name="description" content="Minetest Manual" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="bookmark icon" href="/favicon.ico" />
<title>Minetest Manual</title>
<style>
#conul {
border: 0 none;
list-style-type: none;
margin: 0;
padding: 0;
}
#conul li {
display: inline-block;
font-size: 18px;
padding: 4px 7px 0;
}
</style>
</head>
<body>
<div id="navbar" class="navbar">
<div class="constrain">
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="index.html">Minetest Manual</a></li>
</ul>
</span>
<span class="inbar_separator">
|
</span>
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="intro.html">Introduction</a></li>
<li class="navlink_special"><a href="game/index.html">Game Play</a></li>
<li class="navlink_special"><a href="game/custom.html">Customisation</a></li>
</ul>
</span>
<span class="inbar_separator">
|
</span>
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="mod/index.html">Modding</a></li>
<li class="navlink_special"><a href="dev/index.html">Engine Dev</a></li>
</ul>
</span>
<span class="inbar_right">
<ul>
<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>
</ul>
</span>
</div>
</div>
<div id="content">
<div class="constrain">
<div style="clear: both;"></div>
<!-- end of header -->
<h1>Introduction to Minetest</h1>
<div style="float: right;margin-left:1em;">
<table>
<tr><th bgcolor="#BBBBBB" colspan=2>Minetest -C55</th></tr>
<tr><td bgcolor="#BBBBBB"><b>Project Started:</b></td><td>October 2010</td></tr>
<tr><td bgcolor="#BBBBBB"><b>Released Date:</b></td><td>September 2011</td></tr>
<tr><td bgcolor="#BBBBBB"><b>Creator:</b></td><td>Perttu "celeron55" Ahola</td></tr>
<tr><td bgcolor="#BBBBBB"><b>Engine:</b></td><td>Irrlicht</td></tr>
</table>
</div>
Many features in Minetest are missed or mis-understood by new players. This chapter will go over the basic things you need to know about Minetest.
<p>
Minetest is written in C++, so <b>executes faster</b> than Java code. It is a <b>Free</b> and <b>Open</b> Source Game,
released under the LGPL license, and is available for Windows and Linux.
iOS (Mac) and other ports can be compiled from the source.
</p>
<h2>The aims of Minetest</h2>
<h3>1. Free-ness</h3>
<p>
Minetest is a <b>Free</b> and <b>Open</b> Source Game, released under the LGPL license.
</p>
<h3>2. Device Compatibility</h3>
<p>
Minetest runs on old devices, and works on all devices more natively and efficiently than Java games.
</p>
<div style="float: right;margin-left:1em;margin-bottom:1em;">
<a href="images/sc_mod.png"><img src="images/sc_mod.png" width=205></a>
<br>
An example of a mod's lua code
</div>
<h3>3. Extendablity</h3>
<p>
All of the content in Minetest is supplied by Lua mods, even the default content in the game is a mod.
Mods are made with Lua, which makes mod making easy.
Because of this, you can extend Minetest to your taste, and playing style.
</p>
<p>
There are many mods available, such as:
Animals, Farming and Food for you hunger cravings,
and
<a class="tooltip" title="(redstone)"><u>Mesecons</u></a>, Moreblocks and 3d Furniture for your building needs.
</p>
<p>
To learn more about lua modding, see the <a href="mod/index.html">modding chapter</a> of this manual.
</p>
</div>
</div>
<div id="footer">
<div class="constrain">
</div>
<div class="footerlogo">
<ul id="conul">
<li><a href="intro.html" title="Introduction"><img src="images/ic_intro.png"></a></li>
<li><a href="game/index.html" title="Game Play"><img src="images/ic_play.png"></a></li>
<li><a href="game/custom.html" title="Customisation"><img src="images/ic_play.png"></a></li>
<li><a href="mod/index.html" title="Mod Creation"><img src="images/ic_mod.png"></a></li>
</ul>
</div>
</div>
</body>
</html>

214
style.css Normal file
View File

@ -0,0 +1,214 @@
html {
margin: 0;
}
body {
background: none repeat scroll 0 0 #DDDDDD;
color: #000000;
font-family: Arial,Helvetica,sans-serif;
margin: 0;
}
.constrain {
margin: auto;
max-width: 60em;
}
/*
--
-- NAVIGATION BARS
--
*/
.inbar_left{
float: left;
}
.inbar_right {
float: right;
}
.inbar_separator {
color: #666666;
display: block;
float: left;
font-size: 18px;
margin-left: 10px;
margin-right: 10px;
padding-top: 4px;
text-decoration: none;
}
.navlink_normal {
}
.navlink_special {
}
.navlink_special2 {
}
.navbar ul {
border: 0 none;
list-style-type: none;
margin: 0;
padding: 0;
}
.navbar ul li {
display: inline-block;
font-size: 18px;
padding: 4px 7px 0;
}
#navbar ul li a {
color: #CCCCCC;
display: block;
text-decoration: none;
}
#navbar ul li a:hover {
color: #FFFFFF;
}
.footerbar ul {
border: 0 none;
list-style-type: none;
margin: 0;
padding: 0;
}
.footerbar ul li {
display: inline-block;
font-size: 18px;
padding: 4px 7px 0;
}
#footerbar ul li a {
color: #CCCCCC;
display: block;
text-decoration: none;
}
#footerbar ul li a:hover {
color: #FFFFFF;
}
.footerbar {
background: none repeat scroll 0 0 #333333;
height: 32px;
left: 0;
position: fixed;
right: 0;
bottom: 0;
}
.footerbartop {
background-color: rgba(0, 0, 0, 0.3);
display: block;
height: 5px;
left: 0;
position: fixed;
right: 0;
bottom: 32px;
}
.navbar {
background: none repeat scroll 0 0 #333333;
height: 32px;
left: 0;
right: 0;
top: 0;
}
#content {
background: none repeat scroll 0 0 #FFFFFF;
font-size: 90%;
margin: 0;
padding: 1em 0 2em;
}
#content img {
margin: 0.5em;
}
#content a img {
border: 1px solid #666666;
}
#content a:hover img {
border: 1px solid #000000;
}
#content a {
text-decoration: none;
}
#content a:visited {
}
#content a:hover {
text-decoration: underline;
}
#content h2 h3 h4 {
color: #222222;
}
#footer {
background: none repeat scroll 0 0 #DDDDDD;
clear: both;
color: #000000;
display: block;
margin-top: 1em;
padding: 0 0.2em 2em;
}
.footerlogo {
margin: auto;
text-align: center;
}
.footerlogo img {
vertical-align: middle;
}
.footerlogo span {
margin: 1em;
vertical-align: middle;
}
.footermainlist {
display: inline-block;
text-align: left;
vertical-align: middle;
}
#footer ul {
list-style: none outside none;
padding: 0 0 0 1.5em;
}
#footer ul .the_li {
font-size: 16px;
font-weight: bold;
}
.tooltip {
color: #005500;
text-decoration: underline;
}
.bigbutton {
width: 210px;
height: 44px;
background-image:url(images/big_button.png);
background-repeat:none;
font-size: 20px;
padding: 18px 0 0 20px;
margin-left: 20px;
}
.bigbutton a {
color: #CCCCCC;
text-decoration: none;
}
.bigbutton a:hover {
color: #FFFFFF;
}

29
template/index.html Normal file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="fi">
<head>
<meta name="keywords" content="shatter,resistant,comic,fun,line,andrew ward,rubenwardy,joseph,mccabe,merridew" />
<meta name="description" content="Shatter Resistant" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="bookmark icon" href="/favicon.ico" />
<title>Minetest Manual</title>
</head>
<body>
<div class="footerbartop">
</div>
<div id="footerbar" class="footerbar">
<div class="constrain">
<span class="inbar_right">
<ul>
<li class="navlink_special"><a href="#">Top of Page</a></li>
</ul>
</span>
</div>
</div>
</body>
</html>