Skip to content

Commit

Permalink
Added pull request #4 and #5 changes to all texts. Centered images.
Browse files Browse the repository at this point in the history
  • Loading branch information
kounch committed Nov 20, 2020
1 parent 9e3fb88 commit 1a76381
Show file tree
Hide file tree
Showing 9 changed files with 482 additions and 80 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Game Launcher for ZX Spectrum Next

[![Demo Video](./docs/img/Demo.gif)](./docs/img/Demo.mp4 "Demo")

Do you have a ZX Spectrum Next, but you are tired to remember which is the best option to launch your programs? knloader to the rescue!
Do you have a ZX Spectrum Next, but have trouble remembering which is the best option to launch your programs? knloader to the rescue!

This a set of NextBASIC programs which you can configure to remember, and then use, your preferred way to launch other programs (Next/+3e Mode, 128K mode, USR 0, etc.). As a bonus, you can put some images (like game covers or loading screens).

This program is not a replacement for the incoportaded Browser, nor offers any other function than to launch other programs.
These programs aren't a replacement for the incorporated Browser, nor offer any other function than to launch other programs.

---

Expand Down
259 changes: 230 additions & 29 deletions docs/en/man_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ <h1>knloader English Manual</h1>
<div class="details">
<span id="author" class="author">kounch</span><br>
<span id="email" class="email"><a href="mailto:kounch@users.noreply.github.com">kounch@users.noreply.github.com</a></span><br>
<span id="revnumber">version 1.0.1</span>
<span id="revnumber">version 1.0.2</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Index</div>
Expand Down Expand Up @@ -538,35 +538,27 @@ <h2 id="_use">Use</h2>
<div class="paragraph">
<p>On first run, if they do not exist, cache files are created from the data inside database file <code>knloader.bdt</code>.</p>
</div>
<div class="imageblock text-center">
<div class="content">
<img src="../img/FirstBoot.png" alt="FirstBoot">
</div>
<div class="paragraph text-center">
<p><span class="image"><img src="../img/FirstBoot.png" alt="FirstBoot"></span></p>
</div>
<div class="paragraph">
<p>The main interface shows a list of the programs found in the database file.</p>
</div>
<div class="imageblock text-center">
<div class="content">
<img src="../img/CoverOff.png" alt="CoverOff">
</div>
<div class="paragraph text-center">
<p><span class="image"><img src="../img/CoverOff.png" alt="CoverOff"></span></p>
</div>
<div style="page-break-after: always;"></div>
<div class="paragraph">
<p>You can use the cursor keys or a joystick (Kempston or MD) to move and select the program that you want to load. Then, press <code>ENTER</code>, <code>0</code> or the joystick button to launch.</p>
</div>
<div class="imageblock text-center">
<div class="content">
<img src="../img/LoadDetails.png" alt="LoadDetails">
</div>
<div class="paragraph text-center">
<p><span class="image"><img src="../img/LoadDetails.png" alt="LoadDetails"></span></p>
</div>
<div class="paragraph">
<p>After a brief period of time, the program should load using the desired mode.</p>
</div>
<div class="imageblock text-center">
<div class="content">
<img src="../img/knlauncher.png" alt="knlauncher">
</div>
<div class="paragraph text-center">
<p><span class="image"><img src="../img/knlauncher.png" alt="knlauncher"></span></p>
</div>
<div style="page-break-after: always;"></div>
<div class="paragraph">
Expand All @@ -575,10 +567,8 @@ <h2 id="_use">Use</h2>
<div class="paragraph">
<p>Press C or the joystick secondary button (in MD mode) to hide/show images.</p>
</div>
<div class="imageblock text-center">
<div class="content">
<img src="../img/CoverOn.png" alt="CoverOn">
</div>
<div class="paragraph text-center">
<p><span class="image"><img src="../img/CoverOn.png" alt="CoverOn"></span></p>
</div>
<div class="paragraph">
<p>Press A to enable/disable automatic save of the currently selected program position and the selection to show or hide images.</p>
Expand Down Expand Up @@ -611,7 +601,7 @@ <h2 id="_database_file_format">Database file format</h2>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>Program Name,Loading Mode,&lt;Directory&gt;,File,&lt;Image File&gt;</code></pre>
<pre class="rouge highlight"><code>Program Name,Loading Mode,&lt;Directory&gt;,File,&lt;Image File&gt;</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -704,7 +694,7 @@ <h3 id="_examples">Examples</h3>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>Albatrossity,1,,Albatrossity.tap
<pre class="rouge highlight"><code>Albatrossity,1,,Albatrossity.tap

Alter Ego,4,Alter Ego,Alter Ego.tap

Expand All @@ -718,23 +708,23 @@ <h3 id="_examples">Examples</h3>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>Albatrossity,,,Albatrossity.tap</code></pre>
<pre class="rouge highlight"><code>Albatrossity,,,Albatrossity.tap</code></pre>
</div>
</div>
<div class="paragraph">
<p>(missing Load Mode Code)</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>,1,,Albatrossity.tap</code></pre>
<pre class="rouge highlight"><code>,1,,Albatrossity.tap</code></pre>
</div>
</div>
<div class="paragraph">
<p>(missing Name)</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>Albatrossity,1,,</code></pre>
<pre class="rouge highlight"><code>Albatrossity,1,,</code></pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -746,7 +736,7 @@ <h3 id="_examples">Examples</h3>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>C:/all/Games
<pre class="rouge highlight"><code>C:/all/Games
Albatrossity,1,,Albatrossity.tap
Alter Ego,4,Alter Ego,Alter Ego.tap
Altered Beast,3,Altered Beast,Altered Beast.dsk,Altered Beast.bmp
Expand Down Expand Up @@ -942,9 +932,220 @@ <h2 id="_copyright">Copyright</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 1.0.1<br>
Last updated 2020-08-03 14:40:44 +0200
Version 1.0.2<br>
Last updated 2020-11-20 20:33:53 +0100
</div>
</div>
<style>
pre.rouge table td { padding: 5px; }
pre.rouge table pre { margin: 0; }
pre.rouge .cm {
color: #999988;
font-style: italic;
}
pre.rouge .cp {
color: #999999;
font-weight: bold;
}
pre.rouge .c1 {
color: #999988;
font-style: italic;
}
pre.rouge .cs {
color: #999999;
font-weight: bold;
font-style: italic;
}
pre.rouge .c, pre.rouge .ch, pre.rouge .cd, pre.rouge .cpf {
color: #999988;
font-style: italic;
}
pre.rouge .err {
color: #a61717;
background-color: #e3d2d2;
}
pre.rouge .gd {
color: #000000;
background-color: #ffdddd;
}
pre.rouge .ge {
color: #000000;
font-style: italic;
}
pre.rouge .gr {
color: #aa0000;
}
pre.rouge .gh {
color: #999999;
}
pre.rouge .gi {
color: #000000;
background-color: #ddffdd;
}
pre.rouge .go {
color: #888888;
}
pre.rouge .gp {
color: #555555;
}
pre.rouge .gs {
font-weight: bold;
}
pre.rouge .gu {
color: #aaaaaa;
}
pre.rouge .gt {
color: #aa0000;
}
pre.rouge .kc {
color: #000000;
font-weight: bold;
}
pre.rouge .kd {
color: #000000;
font-weight: bold;
}
pre.rouge .kn {
color: #000000;
font-weight: bold;
}
pre.rouge .kp {
color: #000000;
font-weight: bold;
}
pre.rouge .kr {
color: #000000;
font-weight: bold;
}
pre.rouge .kt {
color: #445588;
font-weight: bold;
}
pre.rouge .k, pre.rouge .kv {
color: #000000;
font-weight: bold;
}
pre.rouge .mf {
color: #009999;
}
pre.rouge .mh {
color: #009999;
}
pre.rouge .il {
color: #009999;
}
pre.rouge .mi {
color: #009999;
}
pre.rouge .mo {
color: #009999;
}
pre.rouge .m, pre.rouge .mb, pre.rouge .mx {
color: #009999;
}
pre.rouge .sb {
color: #d14;
}
pre.rouge .sc {
color: #d14;
}
pre.rouge .sd {
color: #d14;
}
pre.rouge .s2 {
color: #d14;
}
pre.rouge .se {
color: #d14;
}
pre.rouge .sh {
color: #d14;
}
pre.rouge .si {
color: #d14;
}
pre.rouge .sx {
color: #d14;
}
pre.rouge .sr {
color: #009926;
}
pre.rouge .s1 {
color: #d14;
}
pre.rouge .ss {
color: #990073;
}
pre.rouge .s, pre.rouge .sa, pre.rouge .dl {
color: #d14;
}
pre.rouge .na {
color: #008080;
}
pre.rouge .bp {
color: #999999;
}
pre.rouge .nb {
color: #0086B3;
}
pre.rouge .nc {
color: #445588;
font-weight: bold;
}
pre.rouge .no {
color: #008080;
}
pre.rouge .nd {
color: #3c5d5d;
font-weight: bold;
}
pre.rouge .ni {
color: #800080;
}
pre.rouge .ne {
color: #990000;
font-weight: bold;
}
pre.rouge .nf, pre.rouge .fm {
color: #990000;
font-weight: bold;
}
pre.rouge .nl {
color: #990000;
font-weight: bold;
}
pre.rouge .nn {
color: #555555;
}
pre.rouge .nt {
color: #000080;
}
pre.rouge .vc {
color: #008080;
}
pre.rouge .vg {
color: #008080;
}
pre.rouge .vi {
color: #008080;
}
pre.rouge .nv, pre.rouge .vm {
color: #008080;
}
pre.rouge .ow {
color: #000000;
font-weight: bold;
}
pre.rouge .o {
color: #000000;
font-weight: bold;
}
pre.rouge .w {
color: #bbbbbb;
}
pre.rouge {
background-color: #f8f8f8;
}
</style>
</body>
</html>
Loading

0 comments on commit 1a76381

Please sign in to comment.