commit 872b1e1647cb0dc31699045b0f2b90511a3fd07e Merge: d70fa9c eee3a99 Author: Damian Johnson atagar@torproject.org Date: Sun Mar 30 20:38:32 2014 -0700
General site revisions
Lots of revisions to our site, most notably around our FAQ and examples section...
* Adding scripts section with neat examples that have come up in the past. * Greatly improved the readability of our FAQ by making entries more concise. * Application entry for Exit Map, and added munin-tor and exit-funding below. * Torrc syntax highlighting.
docs/_static/buttons/back.png | Bin 0 -> 2774 bytes docs/_static/buttons/resources/back.xcf | Bin 0 -> 5648 bytes docs/_static/exit_map.png | Bin 0 -> 12371 bytes docs/_static/label/exit_map.png | Bin 0 -> 1540 bytes docs/_static/label/resources/exit_map.xcf | Bin 0 -> 3284 bytes docs/_static/resources/exit_map_alt.png | Bin 0 -> 12747 bytes docs/contents.rst | 5 + docs/faq.rst | 416 ++++++++------------- docs/tutorials/double_double_toil_and_trouble.rst | 48 ++- docs/tutorials/examples/compare_flags.rst | 63 ++++ docs/tutorials/examples/exit_used.rst | 76 ++++ docs/tutorials/examples/list_circuits.rst | 52 +++ docs/tutorials/examples/outdated_relays.rst | 45 +++ docs/tutorials/mirror_mirror_on_the_wall.rst | 59 +-- docs/tutorials/the_little_relay_that_could.rst | 2 +- docs/tutorials/to_russia_with_love.rst | 74 +--- docs/tutorials/tortoise_and_the_hare.rst | 3 +- stem/connection.py | 27 ++ stem/control.py | 64 +++- stem/response/events.py | 39 +- stem/socket.py | 42 ++- 21 files changed, 649 insertions(+), 366 deletions(-)
tor-commits@lists.torproject.org