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.

jump.php 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?php
  2. declare(strict_types=1);
  3. ?>
  4. <h3 id="jump">Other sections</h3>
  5. <div class="box pad rule_table">
  6. <table>
  7. <tr class="colhead">
  8. <td style="width: 10em;">Category</td>
  9. <td>Additional Information</td>
  10. </tr>
  11. <tr class="row">
  12. <td>
  13. <strong><a href="rules.php?p=upload">Upload</a></strong>
  14. </td>
  15. <td>
  16. <strong>If you only read one rules page, this is the one to read</strong>
  17. </td>
  18. </tr>
  19. <tr class="row">
  20. <td>
  21. <strong><a href="rules.php?p=ratio">Ratio</a></strong>
  22. </td>
  23. <td>
  24. <strong>There's really two pages: required ratio table and calculation</strong>
  25. </td>
  26. </tr>
  27. <tr class="row">
  28. <td>
  29. <a href="rules.php?p=requests">Requests</a>
  30. </td>
  31. <td>
  32. These are the rules that govern requests
  33. </td>
  34. </tr>
  35. <tr class="row">
  36. <td>
  37. <a href="rules.php?p=collages">Collections</a>
  38. </td>
  39. <td>
  40. These are the rules that govern collections
  41. </td>
  42. </tr>
  43. <tr class="row">
  44. <td>
  45. <a href="rules.php?p=clients">Clients</a>
  46. </td>
  47. <td>
  48. These are the clients we allow to connect to our tracker and rules specific to them
  49. </td>
  50. </tr>
  51. <tr class="row">
  52. <td>
  53. <a href="rules.php?p=chat">Chat</a>
  54. </td>
  55. <td>
  56. Read this before posting in our forums or talking on our IRC network
  57. </td>
  58. </tr>
  59. <tr class="row">
  60. <td>
  61. <a href="rules.php?p=tag">Tagging</a>
  62. </td>
  63. <td>
  64. These rules govern what tags can and cannot be added
  65. </td>
  66. </tr>
  67. </table>
  68. </div>