Shellscript updating

master
Lars Müller 2018-08-13 13:12:11 +02:00
commit 207b60e49d
17 changed files with 1025 additions and 0 deletions

75
about.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - About Magic-CTF</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="about.html" role="tab" aria-controls="v-pills-home" aria-selected="true">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>About Magic-CTF</p></h1></a></li><li><a class="nav-link" href="#gheader2"><h2><p>Aim</p></h2></a></li><li><a class="nav-link" href="#gheader3"><h2><p><a href="deadlink">GitHub</a></p></h2></a></li><li><a class="nav-link" href="#gheader4"><h2><p>Logo</p></h2></a></li><li><a class="nav-link" href="#gheader5"><h2><p>Setup</p></h2></a></li><li><a class="nav-link" href="#gheader6"><h2><p>Required Minetest Version</p></h2></a></li><li><a class="nav-link" href="#gheader7"><h2><p>Todos</p></h2></a></li><li><a class="nav-link" href="#gheader8"><h2><p>Feedback</p></h2></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>About Magic-CTF</p></h1><br><br><h2 id="gheader2"><p>Aim</p></h2><br><br><p>Magic-CTF is a new CTF Game for Minetest. It is an important goal to have a strong magical component.</p><p>Therefore, the game tries to look &amp; feel somehow magical-medieval - accordingly, the HUD has been altered.</p><p>Other than rubenwardy&apos;s CTF, it doesnt focus on removing stuff to keep the game focused, but instead aims at adding even more.</p><p>That should lead to a more interesting gameplay. Players should be encouraged to develop their own strategies.</p><br><h2 id="gheader3"><p><a href="deadlink">GitHub</a></p></h2><br><br><p>GitHub Organization</p><br><h2 id="gheader4"><p>Logo</p></h2><br><br><p><img class="img-fluid" src="magicctflogoultrares.png" alt="Magic-CTF Logo"><div class="caption"><p>Magic-CTF Logo</p></div></p><br><h2 id="gheader5"><p>Setup</p></h2><br><br><p>For information on how to run a server or install a subgame, please visit Minetest Forum : <a href="dead">How to--</a></p><br><h2 id="gheader6"><p>Required Minetest Version</p></h2><br><br><p>Magic-CTF was developed &amp; tested on Minetest <code>0.4.17.1</code>, but should be compatible with <code>0.4.16.x</code> as well, because <code>4.17</code> is said to be a bugfix-only release. It is most likely also usable on MT <code>&gt; 0.4.13</code>.</p><p>It has several incompatibilities with <code>5.0.0</code>, due to player position change.</p><br><h2 id="gheader7"><p>Todos</p></h2><br><br><p>Mentioned in &quot;Content&quot; section.</p><br><br><h2 id="gheader8"><p>Feedback</p></h2><br><br><p>Feedback on Minetest Forum, please : <a href="jkk">Feedback Thread</a></p>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

75
about_us.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - About Us</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="about_us.html" role="tab" aria-controls="v-pills-home" aria-selected="true">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>About Us</p></h1></a></li><li><a class="nav-link" href="#gheader2"><h2><p>LMD</p></h2></a></li><li><a class="nav-link" href="#gheader3"><h2><p>KGM</p></h2></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>About Us</p></h1><br><br><h2 id="gheader2"><p>LMD</p></h2><br><br><p>E-Mail : <a href="mailto:appgurulars@gmx.de">appgurulars@gmx.de</a></p><p>MT Forum : <a href="lmd">LMD</a></p><p>GitHub : <a href="github.com/appgurueu">appgurueu</a></p><br><p><img class="img-fluid" src="https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png" alt="Image"><div class="caption"><p>Self portrait of LMD</p></div></p><br><h2 id="gheader3"><p>KGM</p></h2><br><br><p>E-Mail : <a href="mailto:kai_gerd_mueller@gmx.de">kai_gerd_mueller@gmx.de</a></p><p>MT Forum : <a href="kgm">KGM</a></p><p>GitHub : <a href="github.com/KaiGerdMueller">KaiGerdMueller</a></p><br><p><img class="img-fluid" src="https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png" alt="Image"><div class="caption"><p>KGM&apos;s MT Forum Icon</p></div></p>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

BIN
background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

75
content.html Normal file

File diff suppressed because one or more lines are too long

75
credits.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Credits</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="credits.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Credits</p></h1></a></li><li><a class="nav-link" href="#gheader2"><h2><p>jp</p></h2></a></li><li><a class="nav-link" href="#gheader3"><h2><p>Wuzzy</p></h2></a></li><li><a class="nav-link" href="#gheader4"><h2><p>stu(jones)</p></h2></a></li><li><a class="nav-link" href="#gheader5"><h2><p>GunshipPenguin</p></h2></a></li><li><a class="nav-link" href="#gheader6"><h2><p>Minetest Game Contributors</p></h2></a></li><li><a class="nav-link" href="#gheader7"><h2><p>WorldEdit Contributors</p></h2></a></li><li><a class="nav-link" href="#gheader8"><h2><p><em>Further thanks</em></p></h2></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Credits</p></h1><br><br><p>Magic-CTF is being developed by KGM and LMD. But of course, it&apos;s not only our work - much stuff is by other contributors.</p><p><em>Note : We don&apos;t even dare to compare the contributions of the people listed below, so please don&apos;t take anything wrong.</em></p><p><em>Furthermore, of course there are far more people I&apos;d have to give thanks to; developers, artists and many other contributors all over the world - but unfortunately, that&apos;s not possible in here.</em></p><br><p>The contributions of the following people are included here : </p><br><ul><li><p>Wuzzy : hudbars and mana mod</p></li><li><p>stu : arrow model &amp; code, 3d_armor mod</p></li><li><p>GunshipPenguin : sprint mod</p></li><li><p>jp : Enchantment Table Texture</p></li><li><p>The Minetest Game Contributors : Magic-CTF is based on MTG.</p></li><li><p>The World Edit Contributors : As an important voxel area manipulation modpack, WorldEdit is included to allow the admins to create beautiful maps.</p></li></ul><br><h2 id="gheader2"><p>jp</p></h2><br><br><p>Your Enchantment Table Texture was very useful as it looks really good and offered a nice base :)</p><p>The following textures are based on it : </p><ul><li><p>Red Magic Table : just copied</p></li><li><p>Blue Magic Table : copied and colorized</p></li><li><p>Treasure Spawner : copied but simplified &amp; colorized</p></li></ul><br><br><h2 id="gheader3"><p>Wuzzy</p></h2><br><br><p>Your hudbars mod is very stable and looks magnificient. The mana bar is an addition that is very useful for a magical themed (sub)game. Great work ! Thank you very much for that.</p><br><h2 id="gheader4"><p>stu(jones)</p></h2><br><br><p>The arrow model &amp; code and your shooter textures are a nice help ! And 3d_armor is a complex mod that does it job really well, so : Just amazing !</p><p>Thanks alot.</p><br><h2 id="gheader5"><p>GunshipPenguin</p></h2><br><br><p>Your sprint mod comes in very handy ! Neat and well balanced ! Works perfect.</p><br><h2 id="gheader6"><p>Minetest Game Contributors</p></h2><br><br><ul><li><p>insert</p></li></ul><br><br><p>MTG is just basic when creating a (sub)game. It&apos;s overwhelming stable &amp; well made. Good job !</p><br><h2 id="gheader7"><p>WorldEdit Contributors</p></h2><br><br><ul><li><p>sfan5</p></li><li><p>insert</p></li></ul><br><p>I guess I don&apos;t have to give any explanations why WorldEdit is <b>essential</b> for large buildings. For sure one of the most popular mods on MT servers ! Keep up the good work !</p><br><h2 id="gheader8"><p><em>Further thanks</em></p></h2><br><br><ul><li><p>rubenwardy for inspiring us to do this</p></li><li><p>celeron55 and the Minetest Core Developers &amp; Contributors, which all helped creating this impressive engine !</p></li><li><p>Stix and ManElevation for encouragement</p></li>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

75
downloads.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Downloads</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="downloads.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Downloads</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Downloads</p></h1></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Downloads</p></h1><br><br><p>Here you can find the newest Magic-CTF releases.</p><p>For information on how to run a server or install a subgame, please visit Minetest Forum : <a href="deadlink">How to setup a server</a></p><br><p>Magic-CTF 1.0.5 &quot;Mystic Merlin&quot; Release : </p><p><a href="deadlink">Download</a></p><br>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 KiB

75
gallery.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Gallery</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="gallery.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Gallery</p></h1></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Gallery</p></h1><br><br><p><img class="img-fluid" src="magicctflogoultrares.png" alt="Magic-CTF Logo"><div class="caption"><p>Magic-CTF Logo</p></div></p><br>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 KiB

71
index.html Normal file
View File

@ -0,0 +1,71 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Magic-CTF Homepage">
<meta name="author" content="Lars Müller alias LMD or appgurueu">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Minetest Magic-CTF - Home</title>
<link rel="shortcut icon" href="favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="container">
<div class="row">
<div class="col-lg">
<h1 style="text-align:center;">Minetest Magic-CTF - Home</h1>
</div>
</div>
<div class="row">
<div class="col-sm-4"><div class="container" id="index"><h2><a href="content.html">Content &raquo;</a></h2>
<p>A content documentation.
</p>
</div></div><div class="col-sm-4"><div class="container" id="index"><h2><a href="about.html">About Magic-CTF &raquo;</a></h2>
<p>General Information.
</p>
</div></div><div class="col-sm-4"><div class="container" id="index"><h2><a href="gallery.html">Gallery &raquo;</a></h2>
<p>An image gallery.
</p>
</div></div><div class="col-sm-4"><div class="container" id="index"><h2><a href="licensing.html">Licensing &raquo;</a></h2>
<p>Covers the juristic aspects.
</p>
</div></div><div class="col-sm-4"><div class="container" id="index"><h2><a href="videos.html">Videos &raquo;</a></h2>
<p>Some Magic-CTF Videos.
</p>
</div></div><div class="col-sm-4"><div class="container" id="index"><h2><a href="playguide.html">Playguide &raquo;</a></h2>
<p>Visit this for some tips & tricks on how to play.
</p>
</div></div><div class="col-sm-4"><div class="container" id="index"><h2><a href="credits.html">Credits &raquo;</a></h2>
<p>Giving credits to all contributors.
</p>
</div></div><div class="col-sm-4"><div class="container" id="index"><h2><a href="releases.html">Releases &raquo;</a></h2>
<p>Find the newest releases ready for download here.
</p>
</div></div><div class="col-sm-4"><div class="container" id="index"><h2><a href="about_us.html">About Us &raquo;</a></h2>
<p>About the main developers(LMD and KGM). Contact information is included, too.
</p>
</div></div>
</div>
<div class="row">
<div class="col-sm">
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
</div>
<!--</div>-->
</body>
</html>

123
jumbotron.css Normal file
View File

@ -0,0 +1,123 @@
:root {
--selection-color: white;
--selection-bg: skyblue;
}
h3 {
font-size: 120%;
text-decoration: underline;
}
ul.justify-content-center {
padding-top: 0.5rem;
}
label.btn {
padding: 0.15rem 1rem;
}
::-moz-selection {
color: var(--selection-color);
background: var(--selection-bg);
}
::selection {
color: var(--selection-color);
background: var(--selection-bg);
}
div.col-md-4, div.col-lg, div.col-sm {
padding: 10px;
background: rgba(255, 255, 255, 0.6);
}
div.col-sm-4 {
padding: 5px;
}
div.col-md-4, div.col-sm {
margin: 5px;
}
div.container#index {
padding: 10px;
margin: 0px;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.6);
}
blockquote.blockquote {
background: lightgrey;
border-left: 10px solid grey;
padding: 10px;
padding-left: 20px;
line-height: 80%;
}
body {
position: relative;
}
div.position-fixed {
position:fixed;
padding:0;
margin:0;
overflow-y: scroll;
top: 20px;
z-index: 1000;
width:17.5%;
max-height:90%;
background: rgba(255, 255, 255, 0.6);
}
.affix {
padding: 0;
margin: 0;
/*overflow-x: scroll;*/
}
li.a.nav-link {
display: table;
margin: 5px;
width: 100%;
}
li.a.nav-link h1, li.a.nav-link h1,h2,h3,h4,h5,h6 {
margin-top:0px;
margin-bottom:0px;
}
a.nav-link:active, a.nav-link.active {
background-color: grey;
}
a.nav-link h1 {
font-size:120%;
font-weight: bold;
}
a.nav-link h2 {
margin-left: 30px;
text-decoration: underline;
font-size:110%
}
a.nav-link h3 {
margin-left: 60px;
font-size: 100%;
text-decoration:none;
}
a.nav-link h4 {
margin-left: 90px;
font-size: 75%
}
a.nav-link h5 {
margin-left: 120px;
font-size: 75%
}
a.nav-link h6 {
margin-left: 150px;
font-size: 75%
}

75
licence.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Licensing</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About</a><a class="nav-link" href="downloads.html">Downloads</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="licence.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Licensing</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Licensing</p></h1></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Licensing</p></h1><br><br><p>The MTG stuff of course remains under its licence.</p><br><p>Content by KGM(magical, tnta &amp; more_weapons base) is licensed under a <b>custom licence</b> : </p><br><blockquote class="blockquote"><p>(insert KGMS license here)</p></blockquote><br><p>which is fully compatible with the forum rules : </p><br><blockquote class="blockquote"><p>(insert forum rules)</p></blockquote><br><p>All other stuff was made by LMD and is licensed under <b>GPLv3</b>, if not otherwise stated.</p><br>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

75
licensing.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Licensing</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="licensing.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Licensing</p></h1></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Licensing</p></h1><br><br><p><b>The Minetest Game content, as well as the mods by external contributors(hudbars &amp; mana(Wuzzy), sprint(Gunship Penguin), 3d_armor modpack(stu)), of course remain under their licences.</b></p><br><p>Content by KGM(magical, tnta &amp; more_weapons base) is licensed under a <b>custom licence</b> : </p><br><blockquote class="blockquote"><p>(insert KGMS license here)</p></blockquote><br><p>which is fully compatible with the forum rules : </p><br><blockquote class="blockquote"><p>(insert forum rules)</p></blockquote><br><p>All other stuff was made by LMD and is licensed under <b>GPLv3</b>, if not otherwise stated.</p><br>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

BIN
magicctflogoultrares.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

81
playguide.html Normal file
View File

@ -0,0 +1,81 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Playguide</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="playguide.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Playguide</p></h1></a></li><li><a class="nav-link" href="#gheader2"><h2><p>In-game Hints</p></h2></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Playguide</p></h1><br><br><h2 id="gheader2"><p>In-game Hints</p></h2><br><p>Here the source code of all in-game hints : </p><br><pre><code>HINTS={&quot;Bring the enemy flag home successfully by always knowing how to get back fast.&quot;,&quot;Make sure to weaken the enemies enough before attempting to steal their flag.&quot;,
&quot;You have to support your teammates. Nobody can win without support.&quot;,&quot;Never ever kill teammates.&quot;,&quot;Use firearms to kill enemies from far away.&quot;,
&quot;Shield skill makes you resistant to magic.&quot;,&quot;Magic ignores walls and physical armor.&quot;,&quot;Poison inflicts anybody who comes close to a poisoned person.&quot;,
&quot;Big parasites kill instantly. Use traps to kill them.&quot;,&quot;Manadrain stave works well to weaken an enemy before killing it.&quot;,&quot;Spawners supply you with the items needed.&quot;,
&quot;At the start of a game, loot the treasure chests.&quot;,&quot;Teamwork is essential;magic skills go well together, for example, heal and shield.&quot;,
&quot;The more allies you are able to reach with your heal spell, the more it heals yourself.&quot;, &quot;Share precious items with your team.&quot;, &quot;Assault together, defend together, win together.&quot;}
</code></pre><br><p>Further hints : </p><br><ul><li><p>Use improved boats or gliders, as they provide far more HP and placing one takes time.</p></li><li><p>Try to hide Rune Signal Systems to prevent the enemies from modifying or destroying them.</p></li><li><p>Carts are included ! Build rails to reach the enemy faster.</p></li><li><p>Collect potions to be safe on your way home when attempting to steal their book(flag).</p></li>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

75
releases.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Releases</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="releases.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Releases</p></h1></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Releases</p></h1><br><br><p>Here you can find the newest Magic-CTF releases.</p><p>For information on how to run a server or install a subgame, please visit Minetest Forum : <a href="deadlink">How to setup a server</a></p><br><p>Magic-CTF 1.0.5 &quot;Mystic Merlin&quot; Release : </p><p><a href="deadlink">Download .zip</a></p><p><a href="deadlink">Browse source</a></p><br>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>

75
videos.html Normal file
View File

@ -0,0 +1,75 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Lua API">
<meta name="author" content="Minetest Core Developers">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Videos</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="videos.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Videos</p></h1></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Videos</p></h1><br><br><br><p><img class="img-fluid" src="magicctflogoultrares.png" alt="Magic-CTF Logo"><div class="caption"><p><a href="deadlink">Magic-CTF Trailer</a></p></div></p><p><img class="img-fluid" src="magicctflogoultrares.png" alt="Magic-CTF Logo"><div class="caption"><p><a href="deadlink">How to make maps in Magic-CTF</a></p></div></p><br><br>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>