From 38f97d2b6a2a5dc12d250151bf7edf1efd8d12f6 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Wed, 14 Jun 2023 07:41:08 +0200 Subject: [PATCH 1/4] Fix notes in README update-chapter --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69c7d8a8..1c583353 100644 --- a/README.md +++ b/README.md @@ -208,9 +208,9 @@ git pull pip install . ``` -*Note: If you installed to a Python venv, first load it as described in [install to virtual environment](#install-to-virtual-environment).* +*Note: If you've installed to a Python venv, [activate it](CONTRIBUTING.md#3-set-up-a-python3-virtual-environment).* -*Note: If you installed in [development mode](#install-in-development-mode) you can spare the `pip install .` command - just `git pull` and you're done.* +*Note: If you've installed in [editable mode](CONTRIBUTING.md#4-install-in-editable-mode) you can spare the `pip install .` command - just `git pull` and you're done.* @@ -285,7 +285,7 @@ pip install . ## Get in Touch -If you need avice on using synadm, have a feature idea or would like to discuss anything else around `synadm`, get in touch via Matrix! +If you need advice on using synadm, have a feature idea or would like to discuss anything else around `synadm`, get in touch via Matrix! We are hanging around in the official support room for Synapse, [#synapse:matrix.org](https://matrix.to/#/#synapse:matrix.org). Usually you'll find `synadm` users there that might answer your questions already. If not, mentioning `synadm` will ping us with the help of Element's keyword notify feature and we'll try to get in touch. From 69a9bf962e696f004c57c5f910d668515874d862 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Wed, 14 Jun 2023 07:55:27 +0200 Subject: [PATCH 2/4] Add proposal for statistics commands to README chapter "..Commands list" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c583353..b4079b2e 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,8 @@ pip install . * [x] [Server Notices](https://matrix-org.github.io/synapse/develop/admin_api/server_notices.html) * [x] ~~[Shutdown Room](https://matrix-org.github.io/synapse/develop/admin_api/shutdown_room.html)~~ (DEPRECATED, covered by `room delete`) * [ ] [Statistics](https://matrix-org.github.io/synapse/develop/admin_api/statistics.html) + * [ ] `synadm media user-stats` + * [ ] `synadm room largest` * [x] [Users](https://matrix-org.github.io/synapse/develop/admin_api/user_admin_api.html) * [x] `user details ` * [x] `user modify ` (also used for user creation) From 6cbb52686434ea367031f05198c48b6847178309 Mon Sep 17 00:00:00 2001 From: J0J0 Todos <2733783+JOJ0@users.noreply.github.com> Date: Wed, 14 Jun 2023 08:41:38 +0200 Subject: [PATCH 3/4] Update README.md Co-authored-by: Jackson Chen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4079b2e..8161e7a6 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ git pull pip install . ``` -*Note: If you've installed to a Python venv, [activate it](CONTRIBUTING.md#3-set-up-a-python3-virtual-environment).* +*Note: If you installed it to a Python venv, [activate it](CONTRIBUTING.md#3-set-up-a-python3-virtual-environment).* *Note: If you've installed in [editable mode](CONTRIBUTING.md#4-install-in-editable-mode) you can spare the `pip install .` command - just `git pull` and you're done.* From 77649ce7550db07b146b1e6dabb71b543793687d Mon Sep 17 00:00:00 2001 From: J0J0 Todos <2733783+JOJ0@users.noreply.github.com> Date: Wed, 14 Jun 2023 08:41:58 +0200 Subject: [PATCH 4/4] Update README.md Co-authored-by: Jackson Chen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8161e7a6..21c49214 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ pip install . *Note: If you installed it to a Python venv, [activate it](CONTRIBUTING.md#3-set-up-a-python3-virtual-environment).* -*Note: If you've installed in [editable mode](CONTRIBUTING.md#4-install-in-editable-mode) you can spare the `pip install .` command - just `git pull` and you're done.* +*Note: If you installed it in [editable mode](CONTRIBUTING.md#4-install-in-editable-mode) you can spare the `pip install .` command - just `git pull` and you're done.*