[Tails-dev] BitTorrent download section in website

Poista viesti

Vastaa
Lähettäjä: Alexandros
Päiväys:  
Vastaanottaja: The Tails public development discussion list
Aihe: [Tails-dev] BitTorrent download section in website
Hi all,

some days ago a friend contacted me as she was a bit confused with
torrent downloading section in https://tails.boum.org/download/index.en.html

User was not able to fully understand the "Additionally, you can verify
the signature of the Torrent file itself before downloading it."
wondering how one can verify something before downloading it.

Obviously the "it" refers to the "Torrent" in the previous sentence,
meaning the ISO and the sig.

I know this is a tiny issue but maybe referring explicitly to the ISO
would help?

diff --git a/wiki/src/download.html b/wiki/src/download.html
index 77426b3..d2c99e8 100644
--- a/wiki/src/download.html
+++ b/wiki/src/download.html
@@ -91,7 +91,7 @@ share it without restriction.</strong>

        <p>Additionally, you can verify the <a href=[[!inline
        pages="inc/stable_i386_torrent_sig_url" raw="yes"]]>signature of
-       the Torrent file</a> itself before downloading it.</p>
+       the Torrent file</a> itself before downloading the ISO.</p>


        <h3>Seed back!</h3>



or perhaps the (torrent) content is more accurate?

diff --git a/wiki/src/download.html b/wiki/src/download.html
index 77426b3..49e148b 100644
--- a/wiki/src/download.html
+++ b/wiki/src/download.html
@@ -91,7 +91,7 @@ share it without restriction.</strong>

        <p>Additionally, you can verify the <a href=[[!inline
        pages="inc/stable_i386_torrent_sig_url" raw="yes"]]>signature of
-       the Torrent file</a> itself before downloading it.</p>
+       the Torrent file</a> itself before downloading the content.</p>


        <h3>Seed back!</h3>




Greetings