Update links to https, esp. for external resources

This commit is contained in:
peterdell 2021-04-02 00:33:09 +02:00
parent 2a811b513c
commit 9a82513f94
4 changed files with 50 additions and 32 deletions

View File

@ -93,16 +93,16 @@
<li>Single line comments for the current line selection can be toggled using "CTRL-7" or the editor context menu <li>Single line comments for the current line selection can be toggled using "CTRL-7" or the editor context menu
entry "Toggle Comment"</li> entry "Toggle Comment"</li>
<li>Configurable support for 16-bit opcodes of 65816</li> <li>Configurable support for 16-bit opcodes of 65816</li>
<li>Built-in support for <a href="http://atari.miribilist.com/atasm" target="_blank" rel="noopener noreferrer">ATASM <li>Built-in support for <a href="https://atari.miribilist.com/atasm" target="_blank" rel="noopener noreferrer">ATASM
compiler</a>, <a href="http://mads.atari8.info" target="_blank" rel="noopener noreferrer">MADS compiler</a>, assembler</a>, <a href="https://mads.atari8.info" target="_blank" rel="noopener noreferrer">MADS assembler</a>,
<a href="http://xasm.atari.org" target="_blank" rel="noopener noreferrer">XASM compiler</a>, <a <a href="https://xasm.atari.org" target="_blank" rel="noopener noreferrer">XASM assembler</a>, <a
href="http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme" target="_blank" href="https://sourceforge.net/projects/acme-crossass" target="_blank"
rel="noopener noreferrer">ACME compiler</a></li> rel="noopener noreferrer">ACME assembler</a></li>
<li>Built-in support for running compiler output files with the operating system default application without <li>Built-in support for running compiler output files with the operating system default application without
configuration effort</li> configuration effort</li>
<li>Built-in support for <a href="http://www.virtualdub.org/altirra.html" target="_blank" <li>Built-in support for <a href="http://www.virtualdub.org/altirra.html" target="_blank"
rel="noopener noreferrer">Altirra emulator</a>, <a href="http://a800win.atari-area.prv.pl" target="_blank" rel="noopener noreferrer">Altirra emulator</a>, <a href="https://github.com/Jaskier/Atari800Win-PLus/downloads" target="_blank"
rel="noopener noreferrer">Atari800Win emulator</a>, <a href="http://www.atarimac.com/atari800macx.php" rel="noopener noreferrer">Atari800Win emulator</a>, <a href="https://www.atarimac.com/atari800macx.php"
target="_blank" rel="noopener noreferrer">Atari800MacX emulator</a>, <a href="http://www.xl-project.com" target="_blank" rel="noopener noreferrer">Atari800MacX emulator</a>, <a href="http://www.xl-project.com"
target="_blank" rel="noopener noreferrer">Atari++ emulator</a></li> target="_blank" rel="noopener noreferrer">Atari++ emulator</a></li>
<li>Adding support for new compilers and application is possible via Eclipse extension points <br /> <img <li>Adding support for new compilers and application is possible via Eclipse extension points <br /> <img
@ -250,8 +250,8 @@
<ul> <ul>
<li>Viewer for binary files and 8-bit image files. <br /> The most suitable supported converter and the <li>Viewer for binary files and 8-bit image files. <br /> The most suitable supported converter and the
corresponding default parameters are computed based on the file content, size, and extension. <br /> The corresponding default parameters are computed based on the file content, size, and extension. <br /> The
converters for the Atari standard image formats are based on <a href="http://fail.sourceforge.net" converters for the Atari standard image formats are based on <a href="https://sourceforge.net/projects/recoil"
target="_blank" rel="noopener noreferrer">FAIL</a>, the excellent First Atari Image Library created by Piotr target="_blank" rel="noopener noreferrer">RECOIL fka. FAIL</a>, the excellent First Atari Image Library created by Piotr
Fusik and Adrian Matoga. <br /> Fusik and Adrian Matoga. <br />
<table class="standard_table"> <table class="standard_table">
<tbody> <tbody>

View File

@ -1,6 +1,6 @@
<p>There are two ways of installing WUDSN IDE. If you are using a Windows operating system, I recommend downloading the <p>There are two ways of installing WUDSN IDE. If you are using a Windows operating system, I recommend downloading the
ready to run zero installation distribution: </p> ready to run zero installation distribution:</p>
<div align="center"><a href="http://www.wudsn.com/productions/java/ide/downloads/wudsn-ide-win64.zip" target="_blank" <div align="center"><a href="https://www.wudsn.com/productions/java/ide/downloads/wudsn-ide-win64.zip" target="_blank"
rel="noopener noreferrer"> <img src="productions/java/ide/installation/ide-download-win64.png" rel="noopener noreferrer"> <img src="productions/java/ide/installation/ide-download-win64.png"
alt="Click to download the Windows 64-bit version" /></a></div> alt="Click to download the Windows 64-bit version" /></a></div>
<p>It contains the Eclipse Platform, the Java Runtime Environment, the latest stable version of the WUDSN IDE plugin, <p>It contains the Eclipse Platform, the Java Runtime Environment, the latest stable version of the WUDSN IDE plugin,
@ -11,13 +11,13 @@
install compilers and emulators more selectively, read the descriptions of the installation steps below. In install compilers and emulators more selectively, read the descriptions of the installation steps below. In
addition, the following previous versions of the zero installation distribution are available</p> addition, the following previous versions of the zero installation distribution are available</p>
<ul> <ul>
<li>WUDSN IDE 1.7.0: <a href="http://www.wudsn.com/productions/java/ide/downloads/1.7.0/wudsn-ide-win64.zip" <li>WUDSN IDE 1.7.0: <a href="https://www.wudsn.com/productions/java/ide/downloads/1.7.0/wudsn-ide-win64.zip"
target="_blank" rel="noopener noreferrer">Windows 64-bit version</a>, <a target="_blank" rel="noopener noreferrer">Windows 64-bit version</a>, <a
href="http://www.wudsn.com/productions/java/ide/downloads/1.7.0/wudsn-ide-win32.zip" target="_blank" href="https://www.wudsn.com/productions/java/ide/downloads/1.7.0/wudsn-ide-win32.zip" target="_blank"
rel="noopener noreferrer">Windows 32-bit version</a></li> rel="noopener noreferrer">Windows 32-bit version</a></li>
<li>WUDSN IDE 1.6.6: <a href="http://www.wudsn.com/productions/java/ide/downloads/1.6.6/wudsn-ide-win64.zip" <li>WUDSN IDE 1.6.6: <a href="https://www.wudsn.com/productions/java/ide/downloads/1.6.6/wudsn-ide-win64.zip"
target="_blank" rel="noopener noreferrer">Windows 64-bit version</a>, <a target="_blank" rel="noopener noreferrer">Windows 64-bit version</a>, <a
href="http://www.wudsn.com/productions/java/ide/downloads/1.6.6/wudsn-ide-win32.zip" target="_blank" href="https://www.wudsn.com/productions/java/ide/downloads/1.6.6/wudsn-ide-win32.zip" target="_blank"
rel="noopener noreferrer">Windows 32-bit version</a></li> rel="noopener noreferrer">Windows 32-bit version</a></li>
</ul> </ul>
<p>In case something is not correct or not working, please contact me.</p> <p>In case something is not correct or not working, please contact me.</p>
@ -31,8 +31,8 @@
</ul> </ul>
<h5 id="InstallingEclipse">Installing Eclipse   <a href="#ide_installation">» top</a></h5> <h5 id="InstallingEclipse">Installing Eclipse   <a href="#ide_installation">» top</a></h5>
<ul> <ul>
<li>Download Eclipse from <a href="http://www.eclipse.org/downloads" target="_blank" <li>Download Eclipse from <a href="https://www.eclipse.org/downloads" target="_blank"
rel="noopener noreferrer">http://www.eclipse.org/downloads</a>.</li> rel="noopener noreferrer">https://www.eclipse.org/downloads</a>.</li>
<li>If you don't know which version to take, use <a <li>If you don't know which version to take, use <a
href="https://download.eclipse.org/eclipse/downloads/drops4/R-4.12-201906051800/#PlatformRuntime" href="https://download.eclipse.org/eclipse/downloads/drops4/R-4.12-201906051800/#PlatformRuntime"
target="_blank" rel="noopener noreferrer">Eclipse 4.12 Platform Runtime Binary (81 MB)</a> for WUDSN IDE target="_blank" rel="noopener noreferrer">Eclipse 4.12 Platform Runtime Binary (81 MB)</a> for WUDSN IDE
@ -133,7 +133,7 @@
<li>Click the "Download" link to open the home page of the compiler.</li> <li>Click the "Download" link to open the home page of the compiler.</li>
<li>Follow the instruction on the download site to install the compiler to the folder of your choice.</li> <li>Follow the instruction on the download site to install the compiler to the folder of your choice.</li>
<li>Alternatively, you can download the single <a <li>Alternatively, you can download the single <a
href="http://www.wudsn.com/productions/java/ide/downloads/compilers.zip" target="_blank" href="https://www.wudsn.com/productions/java/ide/downloads/compilers.zip" target="_blank"
rel="noopener noreferrer">archive containing all supported 6502 compilers</a> including the Linux and Mac OS rel="noopener noreferrer">archive containing all supported 6502 compilers</a> including the Linux and Mac OS
X versions where available. The archive contains a readme file with the date of the last update and the included X versions where available. The archive contains a readme file with the date of the last update and the included
compiler versions.  <br /> compiler versions.  <br />
@ -277,12 +277,21 @@
<tr> <tr>
<td>MADS</td> <td>MADS</td>
<td>Mac OS X</td> <td>Mac OS X</td>
<td>Intel</td> <td>Intel - 32 bit</td>
<td>2.0.7 (new features since 1.9.0 are not fully supported in WUDSN IDE yet)</td> <td>2.0.7 (new features since 1.9.0 are not fully supported in WUDSN IDE yet)</td>
<td>MADS / mads.macosx-i386</td> <td>MADS / mads.macosx-i386</td>
<td>2017-11-05</td> <td>2017-11-05</td>
<td>JAC!</td> <td>JAC!</td>
</tr> </tr>
<tr>
<td>MADS</td>
<td>Mac OS X</td>
<td>Intel - 64 bit</td>
<td>2.1.0 (new features since 1.9.0 are not fully supported in WUDSN IDE yet)</td>
<td>MADS / mads.macosx-x64</td>
<td>2021-03-26</td>
<td>John Paul Jones</td>
</tr>
<tr> <tr>
<td>MADS</td> <td>MADS</td>
<td>Mac OS X</td> <td>Mac OS X</td>
@ -416,7 +425,7 @@
<li>Enjoy your famous first rainbow effect.</li> <li>Enjoy your famous first rainbow effect.</li>
<li>In case of problems, open the view "Problems" and the output of the view "Console" for details and post a <li>In case of problems, open the view "Problems" and the output of the view "Console" for details and post a
message with the screenshots in the <a message with the screenshots in the <a
href="http://www.atariage.com/forums/index.php?showtopic=145386&amp;view=getnewpost" target="_blank" href="https://www.atariage.com/forums/index.php?showtopic=145386&amp;view=getnewpost" target="_blank"
rel="noopener noreferrer">English AtariAge forum</a> if you get stuck: <br /> <br /> <img rel="noopener noreferrer">English AtariAge forum</a> if you get stuck: <br /> <br /> <img
src="productions/java/ide/installation/ide-project-example.gif" src="productions/java/ide/installation/ide-project-example.gif"
alt="Congratulations, when you did everything correctly - this is your first rainbow effect" /></li> alt="Congratulations, when you did everything correctly - this is your first rainbow effect" /></li>
@ -428,11 +437,11 @@
href="productions/atari800/ide/SystemEquates.asm" target="_blank" rel="noopener noreferrer">Atari 8-bit</a> href="productions/atari800/ide/SystemEquates.asm" target="_blank" rel="noopener noreferrer">Atari 8-bit</a>
and <a href="productions/atari2600/ide/VCS.asm" target="_blank" rel="noopener noreferrer">Atari VCS</a> in MADS and <a href="productions/atari2600/ide/VCS.asm" target="_blank" rel="noopener noreferrer">Atari VCS</a> in MADS
format.</li> format.</li>
<li><a href="http://www.atariarchives.org/agagd/" target="_blank" rel="noopener noreferrer">Atari Graphics &amp; <li><a href="https://www.atariarchives.org/agagd/" target="_blank" rel="noopener noreferrer">Atari Graphics &amp;
Arcade Game Design</a>, <a href="http://www.atariarchives.org/dere/" target="_blank" Arcade Game Design</a>, <a href="https://www.atariarchives.org/dere/" target="_blank"
rel="noopener noreferrer">DeRe Atari</a>, and <a href="http://www.atariarchives.org/mapping/" rel="noopener noreferrer">DeRe Atari</a>, and <a href="https://www.atariarchives.org/mapping/"
target="_blank" rel="noopener noreferrer">Mapping the Atari</a> at <a href="http://www.atariarchives.org/" target="_blank" rel="noopener noreferrer">Mapping the Atari</a> at <a href="https://www.atariarchives.org/"
target="_blank" rel="noopener noreferrer">AtariArchives.org</a></li> target="_blank" rel="noopener noreferrer">AtariArchives.org</a></li>
<li>AtariAge forum for <a href="http://atariage.com/forums/forum/51-atari-5200-8-bit-programming" target="_blank" <li>AtariAge forum for <a href="https://atariage.com/forums/forum/51-atari-5200-8-bit-programming" target="_blank"
rel="noopener noreferrer">Atari 5200 / 8-bit Programming</a></li> rel="noopener noreferrer">Atari 5200 / 8-bit Programming</a></li>
</ul> </ul>

View File

@ -1,7 +1,7 @@
<p>The following table lists all releases of WUDSN IDE, the required minimum Java and Eclipse version the link to the <p>The following table lists all releases of WUDSN IDE, the required minimum Java and Eclipse version, the link to the
release news article, and the release news video. For releases before 1.6.0 no downloads and no videos are offered. release news article, and the release news video. For releases before 1.6.0 no downloads and no videos are offered.
The latest stable version is always available via the update site "https://www.wudsn.com/update". The daily version The latest stable version is always available via the update site "https://www.wudsn.com/update". The daily version
and older versions are available via version-specific update sites listed below. </p> and older versions are available via version-specific update sites listed below.</p>
<table> <table>
<tbody> <tbody>
<tr> <tr>
@ -16,8 +16,8 @@
<tr> <tr>
<td>stable</td> <td>stable</td>
<td>updated permanently</td> <td>updated permanently</td>
<td>Java 1.8</td> <td>Java 11</td>
<td>4.12</td> <td>4.19</td>
<td>https://www.wudsn.com/update</td> <td>https://www.wudsn.com/update</td>
<td><a href="https://atariage.com/forums/topic/145386-wudsn-ide-the-free-integrated-atari-8-bit-development-plugin-for-eclipse/" <td><a href="https://atariage.com/forums/topic/145386-wudsn-ide-the-free-integrated-atari-8-bit-development-plugin-for-eclipse/"
target="_blank" rel="noopener noreferrer">read</a></td> target="_blank" rel="noopener noreferrer">read</a></td>
@ -26,13 +26,23 @@
<tr> <tr>
<td>daily</td> <td>daily</td>
<td>updated permanently</td> <td>updated permanently</td>
<td>Java 1.8</td> <td>Java 11</td>
<td>4.12</td> <td>4.19</td>
<td>https://www.wudsn.com/update/daily</td> <td>https://www.wudsn.com/update/daily</td>
<td><a href="https://atariage.com/forums/topic/145386-wudsn-ide-the-free-integrated-atari-8-bit-development-plugin-for-eclipse/" <td><a href="https://atariage.com/forums/topic/145386-wudsn-ide-the-free-integrated-atari-8-bit-development-plugin-for-eclipse/"
target="_blank" rel="noopener noreferrer">read</a></td> target="_blank" rel="noopener noreferrer">read</a></td>
<td>n/a</td> <td>n/a</td>
</tr> </tr>
<tr>
<td>1.7.2</td>
<td>2021-04-01</td>
<td>Java 11</td>
<td>4.19</td>
<td>https://www.wudsn.com/update/1.7.2</td>
<td><a href="https://www.wudsn.com/index.php/191-wudsn-ide-update-1-7-2" target="_blank"
rel="noopener noreferrer">read</a></td>
<td>Planned</td>
</tr>
<tr> <tr>
<td>1.7.1</td> <td>1.7.1</td>
<td>2020-10-18</td> <td>2020-10-18</td>

View File

@ -1 +0,0 @@
git test