Compare two revisions of: Publish

... ... @@ -1,3 +1,20 @@
1 +If you change a file in WebMiau, you will most likely want to apply the changes to a Mumie-server. To do this in
2 +WebMiau, you have to follow some steps which are listed below:
3 +
4 +First of all you have to add the server to your profile.
5 +You can do this by holding the courser on the head in the upper left corner. Click profile. Now click on the globe.
6 +There is a little plus in the lower left corner. Here you can add the username and the URL of the server you would like to publish the file to.
7 +
8 +When this is done you can publish your file.
9 +Go to your file and click on the globe. Select the server you saved before and enter the password (for this server).
10 +
11 +<div class="alert">
12 +Before you click publish you can choose "With references". Be aware that this will publish ALL files and pictures that are referenced in your code, and
13 +all files and pictures that are referenced in these files and so on. This means that this could lead to publishing the WHOLE course, including files that someone else might have changed without your knowledge!
14 +We highly recommend to not use this option until you are entirely sure that you know what you are doing!
15 +</div>
16 +
17 +
1 18 <!-- https://mermaidjs.github.io/usage.html -->
2 19
3 20 <div class="mermaid">
... ... @@ -48,19 +65,3 @@ class B,F,O,X,P,Q,R preview
48 65 class S,T,AA,AB,AF media
49 66
50 67 </div>
51 -
52 -If you change a file in WebMiau, you will most likely want to apply the changes to a Mumie-server. To do this in
53 -WebMiau, you have to follow some steps which are listed below:
54 -
55 -First of all you have to add the server to your profile.
56 -You can do this by holding the courser on the head in the upper left corner. Click profile. Now click on the globe.
57 -There is a little plus in the lower left corner. Here you can add the username and the URL of the server you would like to publish the file to.
58 -
59 -When this is done you can publish your file.
60 -Go to your file and click on the globe. Select the server you saved before and enter the password (for this server).
61 -
62 -<div class="alert">
63 -Before you click publish you can choose "With references". Be aware that this will publish ALL files and pictures that are referenced in your code, and
64 -all files and pictures that are referenced in these files and so on. This means that this could lead to publishing the WHOLE course, including files that someone else might have changed without your knowledge!
65 -We highly recommend to not use this option until you are entirely sure that you know what you are doing!
66 -</div>
67 68