fa4f670f67fd3f106f0e128117d26561ad55d779
Jacob Appelbaum First stab at proper wml file.

Jacob Appelbaum authored 15 years ago

torbutton/en/index.wml   1) ## translation metadata
Roger Dingledine getting closer to being abl...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml   2) # Revision: $Revision$
torbutton/en/index.wml   3) # Translation-Priority: 3-low
Jacob Appelbaum First stab at proper wml file.

Jacob Appelbaum authored 15 years ago

torbutton/en/index.wml   4) 
Runa A. Sandvik utf-8 ftw

Runa A. Sandvik authored 14 years ago

torbutton/en/index.wml   5) #include "head.wmi" TITLE="Torbutton - Quickly toggle Firefox's use of the Tor network" CHARSET="UTF-8"
Jacob Appelbaum First stab at proper wml file.

Jacob Appelbaum authored 15 years ago

torbutton/en/index.wml   6) 
torbutton/en/index.wml   7) <div class="main-column">
torbutton/en/index.wml   8) 
torbutton/en/index.wml   9) <!-- PUT CONTENT AFTER THIS TAG -->
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml     10) 
Runa A. Sandvik closed tags

Runa A. Sandvik authored 14 years ago

torbutton/en/index.wml  11) <link rel="search" type="application/opensearchdescription+xml" title="Google Canada" href="search/google-ca.xml"/>
torbutton/en/index.wml  12) <link rel="search" type="application/opensearchdescription+xml" title="Google UK" href="search/google-uk.xml" />
torbutton/en/index.wml  13) <link rel="search" type="application/opensearchdescription+xml" title="Google USA" href="search/google-us.xml"/>
Mfr fix more typos and tags

Mfr authored 15 years ago

torbutton/en/index.wml  14) <script type="text/javascript">
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

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

Roger Dingledine authored 15 years ago

torbutton/en/index.wml  83) <h2>Torbutton</h2>
Roger Dingledine break torbutton frontpage i...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml  84) <hr />
Roger Dingledine getting closer to being abl...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml  85) 
Jacob Appelbaum Update version tag in wml.

Jacob Appelbaum authored 15 years ago

torbutton/en/index.wml  86) <strong>Current version:</strong><version-torbutton><br/>
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml     87) <br/>
Mike Perry Update FAQ. Also, if I'm go...

Mike Perry authored 15 years ago

torbutton/en/index.wml  88) <strong>Authors:</strong> Mike Perry &amp; Scott Squires<br/>
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml     89) <br/>
Andrew Lewman clarify how to install the...

Andrew Lewman authored 15 years ago

torbutton/en/index.wml  90) <strong>Install:</strong> Click to 
Mike Perry Fix install url.

Mike Perry authored 15 years ago

torbutton/en/index.wml  91) <a href="http://www.torproject.org/torbutton/torbutton-current.xpi"
Mfr Move version hash in versio...

Mfr authored 15 years ago

torbutton/en/index.wml  92)   hash="<version-hash-torbutton>"
Andrew Lewman clarify how to install the...

Andrew Lewman authored 15 years ago

torbutton/en/index.wml  93)   onclick="return install(event);">install from this website</a> or 
Andrew Lewman Torbutton 1.2.2 released.

Andrew Lewman authored 14 years ago

torbutton/en/index.wml  94) <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/>
Mike Perry Fix install url.

Mike Perry authored 15 years ago

torbutton/en/index.wml  95) <strong>Past Releases:</strong> <a href="releases/">Local</a><br/>
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml     96) <strong>Developer Documentation:</strong> <a href="design/">Torbutton Design Document</a> and <a href="design/MozillaBrownBag.pdf">Slides (Not actively updated)</a><br/>
torbutton/index.wml     97) <strong>Extras:</strong> 
torbutton/index.wml     98) 
torbutton/index.wml     99) Google search plugins for
torbutton/index.wml    100) 
torbutton/index.wml    101) <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
torbutton/index.wml    102)  onClick="addOpenSearch('GoogleCanada','ico','General','14937','g');return false">Google CA</a>, and 
torbutton/index.wml    103) 
torbutton/index.wml    104) <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
torbutton/index.wml    105)  onClick="addOpenSearch('googleuk_web','png','General','14445','g');return false">Google UK</a>.
torbutton/index.wml    106) <br/>
Roger Dingledine fix the cvssandbox tags. al...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 107) <strong>Source:</strong> You can <a
Mike Perry Update the torbutton source...

Mike Perry authored 14 years ago

torbutton/en/index.wml 108) href="https://gitweb.torproject.org/torbutton.git">browse the
Roger Dingledine fix the cvssandbox tags. al...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 109) repository</a> or simply unzip the xpi.
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml    110) <br/>
Erinn Clark update some urls from flysp...

Erinn Clark authored 13 years ago

torbutton/en/index.wml 111) <strong>Bug Reports:</strong> <a href="https://trac.torproject.org/projects/tor/report/14">Torproject trac</a><br/>
Mike Perry Update faq and fix the link...

Mike Perry authored 15 years ago

torbutton/en/index.wml 112) <strong>Documents:</strong> <b>[</b> <a href="<page torbutton/faq>">FAQ</a> <b>|</b>
Mike Perry Update links from svn to gi...

Mike Perry authored 14 years ago

torbutton/en/index.wml 113) <a href="https://git.torproject.org/checkout/torbutton/master/src/CHANGELOG">changelog</a> <b>|</b>
torbutton/en/index.wml 114) <a href="https://git.torproject.org/checkout/torbutton/master/src/LICENSE">license</a> <b>|</b>
torbutton/en/index.wml 115) <a href="https://git.torproject.org/checkout/torbutton/master/src/CREDITS">credits</a> <b>]</b><br/>
Roger Dingledine break torbutton frontpage i...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 116) 
Mike Perry Update faq and fix the link...

Mike Perry authored 15 years ago

torbutton/en/index.wml 117) <br/>
torbutton/en/index.wml 118) 
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml    119) <p>
Roger Dingledine fix the cvssandbox tags. al...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 120) Torbutton is a 1-click way for Firefox users to enable or disable
torbutton/en/index.wml 121) the browser's use of <a href="<page index>">Tor</a>.
torbutton/en/index.wml 122) It adds a panel to the statusbar that says "Tor Enabled" (in green) or
torbutton/en/index.wml 123) "Tor Disabled" (in red).  The user may click on the panel to toggle
torbutton/en/index.wml 124) the status.  If the user (or some other extension) changes the proxy
torbutton/en/index.wml 125) settings, the change is automatically reflected in the statusbar.
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml    126) </p>
torbutton/index.wml    127) 
Roger Dingledine close some of the tags on t...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 128) <p>
Roger Dingledine break torbutton frontpage i...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 129) To keep you safe, Torbutton disables many types of active content. You
torbutton/en/index.wml 130) can learn more from the <a href="<page torbutton/faq>">Torbutton FAQ</a>,
torbutton/en/index.wml 131) or read more details in the <a href="<page torbutton/options>">Torbutton
torbutton/en/index.wml 132) options</a> list.
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml    133) </p>
torbutton/index.wml    134) 
Roger Dingledine close some of the tags on t...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 135) <p>
Roger Dingledine break torbutton frontpage i...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 136) Some users may prefer a toolbar button instead of a statusbar panel.
torbutton/en/index.wml 137) Torbutton lets you add a toolbar button by right-clicking
torbutton/en/index.wml 138) on the desired toolbar, selecting "Customize...", and then dragging the
torbutton/en/index.wml 139) Torbutton icon onto the toolbar.  There is an option in the preferences
torbutton/en/index.wml 140) to hide the statusbar panel (Tools-&gt;Extensions, select Torbutton,
torbutton/en/index.wml 141) and click on Preferences).
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml    142) </p>
torbutton/index.wml    143) 
Roger Dingledine break torbutton frontpage i...

Roger Dingledine authored 15 years ago

torbutton/en/index.wml 144)   </div><!-- #main -->
Jacob Appelbaum Name change.

Jacob Appelbaum authored 15 years ago

torbutton/index.wml    145) 
Jacob Appelbaum First stab at proper wml file.

Jacob Appelbaum authored 15 years ago

torbutton/en/index.wml 146) #include <foot.wmi>