{{ $t("To change the world, change the software") }}
+
+ {{
+ $t(
+ "We won’t change the world from Facebook. The tool we dream of, surveillance capitalism corporations won’t develop it, as they couldn’t profit from it. This is an opportunity to build something better, by taking another approach."
+ )
+ }}
+
+ {{
+ $t(
+ "If the direction given by the development team does not suit you, you have the legal right to create your own version of the software, with your own governance choices."
+ )
+ }}
+
+ {{
+ $t(
+ "Some terms, technical or otherwise, used in the text below may cover concepts that are difficult to grasp. We have provided a glossary here to help you understand them better:"
+ )
+ }}
+
+ {{
+ $t(
+ "The instance administrator is the person or entity that runs this Mobilizon instance."
+ )
+ }}
+
+
{{ $t("Application") }}
+
+ {{
+ $t(
+ "In the following context, an application is a software, either provided by the Mobilizon team or by a 3rd-party, used to interact with your instance."
+ )
+ }}
+
+
{{ $t("API") }}
+
+ {{
+ $t(
+ "An “application programming interface” or “API” is a communication protocol that allows software components to communicate with each other. The Mobilizon API, for example, can allow third-party software tools to communicate with Mobilizon instances to carry out certain actions, such as posting events on your behalf, automatically and remotely."
+ )
+ }}
+
+
{{ $t("SSL/TLS") }}
+
+ https://
+
+
{{ $t("Cookies and Local storage") }}
+
+ {{
+ $t(
+ "A cookie is a small file containing informations that is sent to your computer when you visit a website. When you visit the site again, the cookie allows that site to recognize your browser. Cookies may store user preferences and other information. You can configure your browser to refuse all cookies. However, this may result in some website features or services partially working. Local storage works the same way but allows to store more data."
+ )
+ }}
+
+
+
+ {{
+ $t(
+ "Displayed on homepage and meta tags. Describe what Mobilizon is and what makes this instance special in a single paragraph."
+ )
+ }}
+
+
+
+
+
+
+ {{ $t("Can be an email or a link, or just plain text.") }}
+
+
+
@@ -15,9 +30,24 @@
{{ $t("Registration is closed.") }}
-
+
+
+
+ {{
+ $t(
+ "A place to explain who you are and the things that set your instance apart. You can use HTML tags."
+ )
+ }}
+
+
+
+
+
+
+ {{ $t("A place for your code of conduct, rules or guidelines. You can use HTML tags.") }}
+
-
+
@@ -26,7 +56,7 @@
v-model="adminSettings.instanceTermsType"
name="instanceTermsType"
:native-value="InstanceTermsType.DEFAULT"
- >{{ $t("Default Mobilizon.org terms") }}{{ $t("Default Mobilizon terms") }}
@@ -65,6 +95,11 @@
>{{ $t("default Mobilizon terms") }}
+ {{
+ $t(
+ "NOTE! The default terms have not been checked over by a lawyer and thus are unlikely to provide full legal protection for all situations for an instance admin using them. They are also not specific to all countries and jurisdictions. If you are unsure, please check with a lawyer."
+ )
+ }}
{{ $t("Custom") }}
-
- {{
- $t(
- "Enter your own terms. HTML tags allowed. Mobilizon.org's terms are provided as template."
- )
- }}
-