mirror of
https://github.com/torproject/webwml.git
synced 2025-01-19 08:27:54 +00:00
Merge branch 'master' of git-rw.torproject.org:project/web/webwml into add-tor-security-list-info-to-contact
This commit is contained in:
commit
b8db3ac06b
@ -75,9 +75,9 @@ I run
|
||||
<option value="stretch" selected="selected">Debian stable (stretch)</option>
|
||||
<option value="testing">Debian testing (buster)</option>
|
||||
<option value="sid">Debian unstable (sid)</option>
|
||||
<option value="precise">Ubuntu Precise Pangolin</option>
|
||||
<option value="trusty">Ubuntu Trusty Tahr</option>
|
||||
<option value="xenial">Ubuntu Xenial Xerus</option>
|
||||
<option value="zesty">Ubuntu Zesty Zapus</option>
|
||||
</select>
|
||||
and want
|
||||
<select id="package"></select>
|
||||
|
39
docs/en/openbsd.wml
Normal file
39
docs/en/openbsd.wml
Normal file
@ -0,0 +1,39 @@
|
||||
## translation metadata
|
||||
# Revision: $Revision$
|
||||
# Translation-Priority: 2-medium
|
||||
|
||||
#include "head.wmi" TITLE="Tor Project: OpenBSD Install Instructions" CHARSET="UTF-8"
|
||||
<div id="content" class="clearfix">
|
||||
<div id="breadcrumbs">
|
||||
<a href="<page index>">Home » </a>
|
||||
<a href="<page docs/documentation>">Documentation » </a>
|
||||
<a href="<page docs/tor-doc-osx>">OpenBSD Client</a>
|
||||
</div>
|
||||
<div id="maincol">
|
||||
<h1>Running Tor on OpenBSD</h1>
|
||||
<br>
|
||||
|
||||
<h2>These are advanced installation instructions for running
|
||||
Tor in a OpenBSD environment.
|
||||
</h2>
|
||||
|
||||
<p>To install from OpenBSD's packages, run:</p>
|
||||
|
||||
|
||||
<pre>pkg_add tor-browser</pre>
|
||||
|
||||
|
||||
<p>To install the Tor Browser port from an updated ports tree, run:</p>
|
||||
|
||||
<pre>cd /usr/ports/meta/tor-browser && make install</pre>
|
||||
|
||||
</div>
|
||||
<!-- END MAINCOL -->
|
||||
<div id = "sidecol">
|
||||
#include "side.wmi"
|
||||
#include "info.wmi"
|
||||
</div>
|
||||
<!-- END SIDECOL -->
|
||||
</div>
|
||||
<!-- END CONTENT -->
|
||||
#include <foot.wmi>
|
@ -39,6 +39,9 @@
|
||||
{'url' => 'docs/rpms',
|
||||
'txt' => 'Installing Tor on Fedora/CentOS',
|
||||
},
|
||||
{'url' => 'docs/openbsd',
|
||||
'txt' => 'Installing Tor on OpenBSD',
|
||||
},
|
||||
{'url' => 'docs/tor-doc-unix',
|
||||
'txt' => 'Installing Tor Source',
|
||||
},
|
||||
|
@ -2,15 +2,15 @@
|
||||
# Revision: $Revision$
|
||||
# Translation-Priority: 3-low
|
||||
|
||||
#include "head.wmi" TITLE="Tor: Linux/BSD/Unix Install Instructions" CHARSET="UTF-8"
|
||||
#include "head.wmi" TITLE="Tor: Linux Install Instructions" CHARSET="UTF-8"
|
||||
<div id="content" class="clearfix">
|
||||
<div id="breadcrumbs">
|
||||
<a href="<page index>">Home » </a>
|
||||
<a href="<page docs/documentation>">Documentation » </a>
|
||||
<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix Client</a>
|
||||
<a href="<page docs/tor-doc-unix>">Linux Client</a>
|
||||
</div>
|
||||
<div id="maincol">
|
||||
<h1>Running the <a href="<page index>">Tor</a> client on Linux/BSD/Unix</h1>
|
||||
<h1>Running the <a href="<page index>">Tor</a> client on Linux</h1>
|
||||
<br>
|
||||
|
||||
<h2>Note that these are the installation instructions for running a
|
||||
|
@ -31,7 +31,7 @@ form#makeDonation {
|
||||
<div class="hundred toptwenty">
|
||||
<div class="dbox donate">
|
||||
<h3>Donate Bitcoin</h3>
|
||||
<p>To donate Bitcoin to The Tor Project, please complete the form below. If you would like an acknowledgment from the Tor Project, please provide your email address. (Due to the current state of the Bitcoin market, our payment processor, Bitpay, will not allow us to accept donations of less than 100 USD. However, we can also accept donations, including smaller donations, through Bitcoin Cash. Send us a tip with <a href="https://twitter.com/tipprbot">@tipprbot</a> on Twitter!)</p>
|
||||
<p>To donate Bitcoin to The Tor Project, please complete the form below. If you would like an acknowledgment from the Tor Project, please provide your email address. (Due to the current state of the Bitcoin market, our payment processor, Bitpay, will not allow us to accept donations of less than 5 USD. However, we can also accept donations, including smaller donations, through Bitcoin Cash. Send us a tip with <a href="https://twitter.com/tipprbot">@tipprbot</a> on Twitter!)</p>
|
||||
<form id="makeDonation" action="https://bitpay.com/checkout" method="post" onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));">
|
||||
<input name="action" type="hidden" value="checkout">
|
||||
<fieldset class="phone-form well form-horizontal" style="margin-top: 5px;">
|
||||
@ -42,7 +42,7 @@ form#makeDonation {
|
||||
</li>
|
||||
<li id="price" class="control-group">
|
||||
<label class="control-label" style="width: 80px">Amount:</label>
|
||||
<input name="price" type="number" class="noscroll" value="100.00" placeholder="Amount" maxlength="10" min="100" step="0.01" />
|
||||
<input name="price" type="number" class="noscroll" value="20" placeholder="Amount" maxlength="10" min="1" step="0.01" />
|
||||
<select name="currency" value="" >
|
||||
<option value="USD" selected="selected">USD</option>
|
||||
<option value="BTC">BTC</option>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<hr>
|
||||
|
||||
<p>You can get one of these fine Tor T-shirts for contributing to the
|
||||
Tor project. There are three primary ways of contributing:</p>
|
||||
Tor project. There are two primary ways of contributing:</p>
|
||||
|
||||
<ol>
|
||||
<li>Operate a fast <a href="<page docs/tor-doc-relay>">Tor relay</a>
|
||||
|
@ -50,6 +50,18 @@ some of the significant Tor-related stories that have popped up.</p>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tr style="background-color: #e5e5e5;">
|
||||
<td>2017 Dec 10</td>
|
||||
<td>BoingBoing</td>
|
||||
<td><a href="https://boingboing.net/2017/12/10/charitable-giving-guide-2017.html">Charitable Giving Guide 2017</a></td>
|
||||
</tr>
|
||||
|
||||
<tr style="">
|
||||
<td>2017 Dec 9</td>
|
||||
<td>WIRED</td>
|
||||
<td><a href="https://www.wired.com/story/the-grand-tor">The Grand Tor: How to Go Anonymous Online</a></td>
|
||||
</tr>
|
||||
|
||||
<tr style="background-color: #e5e5e5;">
|
||||
<td>2017 Nov 20</td>
|
||||
<td>Bleeping Computer</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user