BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

collages.php 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?
  2. //Include the header
  3. View::show_header('Collection Rules');
  4. ?>
  5. <div class="thin">
  6. <div class="header">
  7. <h2 class="center">Collections</h2>
  8. </div>
  9. <div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
  10. <ul>
  11. <li>
  12. Collection vandalism is taken very seriously, resulting in collection editing privileges being removed (at a minimum).
  13. </li>
  14. <li>
  15. A well-defined group of people, for instance Counter Culture Labs members, may create a Group Picks Theme collection with one pick per person, after having gained permission for the collection from Staff.
  16. </li>
  17. <li>
  18. There may only be one collection per Theme. Dupe collections will be deleted. The collection that is allowed to stay will be determined at staff discretion, with priority given to the most well maintained and oldest collection.
  19. </li>
  20. <li>
  21. Theme collections must be sensible, and reasonably broad. Those that do not fit this description will be deleted.
  22. </li>
  23. <li>
  24. Collections are <strong>not</strong> an alternative to the tagging system. A collection such as "fungi torrents" wouldn't be allowed, because it is far more appropriate to just tag the torrents as fungi. Of course, a "fungi rRNA barcodes" collection would be looked upon differently.
  25. </li>
  26. <li>
  27. Collections should not be used to create lists of an artist's works, as the artist pages already exist for this purpose.
  28. </li>
  29. <li>
  30. Every collection must have at least 3 torrent groups in it, except for collections of type "Personal" and "Staff Picks."
  31. </li>
  32. <li>
  33. Check to see that a similar collection does not already exist. If a similar collection does exist, please contribute to the existing collection.
  34. </li>
  35. <li>
  36. Give your collection an appropriate title and a decent description explaining its purpose.
  37. </li>
  38. <li>
  39. Attempt to add a cover image to every torrent in your collection.
  40. </li>
  41. </ul>
  42. </div>
  43. <? include('jump.php'); ?>
  44. </div>
  45. <?
  46. View::show_footer();
  47. ?>