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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. View::show_header('Collection rules');
  3. ?>
  4. <div>
  5. <div class="header">
  6. <h2>
  7. Collection rules
  8. </h2>
  9. </div>
  10. <div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
  11. <ul>
  12. <li>
  13. Collection vandalism is taken very seriously, resulting in loss of collection editing privileges at a minimum.
  14. </li>
  15. <li>
  16. A well-defined group of people, for instance Counter Culture Labs members, may create a Group Picks collection
  17. with one pick per person, after having gained permission for the collection from staff.
  18. Please avoid making Group Picks without an affirmative staff PM reply to your request.
  19. </li>
  20. <li>
  21. There may only be one collection per Theme.
  22. Duplicate collections will be deleted.
  23. The collection allowed to stay is the best maintained and oldest collection.
  24. In a word, the most established one.
  25. </li>
  26. <li>
  27. Theme collections must be sensible and reasonably broad.
  28. Those that don't fit this description will be deleted.
  29. Note the conceptual space this rule allows.
  30. </li>
  31. <li>
  32. Collections are <strong>not</strong> an alternative to the tagging system.
  33. A collection such as Fungi Torrents wouldn't be allowed because we have the <strong
  34. class="important_text_alt">fungi</strong> tag.
  35. Naturally a Fungi rRNA Barcodes collection is different.
  36. </li>
  37. <li>
  38. Every collection must have at least 3 torrent groups in it except for Personal ones.
  39. </li>
  40. <li>
  41. Please check to see that a similar collection doesn't already exist.
  42. If one does, please contribute to that.
  43. </li>
  44. <li>
  45. If you must make a new collection, please give it an appropriate title and a decent description explaining its
  46. purpose, and attempt to add a cover image to every torrent in it.
  47. </li>
  48. </ul>
  49. </div>
  50. <?php include('jump.php'); ?>
  51. </div>
  52. <?php View::show_footer();