tos.tmpl 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <div class="pages bg">
  2. {{template "base/head" .}}
  3. <div class="pages head">
  4. <p class="text">Terms of Service</p>
  5. </div>
  6. <div class="pages body">
  7. <h1>Account Terms</h1>
  8. <p class="pages-small">
  9. <b>Short version:</b> <i>User Accounts and Organizations have different administrative controls;
  10. a human must create your Account; you must be 13 or over; you must provide a valid email address;
  11. and you may not have more than one free Account. You alone are responsible for your Account and
  12. anything that happens while you are signed in to or using your Account. You are responsible for
  13. keeping your Account secure.</i>
  14. </p>
  15. <h2 class="pages-heading">1. Account Controls</h2>
  16. <p class="pages-small">
  17. Users. Subject to these Terms, you retain ultimate administrative control over your User Account
  18. and the Content within it.
  19. </p>
  20. <p class="pages-small">
  21. Organizations. The "owner" of an Organization that was created under these Terms has ultimate
  22. administrative control over that Organization and the Content within it. Within the Service, an
  23. owner can manage User access to the Organization’s data and projects. An Organization may have
  24. multiple owners, but there must be at least one User Account designated as an owner of an
  25. Organization. If you are the owner of an Organization under these Terms, we consider you responsible
  26. for the actions that are performed on or through that Organization.
  27. </p>
  28. <h2 class="pages-heading">2. Required Information</h2>
  29. <p class="pages-small">
  30. You must provide a valid email address in order to complete the signup process. Any other
  31. information requested, such as your real name, is optional, unless you are accepting these terms
  32. on behalf of a legal entity (in which case we need more information about the legal entity).
  33. </p>
  34. <h2 class="pages-heading">3. Account Requirements</h2>
  35. <p class="pages-small">
  36. We have a few simple rules for User Accounts on Gitote's Service.
  37. </p>
  38. <p class="pages-small">
  39. You must be a human to create an Account. Accounts registered by "bots" or other automated methods
  40. are not permitted. We do permit machine accounts:
  41. </p>
  42. <p class="pages-small">
  43. A machine account is an Account set up by an individual human who accepts the Terms on behalf of
  44. the Account, provides a valid email address, and is responsible for its actions. A machine account
  45. is used exclusively for performing automated tasks. Multiple users may direct the actions of a machine
  46. account, but the owner of the Account is ultimately responsible for the machine's actions. You may
  47. maintain no more than one free machine account in addition to your free User Account.
  48. </p>
  49. <p class="pages-small">
  50. One person or legal entity may maintain no more than one free Account (if you choose to control a
  51. machine account as well, that's fine, but it can only be used for running a machine).
  52. </p>
  53. <p class="pages-small">
  54. You must be age 13 or older. While we are thrilled to see brilliant young coders get excited by
  55. learning to program, we must comply with Indian law. Gitote does not target our Service to
  56. children under 13, and we do not permit any Users under 13 on our Service. If we learn of any User
  57. under the age of 13, we will terminate that User’s Account immediately. If you are a resident of
  58. a country outside the India, your country’s minimum age may be older; in such a case, you
  59. are responsible for complying with your country’s laws.
  60. </p>
  61. <p class="pages-small">
  62. Your login may only be used by one person — i.e., a single login may not be shared by multiple
  63. people.
  64. </p>
  65. <h2 class="pages-heading">4. User Account Security</h2>
  66. <p class="pages-small">
  67. You are responsible for keeping your Account secure while you use our Service. We offer tools
  68. such as two-factor authentication to help you maintain your Account's security, but the content
  69. of your Account and its security are up to you.
  70. </p>
  71. <p class="pages-small">
  72. You are responsible for all content posted and activity that occurs under your Account (even
  73. when content is posted by others who have Accounts under your Account).
  74. </p>
  75. <p class="pages-small">
  76. You are responsible for maintaining the security of your Account and password. Gitote cannot
  77. and will not be liable for any loss or damage from your failure to comply with this security
  78. obligation.
  79. </p>
  80. <p class="pages-small">
  81. You will promptly notify Gitote if you become aware of any unauthorized use of, or access to, our
  82. Service through your Account, including any unauthorized use of your password or Account.
  83. </p>
  84. <h2 class="pages-heading">5. Additional Terms</h2>
  85. <p class="pages-small">
  86. In some situations, third parties' terms may apply to your use of Gitote. For example, you may be
  87. a member of an organization on Gitote with its own terms or license agreements; you may download an
  88. application that integrates with Gitote; or you may use Gitote to authenticate to another service.
  89. Please be aware that while these Terms are our full agreement with you, other parties' terms govern
  90. their relationships with you.
  91. </p>
  92. <p class="pages-small">
  93. If you are a government User or otherwise accessing or using any Gitote Service in a government
  94. capacity, this Government Amendment to Gitote Terms of Service applies to you, and you agree to its
  95. provisions.
  96. </p>
  97. <p class="pages-small">
  98. <b>Effective</b>: November 5, 2018
  99. </p>
  100. </div>
  101. {{template "base/footer" .}}
  102. </div>