[stem/master] Rename arm to nyx on the website

commit 479fd0806af780fe5572acd4427b2d4f1e841d1a Author: Damian Johnson <atagar@torproject.org> Date: Tue Nov 7 09:10:20 2017 -0800 Rename arm to nyx on the website --- docs/_static/label/arm.png | Bin 780 -> 0 bytes docs/_static/label/nyx.png | Bin 0 -> 848 bytes docs/_static/label/resources/arm.xcf | Bin 2286 -> 0 bytes docs/_static/label/resources/nyx.xcf | Bin 0 -> 2302 bytes docs/_static/{arm.png => nyx.png} | Bin docs/faq.rst | 4 ++-- docs/index.rst | 2 +- docs/tutorials/double_double_toil_and_trouble.rst | 10 +++++----- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_static/label/arm.png b/docs/_static/label/arm.png deleted file mode 100644 index 8bbfd681..00000000 Binary files a/docs/_static/label/arm.png and /dev/null differ diff --git a/docs/_static/label/nyx.png b/docs/_static/label/nyx.png new file mode 100644 index 00000000..344b0612 Binary files /dev/null and b/docs/_static/label/nyx.png differ diff --git a/docs/_static/label/resources/arm.xcf b/docs/_static/label/resources/arm.xcf deleted file mode 100644 index 903d5602..00000000 Binary files a/docs/_static/label/resources/arm.xcf and /dev/null differ diff --git a/docs/_static/label/resources/nyx.xcf b/docs/_static/label/resources/nyx.xcf new file mode 100644 index 00000000..7915a82d Binary files /dev/null and b/docs/_static/label/resources/nyx.xcf differ diff --git a/docs/_static/arm.png b/docs/_static/nyx.png similarity index 100% rename from docs/_static/arm.png rename to docs/_static/nyx.png diff --git a/docs/faq.rst b/docs/faq.rst index 2a0af082..7f65911c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -37,7 +37,7 @@ What is Stem? Stem is a Python controller library that you can use to interact with `Tor <https://www.torproject.org/>`_. With it you can write scripts and applications -with capabilities similar `arm <https://www.atagar.com/arm/>`_. +with capabilities similar `Nyx <https://nyx.torproject.org/>`_. From a technical standpoint, Stem is a Python implementation of Tor's `directory <https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt>`_ and @@ -356,7 +356,7 @@ An important thing to note is that a new circuit does not necessarily mean a new Tor does not have a method for cycling your IP address. This is on purpose, and done for a couple reasons. The first is that this capability is usually requested for not-so-nice reasons such as ban evasion or SEO. Second, repeated circuit creation puts a very high load on the Tor network, so please don't! -With all that out of the way, how do you create a new circuit? You can customize the rate at which Tor cycles circuits with the **MaxCircuitDirtiness** option in your `torrc <https://www.torproject.org/docs/faq.html.en#torrc>`_. `Vidalia <https://en.wikipedia.org/wiki/Vidalia_%28software%29>`_ and `arm <https://www.atagar.com/arm/>`_ both provide a method to request a new identity, and you can do so programmatically by sending Tor a NEWNYM signal. +With all that out of the way, how do you create a new circuit? You can customize the rate at which Tor cycles circuits with the **MaxCircuitDirtiness** option in your `torrc <https://www.torproject.org/docs/faq.html.en#torrc>`_. `Vidalia <https://en.wikipedia.org/wiki/Vidalia_%28software%29>`_ and `Nyx <https://nyx.torproject.org/>`_ both provide a method to request a new identity, and you can do so programmatically by sending Tor a NEWNYM signal. To do this with telnet... diff --git a/docs/index.rst b/docs/index.rst index dc7ec89e..345798b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ Welcome to Stem! ================ -Stem is a Python controller library for `Tor <https://www.torproject.org/>`_. With it you can use Tor's `control protocol <https://gitweb.torproject.org/torspec.git/tree/control-spec.txt>`_ to script against the Tor process, or build things such as `arm <https://www.atagar.com/arm/>`_. Stem's latest version is **1.6.0** (released November 5th, 2017). +Stem is a Python controller library for `Tor <https://www.torproject.org/>`_. With it you can use Tor's `control protocol <https://gitweb.torproject.org/torspec.git/tree/control-spec.txt>`_ to script against the Tor process, or build things such as `Nyx <https://nyx.torproject.org/>`_. Stem's latest version is **1.6.0** (released November 5th, 2017). .. Main Stem Logo Source: http://www.wpclipart.com/plants/assorted/P/plant_stem.png.html diff --git a/docs/tutorials/double_double_toil_and_trouble.rst b/docs/tutorials/double_double_toil_and_trouble.rst index 7822c0b3..111952c6 100644 --- a/docs/tutorials/double_double_toil_and_trouble.rst +++ b/docs/tutorials/double_double_toil_and_trouble.rst @@ -10,7 +10,7 @@ Applications .. Image Sources: - * Arm + * Nyx Source: Oxygen (http://www.oxygen-icons.org/) License: CC v3 (A, SA) File: apps/utilities-system-monitor.png @@ -27,11 +27,11 @@ Applications :widths: 1 10 :header-rows: 0 - * - .. image:: /_static/arm.png - :target: https://www.atagar.com/arm/ + * - .. image:: /_static/nyx.png + :target: https://nyx.torproject.org/ - - .. image:: /_static/label/arm.png - :target: https://www.atagar.com/arm/ + - .. image:: /_static/label/nyx.png + :target: https://nyx.torproject.org/ Terminal status monitor for Tor. This provides a top like interface including system resource usage, connection information, and much more.
participants (1)
-
atagar@torproject.org