Skip to content

Commit 36dd1b2

Browse files
committed
Beta 16 release.
1 parent e35111d commit 36dd1b2

19 files changed

+126
-35
lines changed

404.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
The page you are looking for does not exist. :-(</h1></div>
77
<div class="row">
88
<img src="/img/pyrate.png" class="img-responsive center-block"
9-
alt="Pyrate flag"/>
9+
alt="Pyrate flag"/><br/>
1010
</div>
11+
12+
<div class="row text-center"><p>(We're still working on some of the content. Come back again soon!)</p></div>

en/download.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ i18n: en
66

77
# Download Mu
88

9+
<div class="panel panel-warning">
10+
<div class="panel-heading"><h3 class="panel-title">THIS IS BETA SOFTWARE!</h3></div>
11+
<div class="panel-body">
12+
<p>Mu is in the closing stages of a final 1.0 release. As a result it is
13+
still considered BETA software and this reflects how the installer
14+
currently works and you may encounter bugs (<a href="/en/howto/bugs">please report them!</a>).
15+
Please read the instructions for your installer for more information.</p>
16+
</div>
17+
</div>
18+
19+
920
There are many ways to install Mu. The simplest is to download the official
1021
installer for Windows or Mac OSX. If you're a more advanced user you can use
1122
Python's built-in `pip` tool. Some Linux distributions come with Mu packaged
@@ -21,8 +32,9 @@ Each option is outlined below:
2132
<div class="thumbnail">
2233
<img src="/img/windows_logo.png" alt="Windows Logo">
2334
<div class="caption">
24-
<h3>Windows</h3>
25-
<p><a href="#" class="btn btn-primary" role="button">Download</a>
35+
<h3>Windows Installer</h3>
36+
<p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.beta.16/mu-editor_beta16_win32.exe" class="btn btn-primary" role="button">32-bit</a>
37+
<a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.beta.16/mu-editor_beta16_win64.exe" class="btn btn-primary" role="button">64-bit</a>
2638
<a href="/en/howto/install_windows" class="btn btn-default" role="button">Instructions</a></p>
2739
</div>
2840
</div>
@@ -31,8 +43,8 @@ Each option is outlined below:
3143
<div class="thumbnail">
3244
<img src="/img/apple_logo.png" alt="Apple Logo">
3345
<div class="caption">
34-
<h3>Mac OSX</h3>
35-
<p><a href="#" class="btn btn-primary" role="button">Download</a>
46+
<h3>Mac OSX Installer</h3>
47+
<p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.beta.16/mu-editor_beta16_osx.dmg" class="btn btn-primary" role="button">Download</a>
3648
<a href="/en/howto/install_macos" class="btn btn-default" role="button">Instructions</a></p>
3749
</div>
3850
</div>

en/help/1.0.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

en/help/1.0.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
title: Help for Mu 1.0.*
4+
---
5+
6+
# Help for Mu 1.0
7+
8+
You have three options for finding help about this version of Mu:
9+
10+
1. The [tutorials](/tutorials) introduce you to using Mu.
11+
They are the best place to start. The tutorial entitled
12+
"[Start Here!](/en/tutorials/1.0/start)" gives you the basics needed to get
13+
going. If you follow the tutorials, one after the other, you'll very quickly
14+
become an expert in using Mu (the tutorials themselves are *very easy* to
15+
follow).
16+
2. The [how-to guides](/en/howto/) deal with common tasks or problems in a
17+
simple step-by-step manner. If you're looking for something specific then
18+
look here.
19+
3. The [discussion channel](/en/discuss) is a web based chat-room for members
20+
of the Mu community. We expect participants to follow the Python Software
21+
foundation's [Code of Conduct](https://www.python.org/psf/codeofconduct/).
22+
The discussion channel is where you can ask questions or discuss Mu with
23+
both other users and the developers of Mu.
24+
25+
Finally, if you think you've found a bug in Mu then [follow the steps outlined here](/en/howto/bugs).

en/help/index.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

en/help/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
title: Available help.
4+
---
5+
6+
# Available help
7+
8+
Please see:
9+
10+
* [Help for Mu 1.0](1.0).
11+

en/howto/debug_code.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

en/howto/install_macos.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,34 @@ Once the disk image is open, follow the steps illustrated below to install Mu.
3939
editor.</p>
4040
<img src="/img/en/howto/macos3.png" alt="Mac OSX installer step 3" class="img-responsive center-block img-rounded"/>
4141
</div>
42+
43+
<div class="panel panel-warning">
44+
<div class="panel-heading"><h3 class="panel-title">THIS IS BETA SOFTWARE!</h3></div>
45+
<div class="panel-body">
46+
<p>Mu is in the closing stages of a final 1.0 release. As a result it is
47+
still considered BETA software and this reflects how the installer
48+
currently works. Put simply, we currently don't sign the installer so
49+
OSX complains about Mu coming from an unknown publisher. When the Mu
50+
1.0 is finally we won't have this issue.</p>
51+
52+
<p>We've outlined the extra steps needed to help OSX start Mu for the first
53+
time (you'll never have to repeat this step unless you re-install another
54+
beta version of Mu).</p>
55+
56+
<p>Once Mu is installed, as per the steps above, open the "Applications"
57+
folder, find the "mu-editor" icon then <strong>while holding down the
58+
"ctrl" key, click the icon</strong> to display the menu shown below:</p>
59+
<img src="/img/en/howto/beta/osx_beta1.png" alt="CTRL-click" class="img-responsive center-block img-rounded movie"/><br/>
60+
61+
<p>Click the "open" item on the menu.</p>
62+
63+
<p>At this point, OSX will "verify" Mu, as shown below:</p>
64+
<img src="/img/en/howto/beta/osx_beta2.png" alt="Verify Mu" class="img-responsive center-block img-rounded movie"/><br/>
65+
66+
<p>Finally, an alert (shown below) will appear. To actually launch Mu click
67+
on the "Open" button.</p>
68+
<img src="/img/en/howto/beta/osx_beta3.png" alt="Click Open" class="img-responsive center-block img-rounded movie"/><br/>
69+
<p><strong>These steps can take some time as OSX checks the Mu package, but
70+
you'll only ever have to do them once.</strong></p>
71+
</div>
72+
</div>

en/howto/install_windows.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ i18n: en
99
Since most of our users will be using Mu on Windows in an educational setting
1010
we've made it extraordinarily easy to install Mu on Windows. We've checked
1111
Mu works on Windows 7 (32bit) and Windows 10 (64bit) - so it should work on
12-
all the versions of Windows in between.
12+
all the versions of Windows in between. We assume you have an up-to-date
13+
system (i.e. ensure you have installed all updates).
1314

1415
First, follow the
1516
[advice on Microsoft's website](https://support.microsoft.com/en-us/help/15056/windows-7-32-64-bit-faq) to work out if you're using 32 or 64 bit Windows.
@@ -21,6 +22,38 @@ an executable so you need to run it to make it work.
2122
Follow the steps illustrated below and, once installation has finished, you'll
2223
find Mu in your start menu.
2324

25+
<div class="panel panel-warning">
26+
<div class="panel-heading"><h3 class="panel-title">THIS IS BETA SOFTWARE!</h3></div>
27+
<div class="panel-body">
28+
<p>Mu is in the closing stages of a final 1.0 release. As a result it is
29+
still considered BETA software and this reflects how the installer
30+
currently works. Put simply, we currently don't sign the installer so
31+
Windows complains about Mu coming from an unknown publisher. When the Mu
32+
1.0 is finally released the installer won't have this issue.</p>
33+
34+
<p>In any case, we've outlined the extra steps needed to help Windows
35+
install Mu for both Windows 7 and Windows 10 (other versions of Windows
36+
will be similar).</p>
37+
38+
<h3>Windows 7</h3>
39+
<p>Find the installer (it's probably in your "Downloads" folder):</p>
40+
<img src="/img/en/howto/beta/win7.1.png" alt="Find the installer" class="img-responsive center-block img-rounded movie"/><br/>
41+
<p>Double-click the installer and the message shown below will appear.
42+
Click on the "Yes" button and follow the remaining instructions below.</p>
43+
<img src="/img/en/howto/beta/win7.2.png" alt="Click Yes" class="img-responsive center-block img-rounded movie"/><br/>
44+
<h3>Windows 10</h3>
45+
<p>Find the installer (it's probably in your "Downloads" folder):</p>
46+
<img src="/img/en/howto/beta/win10.1.png" alt="Find the installer" class="img-responsive center-block img-rounded movie"/><br/>
47+
<p>When you double-click the installer Windows Defender will pop up with a
48+
warning message. You should click on the "More info" link.</p>
49+
<img src="/img/en/howto/beta/win10.2.png" alt="Click More Info" class="img-responsive center-block img-rounded movie"/><br/>
50+
<p>The message will change to something similar to that shown below
51+
(although the "App" name may be slightly different). Click on the new
52+
"Run anyway" button and follow the remaining instructions below.</p>
53+
<img src="/img/en/howto/beta/win10.3.png" alt="Click Run Anyway" class="img-responsive center-block img-rounded movie"/><br/>
54+
</div>
55+
</div>
56+
2457
<div class="row">
2558
<h2>Step 1</h2>
2659
<p>Confirmation of the version of Mu you'll be installing. The version

en/howto/install_with_python.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ i18n: en
66
# How to install Mu with Python packaging on Windows, OSX and Linux
77

88
If you already have [Python3](https://python.org/) installed on your Windows,
9-
OSX or Linux machine then the easiest way to install Mu is with Python's
9+
OSX or Linux machine then it is easy to install Mu with Python's
1010
built-in package manager, [`pip`](https://pip.pypa.io/en/stable/installing/).
1111
If you're on Windows and would rather not type commands you should use the
12-
[Windows installer for Mu](install_windows) instead.
12+
[Windows installer for Mu](install_windows) instead. If you're using OSX on a
13+
Mac and want to use the simple drag-and-drop installer instead, you should use
14+
the [OSX installer for Mu](install_macos).
1315

1416
At your OS's command prompt (see below) type the following command:
1517

@@ -50,7 +52,8 @@ Press return and the editor should launch.
5052
do).</li>
5153
</ul>
5254
<p>If you're still facing problems, perhaps try using another installation
53-
method (HINT: if you're on Windows, use the Windows installer instead).
55+
method (HINT: if you're on Windows or using OSX on a Mac, use the installer
56+
for the appropriate platform instead).
5457
As a last resort why not see if anyone can help you in the
5558
<a href="/en/discuss">discussions</a>.</p>
5659
</div>

img/en/howto/beta/osx_beta1.png

144 KB
Loading

img/en/howto/beta/osx_beta2.png

130 KB
Loading

img/en/howto/beta/osx_beta3.png

29.7 KB
Loading

img/en/howto/beta/win10.1.png

48.7 KB
Loading

img/en/howto/beta/win10.2.png

16.2 KB
Loading

img/en/howto/beta/win10.3.png

20.6 KB
Loading

img/en/howto/beta/win7.1.png

46.8 KB
Loading

img/en/howto/beta/win7.2.png

65 KB
Loading

img/en/tutorials/debugger.png

3.1 KB
Loading

0 commit comments

Comments
 (0)