
This is an automated email from the git hooks/post-receive script. atagar pushed a commit to branch maint in repository stem. commit 6777db05632caa94238abba2143f1ef4864da54f Author: juga <juga@riseup.net> AuthorDate: Mon Sep 26 13:32:43 2022 +0000 Add note about maintenance status --- README.md | 7 +++++++ docs/index.rst | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 225b38d8..0f270adf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ ## Stem (Python Tor Library) +**NOTE**: Stem is mostly unmaintained. However, you can still: + +* Open issues at <https://github.com/torproject/stem/issues> +* Work on an issue and open a pull request at <https://github.com/torproject/stem/pulls> +* Contact us (via tor-dev mailing list or gk at torproject dot org) to request + a new bugfix release including some patches in the Stem's `master` branch or + pull requests. 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/). diff --git a/docs/index.rst b/docs/index.rst index f5121ecc..d8639cf2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,15 @@ 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 `Nyx <https://nyx.torproject.org/>`_. Stem's latest version is **1.8** (released December 29th, 2019). +.. NOTE:: Stem is mostly unmaintained. However, you can still: + + * Open issues at https://github.com/torproject/stem/issues + * Work on an issue and open a pull request at https://github.com/torproject/stem/pulls + * Contact us (via tor-dev mailing list or gk at torproject dot org) to request + a new bugfix release including some patches in the Stem's `master` branch or + pull requests. + +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.8.1** (released September, 2022). .. Main Stem Logo Source: http://www.wpclipart.com/plants/assorted/P/plant_stem.png.html -- To stop receiving notification emails like this one, please contact the administrator of this repository.