54 lines
2.1 KiB
PHP
54 lines
2.1 KiB
PHP
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h4>Rules for w0bm.com</h4>
|
|
</div>
|
|
<p>These are more or less guidelines for a friendly and peaceful together, please don't try to abuse this or push it to the limits.</p>
|
|
<div class="box">
|
|
<h5>General</h5>
|
|
<ol>
|
|
<li>Content on this website is intended for adults (18+).</li>
|
|
<li>No Comment or Tag spamming</li>
|
|
<li>No Child porn and/or underage modeling videos/links to websites</li>
|
|
<li>No racism</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h5>Uploading</h5>
|
|
<ol>
|
|
<li>The focus is on videos that are catchy and fun to watch, for example <a href="/index?q=loop">loops</a> this does not mean these are the only videos we welcome, it's just our main focus, we have plenty of videos that are completely unrelated to loops or catchy stuff and are still fitting, ask yourself "does my upload fit on w0bm.com?" and if yes, you're good to go!</li>
|
|
<li>The Artist and Songtitle field is only for the Artist and Song information respectively, anything else in there probably doesn't belong in there, use the Tags.</li>
|
|
<li>The Video Source field shouldn't be used for links, but you guys don't listen to me anyways ;_;</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h5>Tagging</h5>
|
|
<ol>
|
|
<li>Tags should always describe what you see in the video and maybe some additional informations</li>
|
|
<li>No links in the Tags, use the comment section for that!</li>
|
|
<li>Always give your video a rating like "sfw" or "nsfw" so people can filter.</li>
|
|
<li>Comments are not welcome in the Tag section</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h5>Commenting</h5>
|
|
<ol>
|
|
<li>You don't have to be polite, but you also don't have to be an asshole.</li>
|
|
<li>NSFW images should only be posted on NSFW videos.</li>
|
|
<li>Live with different opinions, and deal with it.</li>
|
|
<li>No scam links or links to paywall sites, no unauthorized advertisment</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h5>Reposts</h5>
|
|
<ul style="text-align:left;">
|
|
<li>Tag reposts with the tag: repost also link the original and the repost in the comments, maybe some admin or moderator is going to care about it and deletes the repost.</li>
|
|
</ul>
|
|
</div>
|
|
@include('footer')
|
|
@endsection
|