Commit 038dedde authored by Philipp Winter's avatar Philipp Winter
Browse files

Explain how to perform advanced searches.

Onionoo was recently extended and now understands several advanced
search expressions.  This commit explains to users how to use these
expressions.

This fixes <https://bugs.torproject.org/13599>.
parent b17f704e
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -12,7 +12,15 @@ Atlas is a web application to discover Tor relays. It provides useful informatio
<div class="span4">
<h2>Search and Filter</h2>
<p>
You are able to search for existing Tor relays by keywords. The results are displayed inside of tables that can be further refined with filters.
You can search for Tor relays and bridges by using keywords.  In particular,
Atlas enables you to search for (partial) nicknames (e.g.,
&ldquo;moria&rdquo;), IP addresses (e.g., &ldquo;128.31.&rdquo;), and
fingerprints (e.g., &ldquo;9695DFC3&rdquo;).  It is also possible to combine
searches, e.g., &ldquo;moria 128.31.&rdquo;.  Finally, you can use qualifiers
to search for relays in specific countries (e.g., &ldquo;moria
country:us&rdquo;), with specific contact information (e.g.,
&ldquo;contact:arma&rdquo;), or with specific flags (e.g.,
&ldquo;flag:Authority&rdquo;).
</p>
</div>