mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-11-18 16:04:57 +00:00
Update links to https, esp. for external resources
This commit is contained in:
parent
2a811b513c
commit
9a82513f94
@ -93,16 +93,16 @@
|
||||
<li>Single line comments for the current line selection can be toggled using "CTRL-7" or the editor context menu
|
||||
entry "Toggle Comment"</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
|
||||
compiler</a>, <a href="http://mads.atari8.info" target="_blank" rel="noopener noreferrer">MADS compiler</a>,
|
||||
<a href="http://xasm.atari.org" target="_blank" rel="noopener noreferrer">XASM compiler</a>, <a
|
||||
href="http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme" target="_blank"
|
||||
rel="noopener noreferrer">ACME compiler</a></li>
|
||||
<li>Built-in support for <a href="https://atari.miribilist.com/atasm" target="_blank" rel="noopener noreferrer">ATASM
|
||||
assembler</a>, <a href="https://mads.atari8.info" target="_blank" rel="noopener noreferrer">MADS assembler</a>,
|
||||
<a href="https://xasm.atari.org" target="_blank" rel="noopener noreferrer">XASM assembler</a>, <a
|
||||
href="https://sourceforge.net/projects/acme-crossass" target="_blank"
|
||||
rel="noopener noreferrer">ACME assembler</a></li>
|
||||
<li>Built-in support for running compiler output files with the operating system default application without
|
||||
configuration effort</li>
|
||||
<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">Atari800Win emulator</a>, <a href="http://www.atarimac.com/atari800macx.php"
|
||||
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="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">Atari++ emulator</a></li>
|
||||
<li>Adding support for new compilers and application is possible via Eclipse extension points <br /> <img
|
||||
@ -250,8 +250,8 @@
|
||||
<ul>
|
||||
<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
|
||||
converters for the Atari standard image formats are based on <a href="http://fail.sourceforge.net"
|
||||
target="_blank" rel="noopener noreferrer">FAIL</a>, the excellent First Atari Image Library created by Piotr
|
||||
converters for the Atari standard image formats are based on <a href="https://sourceforge.net/projects/recoil"
|
||||
target="_blank" rel="noopener noreferrer">RECOIL fka. FAIL</a>, the excellent First Atari Image Library created by Piotr
|
||||
Fusik and Adrian Matoga. <br />
|
||||
<table class="standard_table">
|
||||
<tbody>
|
||||
|
@ -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
|
||||
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"
|
||||
ready to run zero installation distribution:</p>
|
||||
<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"
|
||||
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,
|
||||
@ -11,13 +11,13 @@
|
||||
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>
|
||||
<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
|
||||
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>
|
||||
<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
|
||||
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>
|
||||
</ul>
|
||||
<p>In case something is not correct or not working, please contact me.</p>
|
||||
@ -31,8 +31,8 @@
|
||||
</ul>
|
||||
<h5 id="InstallingEclipse">Installing Eclipse <a href="#ide_installation">» top</a></h5>
|
||||
<ul>
|
||||
<li>Download Eclipse from <a href="http://www.eclipse.org/downloads" target="_blank"
|
||||
rel="noopener noreferrer">http://www.eclipse.org/downloads</a>.</li>
|
||||
<li>Download Eclipse from <a href="https://www.eclipse.org/downloads" target="_blank"
|
||||
rel="noopener noreferrer">https://www.eclipse.org/downloads</a>.</li>
|
||||
<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"
|
||||
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>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
|
||||
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
|
||||
X versions where available. The archive contains a readme file with the date of the last update and the included
|
||||
compiler versions. <br />
|
||||
@ -277,12 +277,21 @@
|
||||
<tr>
|
||||
<td>MADS</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>MADS / mads.macosx-i386</td>
|
||||
<td>2017-11-05</td>
|
||||
<td>JAC!</td>
|
||||
</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>
|
||||
<td>MADS</td>
|
||||
<td>Mac OS X</td>
|
||||
@ -416,7 +425,7 @@
|
||||
<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
|
||||
message with the screenshots in the <a
|
||||
href="http://www.atariage.com/forums/index.php?showtopic=145386&view=getnewpost" target="_blank"
|
||||
href="https://www.atariage.com/forums/index.php?showtopic=145386&view=getnewpost" target="_blank"
|
||||
rel="noopener noreferrer">English AtariAge forum</a> if you get stuck: <br /> <br /> <img
|
||||
src="productions/java/ide/installation/ide-project-example.gif"
|
||||
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>
|
||||
and <a href="productions/atari2600/ide/VCS.asm" target="_blank" rel="noopener noreferrer">Atari VCS</a> in MADS
|
||||
format.</li>
|
||||
<li><a href="http://www.atariarchives.org/agagd/" target="_blank" rel="noopener noreferrer">Atari Graphics &
|
||||
Arcade Game Design</a>, <a href="http://www.atariarchives.org/dere/" target="_blank"
|
||||
rel="noopener noreferrer">DeRe Atari</a>, and <a href="http://www.atariarchives.org/mapping/"
|
||||
target="_blank" rel="noopener noreferrer">Mapping the Atari</a> at <a href="http://www.atariarchives.org/"
|
||||
<li><a href="https://www.atariarchives.org/agagd/" target="_blank" rel="noopener noreferrer">Atari Graphics &
|
||||
Arcade Game Design</a>, <a href="https://www.atariarchives.org/dere/" target="_blank"
|
||||
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="https://www.atariarchives.org/"
|
||||
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>
|
||||
</ul>
|
@ -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.
|
||||
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>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -16,8 +16,8 @@
|
||||
<tr>
|
||||
<td>stable</td>
|
||||
<td>updated permanently</td>
|
||||
<td>Java 1.8</td>
|
||||
<td>4.12</td>
|
||||
<td>Java 11</td>
|
||||
<td>4.19</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/"
|
||||
target="_blank" rel="noopener noreferrer">read</a></td>
|
||||
@ -26,13 +26,23 @@
|
||||
<tr>
|
||||
<td>daily</td>
|
||||
<td>updated permanently</td>
|
||||
<td>Java 1.8</td>
|
||||
<td>4.12</td>
|
||||
<td>Java 11</td>
|
||||
<td>4.19</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/"
|
||||
target="_blank" rel="noopener noreferrer">read</a></td>
|
||||
<td>n/a</td>
|
||||
</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>
|
||||
<td>1.7.1</td>
|
||||
<td>2020-10-18</td>
|
||||
|
@ -1 +0,0 @@
|
||||
git test
|
Loading…
Reference in New Issue
Block a user