5d9fe2fddeeb6c1eda26facbef1f7e43fa9f2d51
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) 
Sebastian Hahn Remove the ANNOUNCE_RSS hac...

Sebastian Hahn authored 12 years ago

torbutton/en/index.wml      5) #include "head.wmi" TITLE="Tor Project: Torbutton" CHARSET="UTF-8"
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>
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml     88) 
torbutton/en/index.wml     89)     <p>
torbutton/en/index.wml     90)     Torbutton is the component in <a href="<page projects/torbrowser>">Tor
torbutton/en/index.wml     91)     Browser Bundle</a> that takes care of application-level
torbutton/en/index.wml     92)     security and privacy concerns in Firefox.  To keep you safe,
torbutton/en/index.wml     93)     Torbutton disables many types of active content.
torbutton/en/index.wml     94)     </p>
torbutton/en/index.wml     95) 
torbutton/en/index.wml     96)     <p>
torbutton/en/index.wml     97)     Now that the <a href="<page projects/torbrowser>">Tor Browser
torbutton/en/index.wml     98)     Bundle</a> includes a patched version of Firefox, and because we don't
torbutton/en/index.wml     99)     have enough developer resources to keep up with the accelerated
torbutton/en/index.wml    100)     Firefox release schedule, the toggle model of Torbutton is <a
torbutton/en/index.wml    101)     href="https://blog.torproject.org/blog/toggle-or-not-toggle-end-torbutton">no
torbutton/en/index.wml    102)     longer recommended</a>. <b>Users should be using Tor Browser Bundle,
torbutton/en/index.wml    103)     not installing Torbutton themselves.</b>
torbutton/en/index.wml    104)     </p>
torbutton/en/index.wml    105) 
torbutton/en/index.wml    106)     <br/><br/>
Mike Perry Bring back Torbutton alpha.

Mike Perry authored 13 years ago

torbutton/en/index.wml    107)     <strong>Current stable version:</strong><version-torbutton><br/>
torbutton/en/index.wml    108)     <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 109)     <br/>
Mike Perry Update torbutton version to...

Mike Perry authored 12 years ago

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

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 111)     <br/>
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    112)     <strong>Expert Install (Stable):</strong> Click to <a
Andrew Lewman fix the path to torbutton b...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml    113)     href="https://www.torproject.org/dist/torbutton/torbutton-current.xpi"
torbutton/en/index.wml    114)     hash="<version-hash-torbutton>" onclick="return
Andrew Lewman add the torbutton signature...

Andrew Lewman authored 12 years ago

torbutton/en/index.wml    115)     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    116) <!--
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

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

Andrew Lewman authored 13 years ago

torbutton/en/index.wml    118)     <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    119)       hash="<version-hash-torbutton-alpha>"
torbutton/en/index.wml    120)       onclick="return install(event);">install from this website</a>
torbutton/en/index.wml    121)     <br/>
Mike Perry Update torbutton version to...

Mike Perry authored 12 years ago

torbutton/en/index.wml    122)   -->
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    123) <!--
Mike Perry On second thought, lets jus...

Mike Perry authored 13 years ago

torbutton/en/index.wml    124)    <strong>English Google Search:</strong> 
torbutton/en/index.wml    125)     Google search plugins for
torbutton/en/index.wml    126)     <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
torbutton/en/index.wml    127)      onClick="addOpenSearch('GoogleCanada','ico','General','14937','g');return false">Google CA</a>, and 
torbutton/en/index.wml    128)     <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
torbutton/en/index.wml    129)      onClick="addOpenSearch('googleuk_web','png','General','14445','g');return false">Google UK</a>.
torbutton/en/index.wml    130)     <br/>
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    131)   -->
Andrew Lewman local doesn't exist, it's o...

Andrew Lewman authored 12 years ago

torbutton/en/index.wml    132)     <strong>Past Releases:</strong> <a href="https://archive.torproject.org/tor-package-archive/torbutton/">Tor Archive</a><br/>
Mike Perry Fix broken links (bug 2076)...

Mike Perry authored 13 years ago

torbutton/en/index.wml    133)     <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    134) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

torbutton/en/index.wml    139)     <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    140)     <strong>Documents:</strong> <b>[</b> <a href="<page torbutton/torbutton-faq>">FAQ</a> <b>|</b>
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    141)     <a href="<page torbutton/torbutton-options>">Torbutton options</a> <b>|</b>
Andrew Lewman fix the urls to torbutton c...

Andrew Lewman authored 13 years ago

torbutton/en/index.wml    142)     <a href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/CHANGELOG">changelog</a> <b>|</b>
torbutton/en/index.wml    143)     <a href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/LICENSE">license</a> <b>|</b>
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml    144)     <a href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/CREDITS">credits</a> <b>]</b>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml 145)     
projects/en/torbutton.wml 146)   </div>
projects/en/torbutton.wml 147)   <!-- END MAINCOL -->
projects/en/torbutton.wml 148)   <div id = "sidecol">
projects/en/torbutton.wml 149) #include "side.wmi"
projects/en/torbutton.wml 150) #include "info.wmi"
projects/en/torbutton.wml 151)   </div>
projects/en/torbutton.wml 152)   <!-- END SIDECOL -->
projects/en/torbutton.wml 153) </div>
projects/en/torbutton.wml 154) <!-- END CONTENT -->