From 2bed438222bc24b73ffa62ae0875f274892d2638 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 1 Nov 2022 10:31:41 +0100 Subject: Change the sponsoring section --- README.rst | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0eeff51e..a3f1829b 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,20 @@ Glances is written in Python and uses libraries to grab information from your system. It is based on an open architecture where developers can add new plugins or exports modules. +Sponsoring this project +======================= + +You can help me to achieve my goals of improving the world through code, +help me create better developer experiences, or just say "thank you". + +You can: + +- :angel: sponsor me using one-time or monthly tier Github sponsors_ page +- :money_mouth: send me some pieces fo bitcoin: 185KN9FCix3svJYp7JQM7hRMfSKyeaJR4X +- :gift: send me a gift on my wishlist_ page + +Any and all contributions are greatly appreciated. + Requirements ============ @@ -442,15 +456,6 @@ There is also a chat dedicated to the Glances developers: .. image:: https://badges.gitter.im/Join%20Chat.svg :target: https://gitter.im/nicolargo/glances?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge -Donation -======== - -If you like this open-source project, you can become a sponsor. - -See the Github sponsors_ page (one-time or monthly tier available). - -Or send me some bitcoins: 185KN9FCix3svJYp7JQM7hRMfSKyeaJR4X - Author ====== @@ -473,5 +478,6 @@ Glances is distributed under the LGPL version 3 license. See ``COPYING`` for mor .. _wiki: https://github.com/nicolargo/glances/wiki/How-to-contribute-to-Glances-%3F .. _package: https://repology.org/metapackage/glances/packages .. _sponsors: https://github.com/sponsors/nicolargo +.. _wishlist: https://www.amazon.fr/hz/wishlist/ls/BWAAQKWFR3FI?ref_=wl_share .. _issue2021: https://github.com/nicolargo/glances/issues/2021#issuecomment-1197831157 .. _issue2021comment: https://github.com/nicolargo/glances/issues/2021#issuecomment-1197831157 \ No newline at end of file -- cgit v1.2.3 From f7fb3ad5465b2a74efc358d584086decf3d2222d Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 1 Nov 2022 10:33:01 +0100 Subject: Change the sponsoring section --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a3f1829b..f3d255c6 100644 --- a/README.rst +++ b/README.rst @@ -65,9 +65,9 @@ help me create better developer experiences, or just say "thank you". You can: -- :angel: sponsor me using one-time or monthly tier Github sponsors_ page -- :money_mouth: send me some pieces fo bitcoin: 185KN9FCix3svJYp7JQM7hRMfSKyeaJR4X -- :gift: send me a gift on my wishlist_ page +- sponsor me using one-time or monthly tier Github sponsors_ page +- send me some pieces fo bitcoin: 185KN9FCix3svJYp7JQM7hRMfSKyeaJR4X +- buy me a gift on my wishlist_ page Any and all contributions are greatly appreciated. -- cgit v1.2.3 From bb9591c4d7b4ef82df3efb7967aa40444e7d33d5 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 1 Nov 2022 10:38:37 +0100 Subject: Change the sponsoring section --- README.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f3d255c6..222d4cf6 100644 --- a/README.rst +++ b/README.rst @@ -57,16 +57,14 @@ Glances is written in Python and uses libraries to grab information from your system. It is based on an open architecture where developers can add new plugins or exports modules. -Sponsoring this project -======================= - -You can help me to achieve my goals of improving the world through code, -help me create better developer experiences, or just say "thank you". +Project sponsorship +=================== -You can: +You can help me to achieve my goals of improving this open-source project +or just say "thank you" by: - sponsor me using one-time or monthly tier Github sponsors_ page -- send me some pieces fo bitcoin: 185KN9FCix3svJYp7JQM7hRMfSKyeaJR4X +- send me some pieces of bitcoin: 185KN9FCix3svJYp7JQM7hRMfSKyeaJR4X - buy me a gift on my wishlist_ page Any and all contributions are greatly appreciated. -- cgit v1.2.3 From eb8c0fd23c88abce2a9801c04a56fa9ac7e7b112 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Thu, 3 Nov 2022 15:05:57 +0100 Subject: Refactor Docker image factory: from now, only Alpine images will be provided --- README.rst | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 222d4cf6..2cc9f924 100644 --- a/README.rst +++ b/README.rst @@ -193,25 +193,20 @@ If you want to support other distributions, please contribute to `glancesautoins Docker: the fun way ------------------- -Glances containers are availables. You can use it to monitor your -server and all your other containers! +Glances Docker images are availables. You can use it to monitor your +server and all your containers ! Get the Glances container: .. code-block:: console - docker pull nicolargo/glances:alpine-latest-full + docker pull nicolargo/glances:latest-full The following tags are availables: -- *alpine-latest-full* for a full Alpine Glances image (latest release) with all dependencies -- *latest-full* for a full Debian Glances image (latest release) with all dependencies -- *alpine-latest* for a basic Alpine Glances (latest release) version with minimal dependencies -- *latest* for a basic Debian Glances image (latest release) with minimal dependencies -- *alpine-dev* for a basic Alpine Glances image (development branch) with all dependencies -- *dev* for a basic Debian Glances image (development branch) with all dependencies - -You can also specify a version (example: *alpine-3.2.7-full*). +- *latest-full* for a full Alpine Glances image (latest release) with all dependencies +- *latest* for a basic Alpine Glances (latest release) version with minimal dependencies (Bottle and Docker) +- *dev* for a basic Alpine Glances image (based on development branch) with all dependencies (Warning: may be instable) Run last version of Glances container in *console mode*: -- cgit v1.2.3 From a9ee2aa09c00b6adc396c666d6e970e2b58918e6 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 19 Nov 2022 15:27:12 +0100 Subject: Replace json by ujson #2201 --- README.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2cc9f924..480a59a3 100644 --- a/README.rst +++ b/README.rst @@ -75,6 +75,7 @@ Requirements - ``python>=2.7`` or ``python>=3.4`` - ``psutil>=5.3.0`` (better with latest version) - ``defusedxml`` (in order to monkey patch xmlrpc) +- ``ujson`` (an optimized alternative to the standard json module) - ``future`` (for Python 2 support) *Note for Python 2.6 users* -- cgit v1.2.3