During the UX Sprint, several of the users found alternate download pages other than download-easy, and became confused. If you search for Tor, download Tor, or Tor Browser, you get one of the following links:
Each of these has a different flow for downloading Tor Browser, and all but download-easy caused users to stop and become confused. I personally think https://www.torproject.org/download/download should simply redirect to download-easy, and the https://www.torproject.org/projects/torbrowser.html.en page should remove the matrix and either behave like download-easy, or its download button should take the user to download-easy.
We will still need some place to put installation instructions, and the alpha downloads, but those should be broken off into different pages that replace the outdated mess in https://www.torproject.org/docs/documentation.html.en.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
A good start would be to change the redirect at https://www.torproject.org/download so it points to /download/download-easy.html instead of /download/download. "www.torproject.org/download" is what appears at the end of the animated user video, and it's also a nice one to remember.
A good start would be to change the redirect at https://www.torproject.org/download so it points to /download/download-easy.html instead of /download/download. "www.torproject.org/download" is what appears at the end of the animated user video, and it's also a nice one to remember.
and the alpha downloads, but those should be broken off into different pages
I like the idea of a separate torbrowser-alpha page that just has a table for downloads. And then get rid of the table on the normal torbrowser page.
An alternative is to try to pack an "alpha (sig)" section onto download-easy, but I think that will cause it to not be easy anymore.
This said, if we do this and also get rid of the main download page, how will the users find this torbrowser-alpha page? On the main download page is a "Download unstable" link. Would adding that to download-easy make it uneasy?
Is there data that is available to review to see how many page views the easy download page is getting compared to the one all of the search engines are pointing to?
This may give better insight into which page should be at the center of the consolidation.
I assigned myself to this because *cypherpunk might never step up.
My proposal:
drop download easy
have one page per OS
list all projects on each page
images as navigation at the top
short description with link to project site
all collapsed per default, activated per click on an image
drop js, use css .active instead (see #27131 (moved):comment:2)
each projects maintains 1 file with the correct links to the latest version
have three static links per os and project for stable, alpha, unstable, whatever (looking at #26298 (moved) i don't want to fix the labels here), organized centrally with RewriteRules
architecture specific links, language version
link to install instructions
warnings/education section at the bottom as is
It was pointed out at several locations that in censored areas it would be good to have a all in one download page. If all links are stable, everyone can keep and distribute it to download the packages several months later without 404.
Downside: page is longer, but also more valuable and users could be lured to check out the ecosystem a bit more.
For releases www-admins need to update rules to the new file (+.sig) on https://dist.torproject.org/
(organized by a not so complicated bash script)
tpo/download/index.html # all in one download page (projects x OS)
tpo/download/[linux|osx|windows|android]/index.html # all download links for linux (/ [hurd]? #26873 (moved)) with links to /doc/os
tpo/download/[os]/tor-browser/latest (=stable)
tpo/download/[os]/tor-browser/stable
tpo/download/[os]/tor-browser/alpha
tpo/download/[os]/[project]/[version]
tpo/download/tor/source/LTS
tpo/download/tor/source/stable
tpo/download/tor/source/unstable
tpo/download/tor/source/unstable/[version]
tpo/download/tor/source/slack*/*
This more an idea and a question if this could work with your current workflow. I don't want to break anything or change functional processes.
I asked myself if it would make more sense to work on the new site only. However I rather not want to let the current one rot until the launch in some months. The carryover (#23266 (moved)) will be easier with a 'consolidated' system as it is much faster to translate up to date and correct content from wml to markdown (can even be done in one step). After fixing the links I want to get into the trust issue (#3893 (moved)).
Retreating from above ideas and replying to [ticket:14686 mikeperry]:
During the UX Sprint, several of the users found alternate download pages other than download-easy, and became confused. If you search for Tor, download Tor, or Tor Browser, you get one of the following links:
Each of these has a different flow for downloading Tor Browser, and all but download-easy caused users to stop and become confused. I personally think https://www.torproject.org/download/download should simply redirect to download-easy, and the https://www.torproject.org/projects/torbrowser.html.en page should remove the matrix and either behave like download-easy, or its download button should take the user to download-easy.
Are you also ok with redirecting download-easy to download (since /download redirects to it ticket:15332)?
My idea is to create a css accordion as for the verifcation PR getting rid of the broken JavaScript (#27540 (moved)) and preserve existing anchors to not break possible user bookmarks.
We will still need some place to put installation instructions, and the alpha downloads, but those should be broken off into different pages that replace the outdated mess in https://www.torproject.org/docs/documentation.html.en.
Created #27584 (moved).