Skip to content

Commit

Permalink
Updated Terms of Use & Added Community Guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Dec 11, 2023
1 parent a2d6ff5 commit d71aea8
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 5 deletions.
6 changes: 4 additions & 2 deletions error.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<NuxtLayout>
<h1>{{ error.statusCode }}</h1>
<p>{{ error.statusMessage }}</p>
<div class="container">
<h1>{{ error.statusCode }}</h1>
<p>{{ error.statusMessage }}</p>
</div>
</NuxtLayout>
</template>

Expand Down
2 changes: 2 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
<li><NuxtLink to="/legal/privacy">Privacy Policy</NuxtLink></li>
<span class="user-select-none"> /</span>
<li><NuxtLink to="/legal/terms">Terms of Use</NuxtLink></li>
<span class="user-select-none"> /</span>
<li><NuxtLink to="/community/guidelines">Community Guidelines</NuxtLink></li>
</ul>
</div>
</div>
Expand Down
153 changes: 153 additions & 0 deletions pages/community/guidelines.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<template>
<div class="container">
<h1>Community Guidelines</h1>

<p>
Welcome to the Lodine Software community guidelines! We're thrilled to
have you as part of our user community. To ensure a positive and
collaborative environment for everyone, we have established the following
community guidelines. These guidelines apply to all interactions within
our forums, social media channels, and any other community platforms
associated with Lodine Software products.
</p>

<ol>
<li>
<b>Respect Each Other:</b>
<ul>
<li>
Treat everyone with respect and kindness. Avoid offensive language,
discrimination, and personal attacks.
</li>
<li>
Embrace diverse perspectives and experiences. We're here to learn
from each other.
</li>
</ul>
</li>

<li>
<b>Be Helpful:</b>
<ul>
<li>
Contribute to discussions by sharing knowledge, insights, and
solutions.
</li>
<li>
If you see someone struggling, offer constructive assistance. We're
a community that supports one another.
</li>
</ul>
</li>

<li>
<b>Stay On Topic:</b>
<ul>
<li>
Keep discussions relevant to Lodine Software products, features, and
related topics.
</li>
<li>
Avoid spamming, promoting unrelated content, or engaging in
off-topic conversations.
</li>
</ul>
</li>

<li>
<b>Maintain a Safe Environment:</b>
<ul>
<li>
Do not share personal information, including addresses, phone
numbers, or any sensitive data.
</li>
<li>
Report any inappropriate behavior or content to the community
moderators.
</li>
</ul>
</li>

<li>
<b>Respect Privacy:</b>
<ul>
<li>
Do not share confidential information about Lodine Software or its
users.
</li>
<li>
Obtain permission before sharing someone else's personal
information.
</li>
</ul>
</li>

<li>
<b>No Spamming or Self-Promotion:</b>
<ul>
<li>
Refrain from excessive self-promotion or spamming. Share content
that adds value to the community.
</li>
<li>Unauthorized commercial solicitation is not allowed.</li>
</ul>
</li>

<li>
<b>Follow Platform Rules:</b>
<ul>
<li>
Adhere to the terms of service and guidelines set by the platforms
hosting our community.
</li>
<li>Respect copyright and intellectual property rights.</li>
</ul>
</li>

<li>
<b>Feedback and Criticism:</b>
<ul>
<li>
Provide constructive feedback and criticism to help improve Lodine
Software products.
</li>
<li>Keep discussions focused on improving the user experience.</li>
</ul>
</li>

<li>
<b>Moderation:</b>
<ul>
<li>
Follow instructions from community moderators. They are here to
maintain a positive and respectful environment.
</li>
<li>
Report any issues to the moderators rather than responding with
negativity.
</li>
</ul>
</li>

<li>
<b>Consequences for Violations:</b>
<ul>
<li>
Violations of these guidelines may result in warnings, temporary
suspension, or permanent removal from the community.
</li>
<li>
Lodine Software reserves the right to take appropriate action based
on the severity and frequency of violations.
</li>
</ul>
</li>
</ol>
</div>
</template>

<script setup>
useHead({
title: "Community Guidelines",
})
</script>
14 changes: 11 additions & 3 deletions pages/legal/terms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<div class="container">
<h1>Terms of Use</h1>

<p><em>Last Updated: December 6, 2023</em></p>
<p><em>Last Updated: December 11, 2023</em></p>

<p>
By accessing and using this our products and services, you agree to be
bound by these Terms of Use. If you do not agree to these terms, please
By accessing this website, using our products and services, you agree to
be bound by these Terms of Use. If you do not agree to these terms, please
refrain from using our services.
</p>

Expand All @@ -19,6 +19,14 @@
to comply with all applicable laws and regulations.
</p>

<h4>Community Guidelines</h4>
<p>
In addition to these Terms of Use, users are required to follow Community Guidelines.
Failure to comply with the Community Guidelines may result in termination
or suspension of your access to our services. The Community Guidelines can
be found <NuxtLink to="/community/guidelines">here</NuxtLink>.
</p>

<h4>Limitation of Liability</h4>

<p>
Expand Down

0 comments on commit d71aea8

Please sign in to comment.