cb3092d954d3fae057a0d6a79f5d7da015246a71
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml   1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

torbutton/en/index.wml      2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml   3) # Translation-Priority: 3-low
projects/en/torbutton.wml   4) 
Andrew Lewman fix page titles per ticket...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml      5) #include "head.wmi" TITLE="Tor Project: Torbutton" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml   6) <div id="content" class="clearfix">
projects/en/torbutton.wml   7) 	<div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml   8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman fix links to torbutton sect...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml      9)     <a href="<page torbutton/index>">Torbutton</a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml  10)   </div>
projects/en/torbutton.wml  11) 	<div id="maincol"> 
projects/en/torbutton.wml  12)     <!-- PUT CONTENT AFTER THIS TAG -->
projects/en/torbutton.wml  13)     
projects/en/torbutton.wml  14)     <link rel="search" type="application/opensearchdescription+xml" title="Google Canada" href="search/google-ca.xml"/>
Runa A. Sandvik closed a link tag

Runa A. Sandvik authored 13 years ago

torbutton/en/index.wml     15)     <link rel="search" type="application/opensearchdescription+xml" title="Google UK" href="search/google-uk.xml"/>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml  16)     <link rel="search" type="application/opensearchdescription+xml" title="Google USA" href="search/google-us.xml"/>
projects/en/torbutton.wml  17)     <script type="text/javascript">
projects/en/torbutton.wml  18)     
projects/en/torbutton.wml  19)     function addSearchProvider(prov) {
projects/en/torbutton.wml  20)     
projects/en/torbutton.wml  21)     try {
projects/en/torbutton.wml  22)     window.external.AddSearchProvider(prov);
projects/en/torbutton.wml  23)     }
projects/en/torbutton.wml  24)     
projects/en/torbutton.wml  25)     catch (e) {
projects/en/torbutton.wml  26)     alert("Search plugins require Firefox 2");
projects/en/torbutton.wml  27)     return;
projects/en/torbutton.wml  28)     }
projects/en/torbutton.wml  29)     }
projects/en/torbutton.wml  30)     
projects/en/torbutton.wml  31)     function addEngine(name,ext,cat,pid)
projects/en/torbutton.wml  32)     {
projects/en/torbutton.wml  33)       if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) {
projects/en/torbutton.wml  34)         window.sidebar.addSearchEngine(
projects/en/torbutton.wml  35)           "http://mycroft.mozdev.org/install.php/" + pid + "/" + name + ".src",
projects/en/torbutton.wml  36)           "http://mycroft.mozdev.org/install.php/" + pid + "/" + name + "."+ ext, name, cat );
projects/en/torbutton.wml  37)       } else {
projects/en/torbutton.wml  38)         alert("You will need a browser which supports Sherlock to install this plugin.");
projects/en/torbutton.wml  39)       }
projects/en/torbutton.wml  40)     }
projects/en/torbutton.wml  41)     
projects/en/torbutton.wml  42)     function addOpenSearch(name,ext,cat,pid,meth)
projects/en/torbutton.wml  43)     {
projects/en/torbutton.wml  44)       if ((typeof window.external == "object") && ((typeof window.external.AddSearchProvider == "unknown") || (typeof window.external.AddSearchProvider == "function"))) {
projects/en/torbutton.wml  45)         if ((typeof window.external.AddSearchProvider == "unknown") && meth == "p") {
projects/en/torbutton.wml  46)           alert("This plugin uses POST which is not currently supported by Internet Explorer's implementation of OpenSearch.");
projects/en/torbutton.wml  47)         } else {
projects/en/torbutton.wml  48)           window.external.AddSearchProvider(
projects/en/torbutton.wml  49)             "http://mycroft.mozdev.org/installos.php/" + pid + "/" + name + ".xml");
projects/en/torbutton.wml  50)         }
projects/en/torbutton.wml  51)       } else {
projects/en/torbutton.wml  52)         alert("You will need a browser which supports OpenSearch to install this plugin.");
projects/en/torbutton.wml  53)       }
projects/en/torbutton.wml  54)     }
projects/en/torbutton.wml  55)     
projects/en/torbutton.wml  56)     function addOpenSearch2(name,ext,cat,pid,meth)
projects/en/torbutton.wml  57)     {
projects/en/torbutton.wml  58)       if ((typeof window.external == "object") && ((typeof window.external.AddSearchProvider == "unknown") || (typeof window.external.AddSearchProvider == "function"))) {
projects/en/torbutton.wml  59)         if ((typeof window.external.AddSearchProvider == "unknown") && meth == "p") {
projects/en/torbutton.wml  60)           alert("This plugin uses POST which is not currently supported by Internet Explorer's implementation of OpenSearch.");
projects/en/torbutton.wml  61)         } else {
projects/en/torbutton.wml  62)           window.external.AddSearchProvider(
projects/en/torbutton.wml  63)             "http://torbutton.torproject.org/dev/search/" + name + ".xml");
projects/en/torbutton.wml  64)         }
projects/en/torbutton.wml  65)       } else {
projects/en/torbutton.wml  66)         alert("You will need a browser which supports OpenSearch to install this plugin.");
projects/en/torbutton.wml  67)       }
projects/en/torbutton.wml  68)     }
projects/en/torbutton.wml  69)     
projects/en/torbutton.wml  70)     function install (aEvent)
projects/en/torbutton.wml  71)     {
projects/en/torbutton.wml  72)       var params = {
projects/en/torbutton.wml  73)         "Torbutton": { URL: aEvent.target.href,
projects/en/torbutton.wml  74)                  Hash: aEvent.target.getAttribute("hash"),
projects/en/torbutton.wml  75)                  toString: function () { return this.URL; }
projects/en/torbutton.wml  76)         }
projects/en/torbutton.wml  77)       };
projects/en/torbutton.wml  78)       InstallTrigger.install(params);
projects/en/torbutton.wml  79)     
projects/en/torbutton.wml  80)       return false;
projects/en/torbutton.wml  81)     }
projects/en/torbutton.wml  82)     
projects/en/torbutton.wml  83)     
projects/en/torbutton.wml  84)     </script>
projects/en/torbutton.wml  85)     
projects/en/torbutton.wml  86)     <h2>Torbutton</h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

torbutton/en/index.wml     87)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml  88)     
Mike Perry Bring back Torbutton alpha.

Mike Perry authored 13 years ago

torbutton/en/index.wml     89)     <strong>Current stable version:</strong><version-torbutton><br/>
torbutton/en/index.wml     90)     <strong>Current alpha version:</strong><version-torbutton-alpha><br/>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml  91)     <br/>
Mike Perry Update torbutton version to...

Mike Perry authored 12 years ago

torbutton/en/index.wml     92)     <strong>Maintainer:</strong> Mike Perry<br/>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml  93)     <br/>
Andrew Lewman fix the path to torbutton b...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml     94)     <strong>Install Stable:</strong> Click to <a
torbutton/en/index.wml     95)     href="https://www.torproject.org/dist/torbutton/torbutton-current.xpi"
torbutton/en/index.wml     96)     hash="<version-hash-torbutton>" onclick="return
Andrew Lewman add the torbutton signature...

Andrew Lewman authored 12 years ago

torbutton/en/index.wml     97)     install(event);">install from this website</a>. Verify the <a href="https://www.torproject.org/dist/torbutton/torbutton-current.xpi.asc">signature</a>.<br/>
Mike Perry Update torbutton version to...

Mike Perry authored 12 years ago

torbutton/en/index.wml     98) <!--
Mike Perry Bring back Torbutton alpha.

Mike Perry authored 13 years ago

torbutton/en/index.wml     99)     <strong>Install Alpha:</strong> Click to 
Andrew Lewman fix the path to torbutton b...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml    100)     <a href="https://www.torproject.org/dist/torbutton/torbutton-current-alpha.xpi"
Mike Perry Bring back Torbutton alpha.

Mike Perry authored 13 years ago

torbutton/en/index.wml    101)       hash="<version-hash-torbutton-alpha>"
torbutton/en/index.wml    102)       onclick="return install(event);">install from this website</a>
torbutton/en/index.wml    103)     <br/>
Mike Perry Update torbutton version to...

Mike Perry authored 12 years ago

torbutton/en/index.wml    104)   -->
Mike Perry On second thought, lets jus...

Mike Perry authored 13 years ago

torbutton/en/index.wml    105)    <strong>English Google Search:</strong> 
torbutton/en/index.wml    106)     Google search plugins for
torbutton/en/index.wml    107)     <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
torbutton/en/index.wml    108)      onClick="addOpenSearch('GoogleCanada','ico','General','14937','g');return false">Google CA</a>, and 
torbutton/en/index.wml    109)     <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
torbutton/en/index.wml    110)      onClick="addOpenSearch('googleuk_web','png','General','14445','g');return false">Google UK</a>.
torbutton/en/index.wml    111)     <br/>
Andrew Lewman local doesn't exist, it's o...

Andrew Lewman authored 12 years ago

torbutton/en/index.wml    112)     <strong>Past Releases:</strong> <a href="https://archive.torproject.org/tor-package-archive/torbutton/">Tor Archive</a><br/>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 113)     <br/>
Mike Perry Fix broken links (bug 2076)...

Mike Perry authored 13 years ago

torbutton/en/index.wml    114)     <strong>Developer Documentation:</strong> <a href="en/design/index.html.en">Torbutton Design Document</a> and <a href="en/design/MozillaBrownBag.pdf">Slides (Not actively updated)</a><br/>
torbutton/en/index.wml    115) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 116)     <strong>Source:</strong> You can <a
projects/en/torbutton.wml 117)     href="https://gitweb.torproject.org/torbutton.git">browse the
projects/en/torbutton.wml 118)     repository</a> or simply unzip the xpi.
projects/en/torbutton.wml 119)     <br/>
Andrew Lewman fix links to trac, and the...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml    120)     <strong>Bug Reports:</strong> <a href="https://trac.torproject.org/projects/tor/report/14">Torproject Bug Tracker</a><br/>
Andrew Lewman move torbutton back to a ma...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml    121)     <strong>Documents:</strong> <b>[</b> <a href="<page torbutton/torbutton-faq>">FAQ</a> <b>|</b>
Andrew Lewman fix the urls to torbutton c...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml    122)     <a href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/CHANGELOG">changelog</a> <b>|</b>
torbutton/en/index.wml    123)     <a href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/LICENSE">license</a> <b>|</b>
torbutton/en/index.wml    124)     <a href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/CREDITS">credits</a> <b>]</b><br/>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 125)     
projects/en/torbutton.wml 126)     <br/>
projects/en/torbutton.wml 127)     
projects/en/torbutton.wml 128)     <p>
Roger Dingledine tell people that the torbut...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    129)     Torbutton is the component in <a href="<page projects/torbrowser>">Tor
torbutton/en/index.wml    130)     Browser Bundle</a> that takes care of application-level security
torbutton/en/index.wml    131)     and privacy concerns in Firefox.  To keep you safe, Torbutton
torbutton/en/index.wml    132)     disables many types of active content. You can learn more from
torbutton/en/index.wml    133)     the <a href="en/design/index.html.en">Design Document</a>, the <a
torbutton/en/index.wml    134)     href="<page torbutton/torbutton-faq>">Torbutton FAQ</a>, or read more
torbutton/en/index.wml    135)     details in the <a href="<page torbutton/torbutton-options>">Torbutton
torbutton/en/index.wml    136)     options</a> list.
torbutton/en/index.wml    137)     </p>
torbutton/en/index.wml    138) 
torbutton/en/index.wml    139)     <p>
torbutton/en/index.wml    140)     Originally Torbutton was a 1-click way for Firefox users to enable or disable
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 141)     the browser's use of <a href="<page index>">Tor</a>.
Roger Dingledine tell people that the torbut...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    142)     (It adds a panel to the statusbar that says "Tor Enabled" (in green) or
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 143)     "Tor Disabled" (in red).  The user may click on the panel to toggle
projects/en/torbutton.wml 144)     the status.  If the user (or some other extension) changes the proxy
Roger Dingledine tell people that the torbut...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    145)     settings, the change is automatically reflected in the statusbar.) But
torbutton/en/index.wml    146)     now that the <a href="<page projects/torbrowser>">Tor Browser
torbutton/en/index.wml    147)     Bundle</a> includes a patched version of Firefox, and because we don't
torbutton/en/index.wml    148)     have enough developer resources to keep up with the accelerated
torbutton/en/index.wml    149)     Firefox release schedule, the toggle model of Torbutton is <a
torbutton/en/index.wml    150)     href="https://blog.torproject.org/blog/toggle-or-not-toggle-end-torbutton">no
torbutton/en/index.wml    151)     longer recommended</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 152)     </p>
Roger Dingledine tell people that the torbut...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    153) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 154)     <p>
projects/en/torbutton.wml 155)     Some users may prefer a toolbar button instead of a statusbar panel.
projects/en/torbutton.wml 156)     Torbutton lets you add a toolbar button by right-clicking
projects/en/torbutton.wml 157)     on the desired toolbar, selecting "Customize...", and then dragging the
projects/en/torbutton.wml 158)     Torbutton icon onto the toolbar.  There is an option in the preferences
projects/en/torbutton.wml 159)     to hide the statusbar panel (Tools-&gt;Extensions, select Torbutton,
projects/en/torbutton.wml 160)     and click on Preferences).
projects/en/torbutton.wml 161)     </p>
projects/en/torbutton.wml 162)   </div>
projects/en/torbutton.wml 163)   <!-- END MAINCOL -->
projects/en/torbutton.wml 164)   <div id = "sidecol">
projects/en/torbutton.wml 165) #include "side.wmi"
projects/en/torbutton.wml 166) #include "info.wmi"
projects/en/torbutton.wml 167)   </div>
projects/en/torbutton.wml 168)   <!-- END SIDECOL -->
projects/en/torbutton.wml 169) </div>
projects/en/torbutton.wml 170) <!-- END CONTENT -->