first cut of the new, shiny...
Andrew Lewman authored 14 years ago
|
projects/en/torbutton.wml 1) ## translation metadata
projects/en/torbutton.wml 2) # Revision: $Revision: 0 $
projects/en/torbutton.wml 3) # Translation-Priority: 3-low
projects/en/torbutton.wml 4)
projects/en/torbutton.wml 5) #include "head.wmi" TITLE="Tor Project: Projects Overview" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
projects/en/torbutton.wml 6) <div id="content" class="clearfix">
projects/en/torbutton.wml 7) <div id="breadcrumbs">
|
change all of the breadcrum...
Andrew Lewman authored 14 years ago
|
projects/en/torbutton.wml 8) <a href="<page index>">Home » </a>
|
fix links to torbutton sect...
Andrew Lewman authored 14 years ago
|
torbutton/en/index.wml 9) <a href="<page torbutton/index>">Torbutton</a>
|
first cut of the new, shiny...
Andrew Lewman authored 14 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"/>
|
We decided to go with HTML...
Sebastian Hahn authored 14 years ago
|
torbutton/en/index.wml 15) <link rel="search" type="application/opensearchdescription+xml" title="Google UK" href="search/google-uk.xml">
|
first cut of the new, shiny...
Andrew Lewman authored 14 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>
|
We decided to go with HTML...
Sebastian Hahn authored 14 years ago
|
torbutton/en/index.wml 87) <hr>
|
first cut of the new, shiny...
Andrew Lewman authored 14 years ago
|
projects/en/torbutton.wml 88)
projects/en/torbutton.wml 89) <strong>Current version:</strong><version-torbutton><br/>
projects/en/torbutton.wml 90) <br/>
projects/en/torbutton.wml 91) <strong>Authors:</strong> Mike Perry & Scott Squires<br/>
projects/en/torbutton.wml 92) <br/>
projects/en/torbutton.wml 93) <strong>Install:</strong> Click to
projects/en/torbutton.wml 94) <a href="http://www.torproject.org/torbutton/torbutton-current.xpi"
projects/en/torbutton.wml 95) hash="<version-hash-torbutton>"
projects/en/torbutton.wml 96) onclick="return install(event);">install from this website</a> or
projects/en/torbutton.wml 97) <a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/2275/addon-2275-latest.xpi?src=addondetail">install from Mozilla's Add-On site</a><br/>
projects/en/torbutton.wml 98) <strong>Past Releases:</strong> <a href="releases/">Local</a><br/>
projects/en/torbutton.wml 99) <strong>Developer Documentation:</strong> <a href="design/">Torbutton Design Document</a> and <a href="design/MozillaBrownBag.pdf">Slides (Not actively updated)</a><br/>
projects/en/torbutton.wml 100) <strong>Extras:</strong>
projects/en/torbutton.wml 101)
projects/en/torbutton.wml 102) Google search plugins for
projects/en/torbutton.wml 103)
projects/en/torbutton.wml 104) <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
projects/en/torbutton.wml 105) onClick="addOpenSearch('GoogleCanada','ico','General','14937','g');return false">Google CA</a>, and
projects/en/torbutton.wml 106)
projects/en/torbutton.wml 107) <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
projects/en/torbutton.wml 108) onClick="addOpenSearch('googleuk_web','png','General','14445','g');return false">Google UK</a>.
projects/en/torbutton.wml 109) <br/>
projects/en/torbutton.wml 110) <strong>Source:</strong> You can <a
projects/en/torbutton.wml 111) href="https://gitweb.torproject.org/torbutton.git">browse the
projects/en/torbutton.wml 112) repository</a> or simply unzip the xpi.
projects/en/torbutton.wml 113) <br/>
|
fix links to trac, and the...
Andrew Lewman authored 14 years ago
|
torbutton/en/index.wml 114) <strong>Bug Reports:</strong> <a href="https://trac.torproject.org/projects/tor/report/14">Torproject Bug Tracker</a><br/>
|
move torbutton back to a ma...
Andrew Lewman authored 14 years ago
|
torbutton/en/index.wml 115) <strong>Documents:</strong> <b>[</b> <a href="<page torbutton/torbutton-faq>">FAQ</a> <b>|</b>
|
first cut of the new, shiny...
Andrew Lewman authored 14 years ago
|
projects/en/torbutton.wml 116) <a href="https://git.torproject.org/checkout/torbutton/master/src/CHANGELOG">changelog</a> <b>|</b>
projects/en/torbutton.wml 117) <a href="https://git.torproject.org/checkout/torbutton/master/src/LICENSE">license</a> <b>|</b>
projects/en/torbutton.wml 118) <a href="https://git.torproject.org/checkout/torbutton/master/src/CREDITS">credits</a> <b>]</b><br/>
projects/en/torbutton.wml 119)
projects/en/torbutton.wml 120) <br/>
projects/en/torbutton.wml 121)
projects/en/torbutton.wml 122) <p>
projects/en/torbutton.wml 123) Torbutton is a 1-click way for Firefox users to enable or disable
projects/en/torbutton.wml 124) the browser's use of <a href="<page index>">Tor</a>.
projects/en/torbutton.wml 125) It adds a panel to the statusbar that says "Tor Enabled" (in green) or
projects/en/torbutton.wml 126) "Tor Disabled" (in red). The user may click on the panel to toggle
projects/en/torbutton.wml 127) the status. If the user (or some other extension) changes the proxy
projects/en/torbutton.wml 128) settings, the change is automatically reflected in the statusbar.
projects/en/torbutton.wml 129) </p>
projects/en/torbutton.wml 130)
projects/en/torbutton.wml 131) <p>
projects/en/torbutton.wml 132) To keep you safe, Torbutton disables many types of active content. You
|
move torbutton back to a ma...
Andrew Lewman authored 14 years ago
|
torbutton/en/index.wml 133) can learn more from the <a href="<page torbutton/torbutton-faq>">Torbutton FAQ</a>,
torbutton/en/index.wml 134) or read more details in the <a href="<page torbutton/torbutton-options>">Torbutton
|