Update pre-rendered pages

This commit is contained in:
Andrew Miner
2015-04-01 23:35:21 -07:00
parent d1826c257b
commit 97aa631737
3320 changed files with 16513 additions and 16632 deletions
@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/jquery-ui.css">
</head>
<body>
<div class="view__feedback" style="left: -250px; "><input name="name" placeholder="name (optional)"><input name="email" placeholder="email (optional)"><label name="comment">Comment:</label><textarea name="comment"></textarea><button name="send" disabled="disabled">send</button><div class="error"><p>Sending failed. Please try again later.</p></div><div class="label"><img src="/images/paper.png"><p>Feedback</p></div></div>
<div class="view__feedback hideable" style="left: -250px; "><input name="name" placeholder="name (optional)"><input name="email" placeholder="email (optional)"><label name="comment">Comment:</label><textarea name="comment"></textarea><button name="send" disabled="disabled">send</button><div class="error hideable hidden"><p>Sending failed. Please try again later.</p></div><div class="label"><img src="/images/paper.png"><p>Feedback</p></div></div>
<div class="view__screen"></div>
<div class="content">
<div class="view__header">
@@ -25,10 +25,10 @@
<p>Craft</p>
<div class="dot" style="opacity: 0; "></div></a></div>
</div>
<div class="view__tutorial_page page" style=""><div class="sidebar"><div class="titleImage"><a><img src="/browse/buildcraft/tutorials/gates_wires_and_chips/icon.png"></a></div><a target="new" class="officialPage externalLink hidden"><p>Offical Documentation</p></a><div class="view__adsense placeholder sidebar_skyscraper"></div></div><div class="mainBody"><h1 class="name">Gates, Wires, and Chips</h1><div class="byline"><p>from <a href="/browse/buildcraft/">Buildcraft</a></p></div><div class="sections"><div class="view__markdown_section section"><h2>What do gates do?</h2><div class="panel markdown"><p>BuildCraft gates are devices which can be attached to a pipe to detect and interact with objects nearby. Gates
<div class="page hideable view__tutorial_page"><div class="sidebar"><div class="titleImage"><a><img src="/browse/buildcraft/tutorials/gates_wires_and_chips/icon.png"></a></div><a target="new" class="officialPage externalLink hideable hidden"><p>Offical Documentation</p></a><ins class="view__adsense placeholder sidebar_skyscraper"></ins></div><div class="mainBody"><h1 class="name">Gates, Wires, and Chips</h1><div class="byline"><p>from <a href="/browse/buildcraft/">Buildcraft</a></p></div><div class="sections"><div class="hideable view__markdown_section section"><h2>What do gates do?</h2><div class="panel markdown"><p>BuildCraft gates are devices which can be attached to a pipe to detect and interact with objects nearby. Gates
can read a wide variety of conditions: that a nearby chest is full, or that a <a href="/browse/buildcraft/combustion_engine">Combustion
Engine</a> is about to overheat. In reaction to these conditions, gates can
emit various kinds of signals (including redstone signals) to control other gates and/or machines.</p></div></div><div class="view__markdown_section section"><h2>An Example: Controlling Engines</h2><div class="panel markdown"><p>Before diving into all the details, let's look at a realistic example of what you might do with gates. This is a
emit various kinds of signals (including redstone signals) to control other gates and/or machines.</p></div></div><div class="hideable view__markdown_section section"><h2>An Example: Controlling Engines</h2><div class="panel markdown"><p>Before diving into all the details, let's look at a realistic example of what you might do with gates. This is a
small power plant driving a quarry.</p>
<p><img alt="" src="./example_1_overview.png"></p>
@@ -38,7 +38,7 @@ small power plant driving a quarry.</p>
<ol><li>The on/off switch for the entire operation. Flipping the switch creates a redstone signal.</li><li>A <a href="/browse/buildcraft/basic_gate/">Basic Gate</a> attached to a <a href="/browse/buildcraft/structure_pipe">Structure Pipe</a> reads the redstone signal and generates a red pipe wire signal.</li><li><a href="/browse/buildcraft/red_pipe_wire">Red Pipe Wire</a> follows the <a href="/browse/buildcraft/cobblestone_kinesis_pipe">Cobblestone Kinesis Pipe</a>, transmitting the signal throughout the rest of the build.</li><li>Another Basic Gate receives the red pipe wire signal and converts it back to a redstone signal, thus turning
the <a href="/browse/buildcraft/combustion_engine">Combustion Engine</a>s on.</li><li>The red pipe wire signal is also received by Basic Gates next to the <a href="/browse/buildcraft/redstone_engine">Redstone
Engine</a>s, turning them on as well, and causing both fuel and water to
flow into the engines.</li><li>Finally, the power generated by the Combusion Engines flows into the <a href="/browse/buildcraft/quarry/">Quarry</a>.</li></ol></div></div></div><div class="videos section" style="display: block; "><h2>Video</h2><div class="panel"><div class="view__video"><iframe width="365" height="273" src="http://www.youtube.com/embed/J6-VUApZGQs?modestbranding=1&amp;autohide=1&amp;showinfo=0" frameborder="0" allowfullscreen="true"></iframe><div class="caption"><p>Buildcraft Gates Tutorial, Part 1</p></div></div></div></div></div></div>
flow into the engines.</li><li>Finally, the power generated by the Combusion Engines flows into the <a href="/browse/buildcraft/quarry/">Quarry</a>.</li></ol></div></div></div><div class="videos section hideable"><h2>Video</h2><div class="panel"><div class="hideable view__video"><iframe width="365" height="273" src="http://www.youtube.com/embed/J6-VUApZGQs?modestbranding=1&amp;autohide=1&amp;showinfo=0" frameborder="0" allowfullscreen="true"></iframe><div class="caption"><p>Buildcraft Gates Tutorial, Part 1</p></div></div></div></div></div></div>
<div class="view__footer">
<div class="divider top"></div>
<div class="left">
@@ -77,8 +77,8 @@ flow into the engines.</li><li>Finally, the power generated by the Combusion Eng
<div class="action">
<iframe src="http://ghbtns.com/github-btn.html?user=andrewminer&amp;repo=crafting-guide&amp;type=fork&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="32"></iframe>
</div>
</div><a href="/test.html" rel="nofollow">
<div class="divider bottom"></div></a>
</div>
<div class="divider bottom"></div>
</div>
</div>
<script src="/js/underscore.js"></script>
@@ -103,5 +103,4 @@ flow into the engines.</li><li>Finally, the power generated by the Combusion Eng
}
</script>
</body></html>