commit dd8f17aa49f3ddec3c96d4cfe1292483cb76a5cc Author: Rubenwardy Date: Thu Dec 27 18:39:01 2012 +0000 Initial Commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ebd21a --- /dev/null +++ b/.gitignore @@ -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 diff --git a/images/big_button - Copy.png b/images/big_button - Copy.png new file mode 100644 index 0000000..0da394b Binary files /dev/null and b/images/big_button - Copy.png differ diff --git a/images/big_button.png b/images/big_button.png new file mode 100644 index 0000000..5771a00 Binary files /dev/null and b/images/big_button.png differ diff --git a/images/ic_intro.png b/images/ic_intro.png new file mode 100644 index 0000000..7a729ed Binary files /dev/null and b/images/ic_intro.png differ diff --git a/images/ic_mod.png b/images/ic_mod.png new file mode 100644 index 0000000..135ebff Binary files /dev/null and b/images/ic_mod.png differ diff --git a/images/ic_play.png b/images/ic_play.png new file mode 100644 index 0000000..070a28a Binary files /dev/null and b/images/ic_play.png differ diff --git a/images/mt_logo.png b/images/mt_logo.png new file mode 100644 index 0000000..6125f2c Binary files /dev/null and b/images/mt_logo.png differ diff --git a/images/sc_mod.png b/images/sc_mod.png new file mode 100644 index 0000000..89f266d Binary files /dev/null and b/images/sc_mod.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..c1e5198 --- /dev/null +++ b/index.html @@ -0,0 +1,118 @@ + + + + + + + + + + + Minetest Manual + + + + + + + + + + +
+
+
+ + +
+ +
+ Game Play +
+
+ Modding +
+
+ +

Minetest Manual

+ + +

+ This manual was writen by the Minetest community, and will help you use Minetest to its full potential. +

+ +

+ 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. +

+ +

+ Noticed a mistake? + Contribute to this manual at the Git Hub Page. +

+ +
+
+ + + + + \ No newline at end of file diff --git a/intro.html b/intro.html new file mode 100644 index 0000000..9f3b83e --- /dev/null +++ b/intro.html @@ -0,0 +1,153 @@ + + + + + + + + + + + Minetest Manual + + + + + + + + + + +
+
+
+ +

Introduction to Minetest

+ +
+ + + + + + +
Minetest -C55
Project Started:October 2010
Released Date:September 2011
Creator:Perttu "celeron55" Ahola
Engine:Irrlicht
+ +
+ + 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. + +

+ Minetest is written in C++, so executes faster than Java code. It is a Free and Open 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. +

+ + +

The aims of Minetest

+ + + +

1. Free-ness

+ +

+ Minetest is a Free and Open Source Game, released under the LGPL license. +

+ + +

2. Device Compatibility

+ +

+ Minetest runs on old devices, and works on all devices more natively and efficiently than Java games. +

+ +
+ +
+ An example of a mod's lua code +
+ +

3. Extendablity

+ +

+ 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. +

+ +

+ There are many mods available, such as: + Animals, Farming and Food for you hunger cravings, + and + Mesecons, Moreblocks and 3d Furniture for your building needs. +

+ +

+ To learn more about lua modding, see the modding chapter of this manual. +

+ +
+
+ + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..70c3b40 --- /dev/null +++ b/style.css @@ -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; +} \ No newline at end of file diff --git a/template/index.html b/template/index.html new file mode 100644 index 0000000..b17ad05 --- /dev/null +++ b/template/index.html @@ -0,0 +1,29 @@ + + + + + + + + + + + Minetest Manual + + + + +
+
+
+
+ + + +
+
+ + + \ No newline at end of file