Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/icon-bine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 44 additions & 20 deletions projects/en/community.wml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,35 @@
</div>
<div id="maincol">
<h1>Tor Community Projects</h1>
<p>The Tor community of software and services aims to make your Internet
experience safer and better.</p>
<p>
The Tor <a href="https://lists.torproject.org/pipermail/tor-community-team/">
community</a> is more than software. It consists of
<a href="<page getinvolved/translation>">translators</a>,
<a href="<page getinvolved/mirrors>">mirror</a>
and <a href="https://trac.torproject.org/projects/tor/wiki/TorRelayGuide">
relay operators</a> <a href="<page getinvolved/volunteer>">
like you</a>. Many work on <a href="https://newsletter.torproject.org">
outreach</a> and
<a href="https://media.torproject.org">media</a> presentations,
<a href="<page getinvolved/volunteer>#Advocacy">advocacy</a> and
<a href="<page eff/tor-legal-faq>">legal support</a>,
<a href="https://lists.torproject.org/pipermail/tor-teachers/">teaching</a>,
<a href="https://survey.torproject.org">collecting feedback</a>,
answering <a href="https://support.torproject.org">support</a> questions,
writing <a href="https://blog.torproject.org/blog">blog articles</a> and
<a href="<page docs/documentation>">manuals</a>,
maintaining <a href="https://onion.torproject.org/">websites and services</a>,
providing <a href="https://metrics.torproject.org">stats</a>
about the <a href="https://consensus-health.torproject.org">
health</a> of the network and
<a href="https://trac.torproject.org/projects/tor/wiki/org/teams/CommunityTeam#Projects">
a lot more</a>. Also make sure to check out our
<a href="https://blog.torproject.org/tor-heart-pets-and-privacy-research-community">
research community</a>.

<!-- Software -->
<p>We recommend following software projects and services by the Tor community
that aim to make your internet experience safer and better.</p>

<!-- for users -->

Expand Down Expand Up @@ -175,8 +202,7 @@ communications with many major websites, making your browsing more secure.
<!-- NoScript -->
<div class="projectbox">
<a href="https://noscript.net"><img class="icon"
src="$(IMGROOT)/icon-noscript.png" alt="NoScript Icon" width="75"
height="75"></a>
src="$(IMGROOT)/icon-noscript.png" alt="NoScript Icon" width="80"></a>
<div class="projectdesc"><div class="name"><a
href="https://noscript.net">NoScript</a></div>
<p>
Expand All @@ -192,9 +218,8 @@ pre-emptive blocking approach prevents exploitation of security vulnerabilities

<!-- bine -->
<div class="projectbox">
<!--<a href="https://github.com/cretz/bine"><img class="icon"
src="$(IMGROOT)/icon-carml.png" alt="carml icon" width="75"
height="75"></a>-->
<a href="https://github.com/cretz/bine"><img class="icon"
src="$(IMGROOT)/icon-bine.png" alt="carml icon" width="80"></a>
<div class="projectdesc">
<div class="name"><a
href="https://github.com/cretz/bine">bine</a></div>
Expand All @@ -209,8 +234,7 @@ written in Go. Its README has an example config to set up an onion service.
<!-- carml -->
<div class="projectbox">
<a href="https://meejah.ca/projects/carml"><img class="icon"
src="$(IMGROOT)/icon-carml.png" alt="carml icon" width="75"
height="75"></a>
src="$(IMGROOT)/icon-carml.png" alt="carml icon" width="80"></a>
<div class="projectdesc">
<div class="name"><a
href="https://meejah.ca/projects/carml">carml</a></div>
Expand Down Expand Up @@ -259,17 +283,6 @@ was
</div>
</div>

<!-- for developers -->

<div id="outdated" class="projectbox">
<h1>Deprecated Community Projects</h1>
<p>
Following projects have been useful in the past but are no longer maintained
and may have security issues.<br/>
They can still be interesting for developers.
</p>
</div>

<!-- tor-ramdisk -->
<div class="projectbox">
<!--<a href="https://en.wikipedia.org/wiki/Tor-ramdisk"><img class="Tor-ramdisk icon"
Expand All @@ -287,6 +300,17 @@ system tools.
</p>
</div></div>

<!-- for developers -->

<div id="outdated" class="projectbox">
<h1>Deprecated Community Projects</h1>
<p>
Following projects have been useful in the past but are no longer maintained
and may have security issues.<br/>
They can still be interesting for developers.
</p>
</div>

<!-- Roster -->
<div class="projectbox">
<!--<a href="https://github.com/seansaito/Roster"><img class="icon"
Expand Down
20 changes: 19 additions & 1 deletion projects/en/projects.wml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,26 @@ world.
</div>
</div>

<div class="projectbox">
<!--<a href="https://trac.torproject.org/projects/tor/wiki/doc/torsocks/">
<img class="icon" src="$(IMGROOT)/icon-OONI.png" alt="OONI Icon"
width="80"></a>-->
<div class="projectdesc">
<div class="name"><a
href="https://trac.torproject.org/projects/tor/wiki/doc/torsocks">
Torsocks</a></div>
<p>
Torsocks is a torifying wrapper that is primarily used to redirect all
network traffic of individual SOCKS-friendly applications through the Tor
network. It also ensures DNS queries are handled correctly and explicitly
blocks all UDP traffic from the application in question.
</p>
</div>
</div>

<p>
Also see our list of <a href="<page projects/community>">community projects</a>.
Also see our list of <a href="<page projects/community>">
community projects</a>.
</p>


Expand Down