b036c1b248ff1cd8d29227c6882c1986a42645aa
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 more torbutton references t...

Andrew Lewman authored 10 years ago

docs/torbutton/en/index.wml   9)     <a href="<page docs/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
Matt Pagan Replaced "the Tor Browser B...

Matt Pagan authored 9 years ago

docs/torbutton/en/index.wml  91)     Browser</a> that takes care of application-level
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

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>
Matt Pagan Replaced "the Tor Browser B...

Matt Pagan authored 9 years ago

docs/torbutton/en/index.wml  97)     Now that the <a href="<page projects/torbrowser>">Tor Browser</a>
docs/torbutton/en/index.wml  98)     includes a patched version of Firefox, and because we don't
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

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
Matt Pagan Replaced "the Tor Browser B...

Matt Pagan authored 9 years ago

docs/torbutton/en/index.wml 102)     longer supported</a>. <b>Users should be using Tor Browser,
Roger Dingledine make it much more obvious t...

Roger Dingledine authored 12 years ago

torbutton/en/index.wml      103)     not installing Torbutton themselves.</b>
torbutton/en/index.wml      104)     </p>
torbutton/en/index.wml      105) 
Mike Perry Fix broken links (bug 2076)...

Mike Perry authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

torbutton/en/index.wml      112)     <strong>Bug Reports:</strong> <a href="https://trac.torproject.org/projects/tor/report/14">Torproject Bug Tracker</a><br/>
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

torbutton/en/index.wml      113)     <strong>Documents:</strong> 
torbutton/en/index.wml      114)     <b>[</b> 
Matt Pagan cgit version of blob_plain/...

Matt Pagan authored 9 years ago

docs/torbutton/en/index.wml 115)     <a href="https://gitweb.torproject.org/torbutton.git/tree/src/CHANGELOG">changelog</a> <b>|</b>
docs/torbutton/en/index.wml 116)     <a href="https://gitweb.torproject.org/torbutton.git/tree/src/LICENSE">license</a> <b>|</b>
docs/torbutton/en/index.wml 117)     <a href="https://gitweb.torproject.org/torbutton.git/tree/src/CREDITS">credits</a> <b>]</b>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

projects/en/torbutton.wml   118)     
projects/en/torbutton.wml   119)   </div>
projects/en/torbutton.wml   120)   <!-- END MAINCOL -->
projects/en/torbutton.wml   121)   <div id = "sidecol">
projects/en/torbutton.wml   122) #include "side.wmi"
projects/en/torbutton.wml   123) #include "info.wmi"
projects/en/torbutton.wml   124)   </div>
projects/en/torbutton.wml   125)   <!-- END SIDECOL -->
projects/en/torbutton.wml   126) </div>
projects/en/torbutton.wml   127) <!-- END CONTENT -->