From c00d31f694c5b1ad4d5cb387a36d2e42b8311166 Mon Sep 17 00:00:00 2001 From: Harold Date: Wed, 21 Jul 2021 14:43:33 +0800 Subject: [PATCH 1/3] Created usage.rst --- src/usage.rst | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/usage.rst diff --git a/src/usage.rst b/src/usage.rst new file mode 100644 index 0000000..4ed7fc4 --- /dev/null +++ b/src/usage.rst @@ -0,0 +1,37 @@ +Usage +===== + +Here we hope to clarify the founder's designed usage of ActivityWatch. + +.. contents:: + +Intended Use of ActivityWatch +----------------------------- + +The `vision `_ of ActivityWatch has always been for the betterment of the user. +May it be for personal, business, or solely research. + + +Monitoring of Unaware Individuals Using ActivityWatch +----------------------------------------------------- + +In line with ActivityWatch's vision, the users of ActivityWatch should have full consent when they utilize this software. + +Data privacy is a right to each individual, and the use of this program to monitor people without their knowledge will go against the design of ActivityWatch. + + +Employee Monitoring Using ActivityWatch +--------------------------------------- + +The monitoring of employees to check their activities can cause harm to workers and is inline with illegal employee surveillance. + +To accomodate a monitoring feature for enterprises, the ActivityWatch team is currently planning implementations for a new feature (presently called Report) for the program. + + +Report Feature +-------------- + +The ` proposed plans `_ for the Report feature would be a whitelisting system. Users can whitelist activities they deemed private to report, +preventing personal data from being leaked. + +It would also relay the employers with only work-related activities. \ No newline at end of file From 818feac968d490a4afc5017dd82921d5ad0a43d6 Mon Sep 17 00:00:00 2001 From: Harold Date: Wed, 21 Jul 2021 14:51:19 +0800 Subject: [PATCH 2/3] Changed -V to --version of some lines and changed link of Node to the download page instead of the documentation --- src/installing-from-source.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/installing-from-source.rst b/src/installing-from-source.rst index f023712..7e1a0d3 100644 --- a/src/installing-from-source.rst +++ b/src/installing-from-source.rst @@ -28,9 +28,9 @@ Checking dependencies You need: - `Git `_ -- `Python 3.7 to 3.9 `_, check with :code:`python3 -V` (required to build the core components) -- `Poetry `_, check with :code:`poetry -V` (can be installed like this: :code:`python3 -m pip install poetry`) -- `Node 12 or higher `_, check with :code:`node -v` and :code:`npm -v` (required to build the web UI) +- `Python 3.7 to 3.9 `_, check with :code:`python --version` (required to build the core components) +- `Poetry `_, check with :code:`poetry --version` (can be installed like this: :code:`python3 -m pip install poetry`) +- `Node 12 or higher `_, (recommended to download the LTS version), check with :code:`node --version` and :code:`npm --version` (required to build the web UI) - `Rust nightly `_ (nightly can be installed using :code:`rustup`), check with :code:`rustc -V` and :code:`cargo -V` (for building aw-server-rust) **For Windows users:** From 3544a361686c672250b28b3a0da8eed46db669e5 Mon Sep 17 00:00:00 2001 From: Harold Date: Fri, 23 Jul 2021 16:31:54 +0800 Subject: [PATCH 3/3] Changed title from usage.rst to intended-use-of-activitywatch.rst to remove duplicate label of "usage" --- src/{usage.rst => intended-use-of-activitywatch.rst} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename src/{usage.rst => intended-use-of-activitywatch.rst} (93%) diff --git a/src/usage.rst b/src/intended-use-of-activitywatch.rst similarity index 93% rename from src/usage.rst rename to src/intended-use-of-activitywatch.rst index 4ed7fc4..c67121f 100644 --- a/src/usage.rst +++ b/src/intended-use-of-activitywatch.rst @@ -1,12 +1,12 @@ -Usage -===== +Intended Use of ActivityWatch +============================= Here we hope to clarify the founder's designed usage of ActivityWatch. .. contents:: -Intended Use of ActivityWatch ------------------------------ +Vision and Usage of ActivityWatch +--------------------------------- The `vision `_ of ActivityWatch has always been for the betterment of the user. May it be for personal, business, or solely research.