[tor-commits] [stem/master] Adding doctor to examples page
atagar at torproject.org
atagar at torproject.org
Mon Aug 26 01:17:35 UTC 2013
commit 0416b071d4f7b8518ed4e8d36c0afeb8b01e327f
Author: Damian Johnson <atagar at torproject.org>
Date: Sun Aug 25 18:12:45 2013 -0700
Adding doctor to examples page
Swapping our 'Descriptor Monitors' sub-entry with an entry with Doctor.
---
docs/_static/doctor.png | Bin 0 -> 9441 bytes
docs/_static/label/doctor.png | Bin 0 -> 1141 bytes
docs/_static/label/resources/doctor.xcf | Bin 0 -> 3031 bytes
docs/tutorials/double_double_toil_and_trouble.rst | 20 +++++++++++++++++++-
4 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/docs/_static/doctor.png b/docs/_static/doctor.png
new file mode 100644
index 0000000..122933d
Binary files /dev/null and b/docs/_static/doctor.png differ
diff --git a/docs/_static/label/doctor.png b/docs/_static/label/doctor.png
new file mode 100644
index 0000000..64dd8ef
Binary files /dev/null and b/docs/_static/label/doctor.png differ
diff --git a/docs/_static/label/resources/doctor.xcf b/docs/_static/label/resources/doctor.xcf
new file mode 100644
index 0000000..936fc6f
Binary files /dev/null and b/docs/_static/label/resources/doctor.xcf differ
diff --git a/docs/tutorials/double_double_toil_and_trouble.rst b/docs/tutorials/double_double_toil_and_trouble.rst
index f207b95..cd35113 100644
--- a/docs/tutorials/double_double_toil_and_trouble.rst
+++ b/docs/tutorials/double_double_toil_and_trouble.rst
@@ -5,6 +5,16 @@ Below is a listing of scripts and applications that use stem. If you have
something you would like to have included on this page then `let me know
<http://www.atagar.com/contact/>`_!
+.. Image Sources:
+
+ * Arm
+ Source: Oxygen (http://www.oxygen-icons.org/)
+ License: CC v3 (A, SA)
+ File: apps/utilities-system-monitor.png
+
+ * Doctor
+ Source: https://openclipart.org/detail/29839/stethoscope-by-metalmarious
+
.. list-table::
:widths: 1 10
:header-rows: 0
@@ -18,8 +28,16 @@ something you would like to have included on this page then `let me know
Terminal status monitor for Tor. This provides a top like interface
including system resource usage, connection information, and much more.
+ * - .. image:: /_static/doctor.png
+ :target: https://gitweb.torproject.org/atagar/tor-utils.git/tree
+
+ - .. image:: /_static/label/doctor.png
+ :target: https://gitweb.torproject.org/atagar/tor-utils.git/tree
+
+ Monitors the Tor consensus for a variety of issues including malformed
+ descriptors, directory authority issues, sybil attacks, and much more.
+
=========================================================================================================== ==========
-`Descriptor Monitors <https://gitweb.torproject.org/atagar/tor-utils.git/tree>`_ Scripts that perform hourly checks on the tor network's present status.
`RTT Prober <https://bitbucket.org/ra_/tor-rtt/>`_ Measures round-trip times for tor circuits.
`Metrics Tasks <https://gitweb.torproject.org/metrics-tasks.git/tree>`_ One-off tasks related to Tor metrics. These mostly involve using descriptor information to answer a particular question. Tasks that involve stem are: `1854 <https://gitweb.torproject.org/metrics-tasks.git/blob/HEAD:/task-1854/pylinf.py>`_, `6232 <https://gitweb.torproject.org/metrics-tasks.git/blob/HEAD:/task-6232/pyentropy.py>`_, and `7241 <https://gitweb.torproject.org/metrics-tasks.git/blob/HEAD:/task-7241/first_pass.py>`_.
`check_tor <http://anonscm.debian.org/gitweb/?p=users/lunar/check_tor.git;a=blob;f=check_tor.py;hb=HEAD>`_ Nagios check to verify that a relay is participating in the Tor network.
More information about the tor-commits
mailing list