Author: phobos Date: 2011-08-17 16:55:15 +0000 (Wed, 17 Aug 2011) New Revision: 24956
Added: website/trunk/images/tbb-screenshot1.jpg website/trunk/images/tbb-screenshot2.jpg website/trunk/images/tbb-screenshot3a.jpg website/trunk/images/tbb-screenshot3b.jpg website/trunk/images/tbb-split-screenshot1.jpg website/trunk/images/tbb-split-screenshot2.jpg Modified: website/trunk/css/layout.css website/trunk/projects/en/torbrowser-split.wml website/trunk/projects/en/torbrowser.wml Log: Fix the tor browser images to be the correct scale and size, fixes ticket 2674. Thank to jeremy for fixing this.
Modified: website/trunk/css/layout.css =================================================================== --- website/trunk/css/layout.css 2011-08-17 03:59:30 UTC (rev 24955) +++ website/trunk/css/layout.css 2011-08-17 16:55:15 UTC (rev 24956) @@ -226,7 +226,7 @@ width: 960px; }
- #content img { max-width: 550px; } + #content img { max-width: 710px; }
#breadcrumbs { padding: 0 0 10px 5px; }
Added: website/trunk/images/tbb-screenshot1.jpg =================================================================== (Binary files differ)
Property changes on: website/trunk/images/tbb-screenshot1.jpg ___________________________________________________________________ Added: svn:mime-type + image/jpeg
Added: website/trunk/images/tbb-screenshot2.jpg =================================================================== (Binary files differ)
Property changes on: website/trunk/images/tbb-screenshot2.jpg ___________________________________________________________________ Added: svn:mime-type + image/jpeg
Added: website/trunk/images/tbb-screenshot3a.jpg =================================================================== (Binary files differ)
Property changes on: website/trunk/images/tbb-screenshot3a.jpg ___________________________________________________________________ Added: svn:mime-type + image/jpeg
Added: website/trunk/images/tbb-screenshot3b.jpg =================================================================== (Binary files differ)
Property changes on: website/trunk/images/tbb-screenshot3b.jpg ___________________________________________________________________ Added: svn:mime-type + image/jpeg
Added: website/trunk/images/tbb-split-screenshot1.jpg =================================================================== (Binary files differ)
Property changes on: website/trunk/images/tbb-split-screenshot1.jpg ___________________________________________________________________ Added: svn:mime-type + image/jpeg
Added: website/trunk/images/tbb-split-screenshot2.jpg =================================================================== (Binary files differ)
Property changes on: website/trunk/images/tbb-split-screenshot2.jpg ___________________________________________________________________ Added: svn:mime-type + image/jpeg
Modified: website/trunk/projects/en/torbrowser-split.wml =================================================================== --- website/trunk/projects/en/torbrowser-split.wml 2011-08-17 03:59:30 UTC (rev 24955) +++ website/trunk/projects/en/torbrowser-split.wml 2011-08-17 16:55:15 UTC (rev 24956) @@ -100,7 +100,7 @@
<p>After you have downloaded all the files above, double click on the file with the icon of a box (1).</p>
- <p><img src="$(IMGROOT)/tbb-split-screenshot1.png" alt="Screenshot of starting extraction process"></p> + <p><img src="$(IMGROOT)/tbb-split-screenshot1.jpg" alt="Screenshot of starting extraction process"></p>
<p>Click on the button labelled <strong>Browse...</strong> (2) and select where you want to save the bundle then click <strong>OK</strong> (3). At least 50 MB free @@ -112,7 +112,7 @@ <p>Click <strong>Install</strong> (4) to begin extraction. This may take a few minutes to complete.</p>
- <p><img src="$(IMGROOT)/tbb-split-screenshot2.png" alt="Screenshot of extraction process"></p> + <p><img src="$(IMGROOT)/tbb-split-screenshot2.jpg" alt="Screenshot of extraction process"></p>
<p>Once the extraction has completed, see the <a href="<page projects/torbrowser>#Usage">usage instructions</a> for how to start Tor.</p> </div>
Modified: website/trunk/projects/en/torbrowser.wml =================================================================== --- website/trunk/projects/en/torbrowser.wml 2011-08-17 03:59:30 UTC (rev 24955) +++ website/trunk/projects/en/torbrowser.wml 2011-08-17 16:55:15 UTC (rev 24956) @@ -220,7 +220,7 @@ <p>Click <strong>Extract</strong> (3) to begin extraction. This may take a few minutes to complete.</p>
- <p><img src="$(IMGROOT)/tbb-screenshot1.png" alt="Screenshot of + <p><img src="$(IMGROOT)/tbb-screenshot1.jpg" alt="Screenshot of extraction process" /></p>
<a id="Usage"></a> @@ -233,7 +233,7 @@
<p>The Vidalia window will shortly appear.</p>
- <p><img src="$(IMGROOT)/tbb-screenshot2.png" alt="Screenshot of + <p><img src="$(IMGROOT)/tbb-screenshot2.jpg" alt="Screenshot of bundle startup" /></p>
<p>Once Tor is ready, Firefox will automatically be opened. Only web pages @@ -251,12 +251,12 @@ For privacy reasons, the list of webpages you visited and any cookies will be deleted.</p>
- <p><img src="$(IMGROOT)/tbb-screenshot3a.png" alt="Screenshot of + <p><img src="$(IMGROOT)/tbb-screenshot3a.jpg" alt="Screenshot of Firefox" /></p>
<p>With the Tor Browser Bundle, Vidalia and Tor will automatically close. With the Tor IM Browser Bundle you need to also close Pidgin by right-clicking on the Pidgin icon (7), and choosing Quit (8).</p>
- <p><img src="$(IMGROOT)/tbb-screenshot3b.png" alt="Screenshot of + <p><img src="$(IMGROOT)/tbb-screenshot3b.jpg" alt="Screenshot of Pidgin" /></p>
<p>To use the Tor Browser Bundle or Tor IM Browser Bundle again, repeat the steps in <a href="#Usage">"Usage"</a>.</p>
tor-commits@lists.torproject.org