commit 69fd8d9c9eb14ffa9f0a49af650826d8154ce513 Author: Damian Johnson atagar@torproject.org Date: Sun Oct 18 15:10:12 2015 -0700
Zoossh can do @type detection
Correction from Philipp...
https://lists.torproject.org/pipermail/tor-dev/2015-October/009730.html --- docs/change_log.rst | 1 + docs/tutorials/mirror_mirror_on_the_wall.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst index cc2cd88..39e6f57 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -71,6 +71,7 @@ The following are only available within Stem's `git repository
* **Website**
+ * `Comparison of our descriptor parsing libraries <tutorials/mirror_mirror_on_the_wall.html#are-there-any-other-parsing-libraries>`_ * Example for `custom path selection for circuits <tutorials/to_russia_with_love.html#custom-path-selection>`_ (:trac:`8728`)
.. _version_1.4: diff --git a/docs/tutorials/mirror_mirror_on_the_wall.rst b/docs/tutorials/mirror_mirror_on_the_wall.rst index 1e6aadc..f8f2c2e 100644 --- a/docs/tutorials/mirror_mirror_on_the_wall.rst +++ b/docs/tutorials/mirror_mirror_on_the_wall.rst @@ -270,7 +270,7 @@ Language :green:`Python` :green:`Java` :green:`Go` Checks signatures :green:`Mostly` :red:`No` :red:`No` Create new descriptors :red:`No` :red:`No` :red:`No` Lazy parsing :green:`Yes` :red:`No` :green:`Yes` -Type detection by @type :green:`Yes` :green:`Yes` :red:`No` +Type detection by @type :green:`Yes` :green:`Yes` :green:`Yes` Type detection by filename :green:`Yes` :red:`No` :red:`No` Packages :green:`Several` :red:`None` :red:`None` **Can Read/Download From**
tor-commits@lists.torproject.org