123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?
- //Include the header
- View::show_header('Collectoins Rules');
- ?>
- <div class="thin">
- <div class="header">
- <h2 class="center">Collections</h2>
- </div>
- <div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
- <ul>
- <li>
- Collections in the Personal and Theme categories may be based on opinion. You must respect others' opinions whilst creating and populating Theme collections.
- </li>
- <li>
- Collection vandalism is taken very seriously, resulting in collection editing privileges being removed (at a minimum).
- </li>
- <li>
- Personal Best Of collections are only allowed in the new Personal Collections category. You must be a Well Endowed+ or Donor to create one.
- </li>
- <li>
- A well-defined group of people, for instance Titty Monsters, or Interviewers, may create a Group Picks Theme collection with one pick per person, after having gained permission for the collection from Staff.
- </li>
- <li>
- There may only be one collection per Theme. Dupe collections will be deleted.
- </li>
- <li>
- Theme collections must be sensible, and reasonably broad. Those that do not fit this description will be deleted.
- </li>
- <li>
- Collections are <strong>not</strong> an alternative to the tagging system. A collection such as 'lolicon torrents' wouldn't be allowed, because it is far more appropriate to just tag the torrents as lolicon. Of course, an 'xysite.com best 30 lolicon eroge' collection would be looked upon differently.
- </li>
- <li>
- Collections should not be used to create lists of an artist's works, as the artist pages already exist for this purpose.
- </li>
- <li>
- Well Endowed and Donors get one personal collection. Bombshells can have two, Top Heavies can have up to three, and Titty Monsters up to four. Donors always receive one more than the class maximum.
- </li>
- <li>
- Every collection must have at least 3 torrent groups in it, except for collections of type "Personal", and "Staff Picks".
- </li>
- <li>
- Check to see that a similar collection does not already exist. If a similar collection does exist, please contribute to the existing collection.
- </li>
- <li>
- Give your collection an appropriate title and a decent description explaining its purpose.
- </li>
- <li>
- Attempt to add a cover image to every torrent in your collection.
- </li>
-
- </ul>
- </div>
- <? include('jump.php'); ?>
- </div>
- <?
- View::show_footer();
- ?>
|