Skip to content

Commit 937c361

Browse files
committed
Deploying to gh-pages from @ endbasic/homepage@0a0288d 🚀
1 parent 67f49a2 commit 937c361

6 files changed

Lines changed: 30 additions & 10 deletions

File tree

about.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<title>About - EndBASIC</title>
20+
21+
22+
1923
<meta name="description" content="Motivation The computers of today are too complex to understand. To the uninitiated, they feel overwhelming. They take a long time to boot. They offer cluttered interfaces with lots of icons, buttons, and options. They are built on dozens of layers of abstraction. And because of these reasons, they feel fragile and not something that can be experimented with.
2024
If you want to learn to code today, you face a steep learning curve.">
2125
<meta name="author" content="Julio Merino">

download.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<title>Download - EndBASIC</title>
20+
21+
22+
1923
<meta name="description" content="Remember: you do not have to download EndBASIC to play with it.You can click here to open up a fully-local, browser-based session!
20-
Launch interpreter Binary releases The latest version of EndBASIC is 0.6.0 and was released on 2021-02-19.
21-
OS Platform Link Linux x86_64 endbasic-0.6.0-linux-x86_64.tgz macOS x86_64 endbasic-0.6.0-macos-x86_64.tgz Windows x86_64 endbasic-0.6.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.6.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.">
24+
Launch interpreter Binary releases The latest version of EndBASIC is 0.7.0 and was released on 2021-07-03.
25+
OS Platform Link Linux x86_64 endbasic-0.7.0-linux-x86_64.tgz macOS x86_64 endbasic-0.7.0-macos-x86_64.tgz Windows x86_64 endbasic-0.7.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.7.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.">
2226
<meta name="author" content="Julio Merino">
2327
<meta name="generator" content="Hugo 0.68.3" />
2428

@@ -69,7 +73,7 @@ <h1 class="title display-4 font-weight-normal">Ready<br/>Download&#9608;</h1>
6973

7074
</div>
7175
<h1 id="binary-releases">Binary releases</h1>
72-
<p><strong>The latest version of EndBASIC is 0.6.0 and was released on 2021-02-19.</strong></p>
76+
<p><strong>The latest version of EndBASIC is 0.7.0 and was released on 2021-07-03.</strong></p>
7377
<table>
7478
<thead>
7579
<tr>
@@ -82,26 +86,26 @@ <h1 id="binary-releases">Binary releases</h1>
8286
<tr>
8387
<td>Linux</td>
8488
<td>x86_64</td>
85-
<td><a href="https://github.com/endbasic/endbasic/releases/download/endbasic-0.6.0/endbasic-0.6.0-linux-x86_64.tgz">endbasic-0.6.0-linux-x86_64.tgz</a></td>
89+
<td><a href="https://github.com/endbasic/endbasic/releases/download/endbasic-0.7.0/endbasic-0.7.0-linux-x86_64.tgz">endbasic-0.7.0-linux-x86_64.tgz</a></td>
8690
</tr>
8791
<tr>
8892
<td>macOS</td>
8993
<td>x86_64</td>
90-
<td><a href="https://github.com/endbasic/endbasic/releases/download/endbasic-0.6.0/endbasic-0.6.0-macos-x86_64.tgz">endbasic-0.6.0-macos-x86_64.tgz</a></td>
94+
<td><a href="https://github.com/endbasic/endbasic/releases/download/endbasic-0.7.0/endbasic-0.7.0-macos-x86_64.tgz">endbasic-0.7.0-macos-x86_64.tgz</a></td>
9195
</tr>
9296
<tr>
9397
<td>Windows</td>
9498
<td>x86_64</td>
95-
<td><a href="https://github.com/endbasic/endbasic/releases/download/endbasic-0.6.0/endbasic-0.6.0-windows-x86_64.zip">endbasic-0.6.0-windows-x86_64.zip</a></td>
99+
<td><a href="https://github.com/endbasic/endbasic/releases/download/endbasic-0.7.0/endbasic-0.7.0-windows-x86_64.zip">endbasic-0.7.0-windows-x86_64.zip</a></td>
96100
</tr>
97101
<tr>
98102
<td>Linux</td>
99103
<td>Raspberry Pi (ARM v7)</td>
100-
<td><a href="https://github.com/endbasic/endbasic/releases/download/endbasic-0.6.0/endbasic-0.6.0-linux-armv7-rpi.tgz">endbasic-0.6.0-linux-armv7-rpi.tgz</a></td>
104+
<td><a href="https://github.com/endbasic/endbasic/releases/download/endbasic-0.7.0/endbasic-0.7.0-linux-armv7-rpi.tgz">endbasic-0.7.0-linux-armv7-rpi.tgz</a></td>
101105
</tr>
102106
</tbody>
103107
</table>
104-
<p>For more details visit the <a href="https://github.com/endbasic/endbasic/releases/tag/endbasic-0.6.0">release page on GitHub</a>.</p>
108+
<p>For more details visit the <a href="https://github.com/endbasic/endbasic/releases/tag/endbasic-0.7.0">release page on GitHub</a>.</p>
105109
<h1 id="source-installation">Source installation</h1>
106110
<p>You may also choose to install from source if none of the above work for you, in which case simply type the following in your terminal:</p>
107111
<div class="highlight"><pre class="chroma"><code class="language-shell" data-lang="shell">cargo install endbasic

help.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<title>Help - EndBASIC</title>
20+
21+
22+
1923
<meta name="description" content="Support If you encounter any issues, please file a bug report or contact me via email or Twitter.
2024
Built-in help EndBASIC is designed to be self-documenting. To access the built-in documentation, type HELP within the interpreter, which will greet you with a message like this:
2125
Ready HELP EndBASIC 0.7.0 Copyright 2020-2021 Julio Merino Project page at &amp;lt;https://github.com/endbasic/endbasic&amp;gt; License Apache Version 2.0 &amp;lt;http://www.apache.org/licenses/LICENSE-2.0&amp;gt; Top-level help topics: &amp;gt;&amp;gt; Array functions &amp;gt;&amp;gt; Cloud access &amp;gt;&amp;gt; Console &amp;gt;&amp;gt; File system &amp;gt;&amp;gt; Hardware interface &amp;gt;&amp;gt; Interpreter &amp;gt;&amp;gt; Language reference &amp;gt;&amp;gt; Numerical functions &amp;gt;&amp;gt; Stored program &amp;gt;&amp;gt; String functions Type HELP followed by the name of a topic for details.">

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<title>EndBASIC</title>
20+
21+
22+
1923
<meta name="description" content="EndBASIC BASIC interpreter &#43; DOS environment, reimagined.
2024
Launch interpreter Create account BASIC interpreter Learn and practice programming foundations via a simple and proven language. Inspired by Locomotive BASIC 1.1 and QuickBASIC 4.5.
2125
DOS-like environment Learn and practice computer interactions via an integrated command-line interface. Inspired by MS-DOS.

index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Launch interpreter const params = new URLSearchParams(window.location.hash.su
3838

3939
<guid>https://www.endbasic.dev/download.html</guid>
4040
<description>Remember: you do not have to download EndBASIC to play with it.You can click here to open up a fully-local, browser-based session!
41-
Launch interpreter Binary releases The latest version of EndBASIC is 0.6.0 and was released on 2021-02-19.
42-
OS Platform Link Linux x86_64 endbasic-0.6.0-linux-x86_64.tgz macOS x86_64 endbasic-0.6.0-macos-x86_64.tgz Windows x86_64 endbasic-0.6.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.6.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.</description>
41+
Launch interpreter Binary releases The latest version of EndBASIC is 0.7.0 and was released on 2021-07-03.
42+
OS Platform Link Linux x86_64 endbasic-0.7.0-linux-x86_64.tgz macOS x86_64 endbasic-0.7.0-macos-x86_64.tgz Windows x86_64 endbasic-0.7.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.7.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.</description>
4343
</item>
4444

4545
<item>

service.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<title>Cloud service - EndBASIC</title>
20+
21+
22+
1923
<meta name="description" content="Don&#39;t have an account yet? Start by creating one.
2024
Create account Thank you for creating an account!Follow the instructions below to start using your new cloud storage. We can&#39;t wait to see what you create!
2125
Launch interpreter const params = new URLSearchParams(window.location.hash.substring(1)); const aadIdToken = params.get(&#34;id_token&#34;); const aadError = params.get(&#34;error&#34;); if (aadIdToken == null &amp;&amp; aadError == null) { const div = document.getElementById(&#34;request&#34;); div.style.display = &#34;block&#34;; } else if (aadIdToken !">

0 commit comments

Comments
 (0)