diff options
| author | rr- | 2016-04-01 18:45:25 +0200 |
|---|---|---|
| committer | rr- | 2016-04-01 18:48:16 +0200 |
| commit | e487adcc97b8d2bd111a34b7d3c72d66001deb8b (patch) | |
| tree | d684abf99bf176ead0a785bc237ae3b6a81417c1 /client/html/help-tos.hbs | |
| parent | 1ad71585c4e95555566e8af068d5addf75b33274 (diff) | |
split files into client/ and server/
Diffstat (limited to 'client/html/help-tos.hbs')
| -rw-r--r-- | client/html/help-tos.hbs | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/client/html/help-tos.hbs b/client/html/help-tos.hbs new file mode 100644 index 0000000..2b35f8f --- /dev/null +++ b/client/html/help-tos.hbs @@ -0,0 +1,51 @@ +<p>By accessing {{ name }} (“Site”) you agree to the following +Terms of Service. If you do not agree to these terms, then please do not access +the Site.</p> + +<ul> + <li>The Site is presented to you AS IS, without any warranty, express or + implied. You will not hold the Site or its staff members liable for damages + caused by the use of the site.</li> + <li>The Site reserves the right to delete or modify your account, or any + content you have posted to the site.</li> + <li>The Site reserves the right to change these Terms of Service without + prior notice.</li> + <li>If you are a minor, then you will not use the Site.</li> + <li>You are using the Site only for personal use.</li> + <li>You will not spam, troll or offend anyone.</li> + <li>You accept that the Site is not liable for any content that you may + stumble upon.</li> +</ul> + +<p class='section' id='section-prohibited-content'><strong>Prohibited content</strong></p> + +<ul> + <li>Child pornography: any photograph or photorealistic drawing or movie + that depicts children in a sexual manner. This includes nudity, explicit + sex, implied sex, or sexually persuasive positions.</li> + + <li>Bestiality: any photograph or photorealistic drawing or movie that + depicts humans having sex (either explicit or implied) with other non-human + animals.</li> + + <li>Any depiction of extreme mutilation, extreme bodily distension, + feces.</li> + + <li>Personal images: any image that is suspected to be uploaded for + personal use. This includes, but is not limited to, avatars and forum + signatures.</li> +</ul> + +<p class='section' id='section-privacy-policy'><strong>Privacy policy</strong></p> + +<p>The Site will not disclose the IP address or email address of any user +except to the staff.</p> + +<p>Posts, comments, favorites, ratings and other actions linked to your account +will be stored in the Site’s database. The “Upload +anonymously” option allows you to post content without linking it to your +account – meaning your nickname will not be stored in the database +nor shown in the “Uploader” field.</p> + +<p>Cookies are used to store your session data in order to keep you logged in +and personalize your web experience.</p> |