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 1 commit 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
| <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 Boot Media offer?</h2> | ||
| <p>The ReactOS Boot Media offers you the possibility of either installing ReactOS on your machine, or alternatively, trying ReactOS without the need for installation. |
There was a problem hiding this comment.
Yes, and the singular is "medium". However I remember way back when we modified the 5-second prompt that shows when you boot the ReactOS ISO ("Press a key to boot the ReactOS...."), that when we replaced "CD-ROM" by medium/media, I've been argued that "medium" sounded a bit less "usual" than "media".
There was a problem hiding this comment.
But we use medium there as well, so should use it here too.
https://github.com/reactos/reactos/blob/1b460291e26383f93789b5cd6652ca765812d645/boot/freeldr/bootsect/isoboot.S#L1062
…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) | ||
| }); No newline at end of file | ||
| }); |
| Once you start the Boot Media, 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 and gives no guarantee of stability, safety of your files or working at all.</span></p> |
| <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 Boot Media offer?</h2> | ||
| <p>The ReactOS Boot Media offers you the possibility of either installing ReactOS on your machine, or alternatively, trying ReactOS without the need for installation. |
There was a problem hiding this comment.
But we use medium there as well, so should use it here too.
https://github.com/reactos/reactos/blob/1b460291e26383f93789b5cd6652ca765812d645/boot/freeldr/bootsect/isoboot.S#L1062
| <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 Boot Media</div></a> |
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.
The page: https://pr138.web-content.reactos.org/download/