From f5abbedde4ab4dfaf8aa9de198eb20bd4e0c98e4 Mon Sep 17 00:00:00 2001 From: Ian Roberts Date: Thu, 9 Mar 2023 19:47:44 +0000 Subject: [PATCH] Template custom-policies files for custom privacy & terms --- custom-policies/.gitignore | 2 ++ custom-policies/privacy-policy.md.template | 21 +++++++++++++++++++ .../terms-and-conditions.md.template | 19 +++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 custom-policies/.gitignore create mode 100644 custom-policies/privacy-policy.md.template create mode 100644 custom-policies/terms-and-conditions.md.template diff --git a/custom-policies/.gitignore b/custom-policies/.gitignore new file mode 100644 index 00000000..59a1e2b8 --- /dev/null +++ b/custom-policies/.gitignore @@ -0,0 +1,2 @@ +privacy-policy.md +terms-and-conditions.md diff --git a/custom-policies/privacy-policy.md.template b/custom-policies/privacy-policy.md.template new file mode 100644 index 00000000..b36a3c0a --- /dev/null +++ b/custom-policies/privacy-policy.md.template @@ -0,0 +1,21 @@ +# GATE Teamware Privacy Policy + +_(last updated YYYY-MM-DD)_ + +## Definitions of Roles and Terminology + +For the purposes of this privacy policy the following roles are defined... + +--- + +> If the standard GATE Teamware privacy policy does not meet +> your needs, you will need to create your own policy as a +> Markdown document. A simple way to start would be to +> run Teamware initially with the default policy, visit the +> policy page in your browser, and copy and paste the content +> into [StackEdit](https://stackedit.io/app) to convert it to +> Markdown, then edit it to meet your requirements. +> +> Save your completed policy document in this folder as +> `privacy-policy.md`, and Teamware will serve it in place +> of the standard policy. \ No newline at end of file diff --git a/custom-policies/terms-and-conditions.md.template b/custom-policies/terms-and-conditions.md.template new file mode 100644 index 00000000..8fa1db45 --- /dev/null +++ b/custom-policies/terms-and-conditions.md.template @@ -0,0 +1,19 @@ +# Terms & Conditions + +_(last updated YYYY-MM-DD)_ + +These terms and conditions (the “Terms and Conditions”) govern the use of GATE Teamware... + +--- + +> If the standard GATE Teamware terms document does not meet +> your needs, you will need to create your own version as a +> Markdown document. A simple way to start would be to +> run Teamware initially with the default terms, visit the +> T&C page in your browser, and copy and paste the content +> into [StackEdit](https://stackedit.io/app) to convert it to +> Markdown, then edit it to meet your requirements. +> +> Save your completed document in this folder as +> `terms-and-conditions.md`, and Teamware will serve it in +> place of the standard terms. \ No newline at end of file