Reword the download.html page, removing mentions of deprecated LiveCD - #138
Reword the download.html page, removing mentions of deprecated LiveCD#138HBelusca wants to merge 2 commits into
Conversation
|
Thanks for your contribution! |
…reactos#138) ReactOS commit reactos/reactos@b2e33f2 removed the separate livecd artifact, merging it with the bootcd. Rename also "bootcd" to "Boot Media", since it's more generic (e.g. the ISO can be flashed onto an USB thumb drive). The text of the download.html is reworded to explain what the "Boot Media" does.
e36f041 to
c18bff6
Compare
…reactos#138) ReactOS commit reactos/reactos@b2e33f2 removed the separate livecd artifact, merging it with the bootcd. Rename also "bootcd" to "Boot Media", since it's more generic (e.g. the ISO can be flashed onto an USB thumb drive). The text of the download.html is reworded to explain what the "Boot Media" does.
c18bff6 to
d481339
Compare
…reactos#138) ReactOS commit reactos/reactos@b2e33f2 removed the separate livecd artifact, merging it with the bootcd. Rename also "bootcd" to "Boot Media", since it's more generic (e.g. the ISO can be flashed onto an USB thumb drive). The text of the download.html is reworded to explain what the "Boot Media" does.
d481339 to
4ac611c
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the download page messaging to remove references to the deprecated separate LiveCD artifact, and reframes the primary download as “Boot Media” with updated explanatory text.
Changes:
- Remove LiveCD-specific download option/handling from the download page.
- Reword the download page copy to explain the combined Boot Media (setup vs live environments).
- Minor punctuation/wording tweaks in the donation modal link text.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| static/js/download.js | Removes LiveCD selection logic from the download modal flow. |
| content/download.html | Renames “Boot CD” to “Boot Media” and rewrites explanatory text to match the new artifact layout. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| $(".modalbtn").click(function(e){ | ||
| $("#bootcdModal").modal("toggle"); | ||
| url = bootcd; | ||
| if (e.target.textContent == "LiveCD") { | ||
| url = livecd; | ||
| } | ||
| $('.modal-footer a').attr("href", url) | ||
| }); | ||
| }); |
There was a problem hiding this comment.
@copilot Recheck following the updated PR.
…reactos#138) ReactOS commit reactos/reactos@b2e33f2 removed the separate livecd artifact, merging it with the bootcd. Rename also "bootcd" to "Installation Medium", since it's more generic (e.g. the ISO can be flashed onto an USB thumb drive). The text of the download.html page is reworded to explain what the "Installation Medium" does.
4ac611c to
8c57077
Compare
…reactos#138) ReactOS commit reactos/reactos@b2e33f2 removed the separate livecd artifact, merging it with the bootcd. Rename also "bootcd" to "Installation Medium", since it's more generic (e.g. the ISO can be flashed onto an USB thumb drive). The text of the download.html page is reworded to explain what the "Installation Medium" does.
8c57077 to
1b52f07
Compare
| <div class="text-center"> | ||
| <a id="bootcd" class="buttons" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download Boot CD</div></a> | ||
| <p>Alternatively, you can download <a id="livecd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/ReactOS/0.4.15/ReactOS-{{< reactos-download-version >}}-x86-live.zip/download">LiveCD</a></p> | ||
| <a id="bootcd" class="buttons" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download Installation Medium</div></a> |
There was a problem hiding this comment.
Question for reviewers: Do we always want to use the "/files/latest/download" for the URL, or should we hardcode a specific version, like what was done for the LiveCD link?
16bc60b to
b4db8da
Compare
c16c751 to
0ab3c68
Compare
|
|
||
| <h2>How to choose?</h2> | ||
| <p>If you wish to install ReactOS on your machine, then Boot CD is the right option for you. Boot CD will direct you to a setup environment, please follow the instructions given on the screen. Live CD is useful if you don't plan to keep ReactOS on your computer for a longer period of time. It allows you to explore ReactOS in a temporary environment that will be reset in a restart. <span class="text-danger font-weight-bold">Please note, that ReactOS is still in alpha and gives no guarantee of stability, safety of your files or working at all.</span></p> | ||
| <h2>What does the Installation Medium offer?</h2> |
There was a problem hiding this comment.
I don't think we need this section anymore now that you don't have to choose between two downloads.
| Once you start the Installation Medium, it presents a menu allowing you to select what you want to do: either running the Setup environment, or the Live environment for testing. | ||
| Select the Setup environment if you wish to install ReactOS on your machine. You will be directed to the setup program, please follow the instructions given on the screen. | ||
| On the other hand, the Live environment is useful if you don't plan to install or keep ReactOS on your computer for a longer period of time. It allows you to explore ReactOS in a temporary environment that will be reset at restart. | ||
| <span class="text-danger font-weight-bold">Please note that ReactOS is still in alpha state and provides no guarantee of stability, of safety for your files, or that it will work at all on your hardware.</span></p> |
There was a problem hiding this comment.
I would keep this warning though
binarymaster
left a comment
There was a problem hiding this comment.
It can be described in simpler words here, check these suggestions out.
| <div class="text-center"> | ||
| <a id="bootcd" class="buttons" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download Boot CD</div></a> | ||
| <p>Alternatively, you can download <a id="livecd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/ReactOS/0.4.15/ReactOS-{{< reactos-download-version >}}-x86-live.zip/download">LiveCD</a></p> | ||
| <a id="bootcd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download Installation Medium</div></a> |
There was a problem hiding this comment.
| <a id="bootcd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download Installation Medium</div></a> | |
| <a id="bootcd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download ReactOS {{< reactos-version >}}</div></a> |
| <h2>What does the Installation Medium offer?</h2> | ||
| <p>The ReactOS Installation Medium offers you the possibility of either installing ReactOS on your machine, or alternatively, trying ReactOS without the need for installation. | ||
| Once you start the Installation Medium, it presents a menu allowing you to select what you want to do: either running the Setup environment, or the Live environment for testing. |
There was a problem hiding this comment.
| <h2>What does the Installation Medium offer?</h2> | |
| <p>The ReactOS Installation Medium offers you the possibility of either installing ReactOS on your machine, or alternatively, trying ReactOS without the need for installation. | |
| Once you start the Installation Medium, it presents a menu allowing you to select what you want to do: either running the Setup environment, or the Live environment for testing. | |
| <h2>What does this offer?</h2> | |
| <p>The ReactOS release image offers you the possibility of either installing ReactOS on your machine, or alternatively, trying ReactOS without the need for installation. | |
| Once you boot from this image, it presents a menu allowing you to select what you want to do: either running the Setup environment, or the Live environment for testing. |
ReactOS commit reactos/reactos@b2e33f2 removed the separate livecd artifact, merging it with the bootcd. Rename also "bootcd" to "Installation Medium", since it's more generic (e.g. the ISO can be flashed onto an USB thumb drive).
The text of the download.html is reworded to explain what the "Installation Medium" does.
I've also fixed the Download button, following commit f628d73 (PR #142).
The page: https://pr138.web-content.reactos.org/download/