Browse Source

Update donation page

biotorrents 4 years ago
parent
commit
69d8ee4838
2 changed files with 60 additions and 67 deletions
  1. 43
    50
      sections/donate/donate.php
  2. 17
    17
      sections/legal/dmca.php

+ 43
- 50
sections/donate/donate.php View File

1
 <?php
1
 <?php
2
+declare(strict_types=1);
2
 
3
 
3
 enforce_login();
4
 enforce_login();
4
 $ENV = ENV::go();
5
 $ENV = ENV::go();
10
       FROM users_main
11
       FROM users_main
11
       WHERE Enabled = '1'");
12
       WHERE Enabled = '1'");
12
     list($UserCount) = $DB->next_record();
13
     list($UserCount) = $DB->next_record();
13
-    $Cache->cache_value('stats_user_count', $UserCount, 0); // Infinite cache
14
+    $Cache->cache_value('stats_user_count', $UserCount, 0); // inf cache
14
 }
15
 }
15
 
16
 
16
 $DonorPerms = Permissions::get_permissions(DONOR);
17
 $DonorPerms = Permissions::get_permissions(DONOR);
25
   <div class="box pad">
26
   <div class="box pad">
26
     <p>
27
     <p>
27
       <?= $ENV->SITE_NAME ?> has no advertisements, is not sponsored,
28
       <?= $ENV->SITE_NAME ?> has no advertisements, is not sponsored,
28
-      and
29
-      provides its services free of charge.
29
+      and provides its services free of charge.
30
       For these reasons, its main income source is voluntary user donations.
30
       For these reasons, its main income source is voluntary user donations.
31
-      Supporting <?= $ENV->SITE_NAME ?> is and will always remain
32
-      voluntary.
31
+      Supporting the site is and will remain voluntary.
33
       If you're financially able, please help pay its bills by donating.
32
       If you're financially able, please help pay its bills by donating.
34
-      We use the donations to cover the costs of running the site, tracker, and IRC network.
33
+      We use the donations to cover the costs of running the site and tracker.
35
     </p>
34
     </p>
36
 
35
 
37
     <p>
36
     <p>
43
     </p>
42
     </p>
44
 
43
 
45
     <p>
44
     <p>
46
-      <?= $ENV->SITE_NAME ?> currently operates on a shoestring
47
-      budget.
45
+      <?= $ENV->SITE_NAME ?> operates on a shoestring budget.
48
       The costs of running the site, and all its technical and legal infrastructure, are minimal by design.
46
       The costs of running the site, and all its technical and legal infrastructure, are minimal by design.
49
-      Keeping costs in a range that I can pay out of pocket helps ensure the site doesn't depend on donations to exist.
50
       Please find a detailed site budget below.
47
       Please find a detailed site budget below.
51
     </p>
48
     </p>
52
 
49
 
53
     <ul>
50
     <ul>
54
       <li>
51
       <li>
55
-        <strong>Tracker Server.</strong>
56
-        We currently use one budget VPS at 2.50€ per month, and can add more at the same price as needed.
52
+        <strong>Server.</strong>
53
+        We currently use one budget VPS at 2.50€ per month, and can add more as needed.
57
       </li>
54
       </li>
58
 
55
 
59
       <li>
56
       <li>
60
-        <strong>Seedbox Server.</strong>
61
-        A dedicated seedbox from <a href="https://pulsedmedia.com/clients/aff.php?aff=1275" target="_blank">Pulsed Media
62
-          (affiliate link)</a> costs 75€ per year.
57
+        <strong>Seedbox.</strong>
58
+        A dedicated seedbox from
59
+        <a href="https://pulsedmedia.com/clients/aff.php?aff=1275" target="_blank">Pulsed Media (affiliate link)</a>
60
+        is 75€ per year.
63
         Please see the <a href="/user.php?id=28">seedbox user account stats</a>.
61
         Please see the <a href="/user.php?id=28">seedbox user account stats</a>.
64
       </li>
62
       </li>
65
 
63
 
66
       <li>
64
       <li>
67
-        <strong>Domain Name.</strong>
68
-        The site domain name costs $15 per year. The SSL certificate is gratis.
65
+        <strong>Domain.</strong>
66
+        The domain name is $15 per year.
67
+        The SSL certificate is gratis.
69
       </li>
68
       </li>
70
 
69
 
71
       <li>
70
       <li>
72
-        <strong>Parent Company.</strong>
73
-        <a href="https://wyobiz.wyo.gov/Business/FilingDetails.aspx?eFNum=002156042142181219185041207069159249164249226198"
74
-          target="_blank">Omics Tools LLC</a>
75
-        is <?= $ENV->SITE_NAME ?>'s parent company.
76
-        It costs $100 per year in filing fees plus $125 per year for resident agent services.
77
-        The resident agent may cost $50 in subsequent years but I wanted to do it right the first time.
71
+        <strong>Company.</strong>
72
+        Omics Tools LLC is <?= $ENV->SITE_NAME ?>'s parent company.
73
+        It's $50 per year in filing fees and $125 for resident agent services.
78
       </li>
74
       </li>
79
     </ul>
75
     </ul>
80
   </div>
76
   </div>
86
 
82
 
87
   <div class="box pad">
83
   <div class="box pad">
88
     <p>
84
     <p>
89
-      <?= $ENV->SITE_NAME ?> accepts donations on a tactful array of
90
-      platforms.
85
+      <?= $ENV->SITE_NAME ?> accepts a tactful array of donations.
91
       We also accept <strong>tax-deductible donations</strong> on behalf of the
86
       We also accept <strong>tax-deductible donations</strong> on behalf of the
92
       <a href="https://www.boslab.org/donate" target="_blank">Boston Open Science Laboratory (BosLab)</a>,
87
       <a href="https://www.boslab.org/donate" target="_blank">Boston Open Science Laboratory (BosLab)</a>,
93
       a registered 501c3.
88
       a registered 501c3.
94
-      Please use the memo field on BosLab's PayPal form to credit your <?= $ENV->SITE_NAME ?> account.
95
-      <strong>From: your username on <?= $ENV->SITE_NAME ?>'s behalf,
96
-        CC:
97
-        ohm at biotorrents dot de.</strong>
89
+      Please use the memo field to credit your account:
90
+      <strong>your username ℅ <?= $ENV->SITE_NAME ?>.</strong>
98
     </p>
91
     </p>
99
 
92
 
100
     <p>
93
     <p>
101
-      Unlike affiliate donations to BosLab, where the funds are beyond my control, direct donations are used exclusively
102
-      for <?= $ENV->SITE_NAME ?>'s operating costs.
94
+      Unlike affiliate donations to BosLab, where the funds are beyond our control,
95
+      direct donations are used exclusively for <?= $ENV->SITE_NAME ?>'s operating costs.
103
       Please see <a href="https://www.patreon.com/biotorrents" target="_blank"><?= $ENV->SITE_NAME ?>'s Patreon</a>
96
       Please see <a href="https://www.patreon.com/biotorrents" target="_blank"><?= $ENV->SITE_NAME ?>'s Patreon</a>
104
-      for a detailed overview of funding goals.
97
+      for an overview of funding goals.
105
     </p>
98
     </p>
106
 
99
 
107
     <figure class="donate_button">
100
     <figure class="donate_button">
119
     <ul>
112
     <ul>
120
       <li>
113
       <li>
121
         <strong>Silver.</strong>
114
         <strong>Silver.</strong>
122
-        $2 per month recurring donation.
115
+        $2 per month recurring.
123
       </li>
116
       </li>
124
 
117
 
125
       <li>
118
       <li>
126
         <strong>Gold.</strong>
119
         <strong>Gold.</strong>
127
-        $5 per month recurring donation.
120
+        $5 per month recurring.
128
       </li>
121
       </li>
129
     </ul>
122
     </ul>
130
 
123
 
131
     <p>
124
     <p>
132
-      I also accept private donations of cash and cash equivalents, including <strong>Bitcoin</strong> and other
133
-      cryptocurrencies.
134
-      Besides gift transactions sent to my personal <strong>PayPal</strong> account, I'll also accept <strong>USPS money
135
-        orders</strong> in the mail.
136
-      I can generate unique cryptocurrency addresses for donations in Bitcoin, Litecoin, and Curecoin.
137
-      Please use <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG key
138
-        760EBED7CFE266D7</a> if you desire.
125
+      We also accept private donations of cash and cash equivalents,
126
+      including <strong>Bitcoin</strong> and other cryptocurrencies:
127
+      Monero, Litecoin, and Curecoin.
128
+      <strong>PayPal</strong> and <strong>USPS money orders</strong> are also options.
129
+      Please use
130
+      <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG 760EBED7CFE266D7</a>
131
+      if you wish.
139
     </p>
132
     </p>
140
   </div>
133
   </div>
141
 
134
 
148
     <p>
141
     <p>
149
       <?= $ENV->SITE_NAME ?> understands that not everyone who wants
142
       <?= $ENV->SITE_NAME ?> understands that not everyone who wants
150
       to help may feel comfortable donating.
143
       to help may feel comfortable donating.
151
-      Please consider getting involved with development and the <?= $ENV->SITE_NAME ?> community instead.
144
+      Please consider getting involved with development and the community instead.
152
       Note that Donor Points are only awarded for monetary transactions and not volunteer work.
145
       Note that Donor Points are only awarded for monetary transactions and not volunteer work.
153
       There are many ways to provide alternative support, use your imagination!
146
       There are many ways to provide alternative support, use your imagination!
154
     </p>
147
     </p>
169
         <a href="https://twitter.com/hashtag/P2Pbio" target="_blank">#P2Pbio</a>
162
         <a href="https://twitter.com/hashtag/P2Pbio" target="_blank">#P2Pbio</a>
170
       </li>
163
       </li>
171
 
164
 
172
-      <li>Citing <?= $ENV->SITE_NAME ?> in your research
173
-        <br /><br />
165
+      <li>
166
+        Making artwork, icons, and media to advertise the site
167
+      </li>
168
+
169
+      <li>
170
+        Asking friends in academic, industry, and media to check it out
171
+      </li>
172
+
173
+      <li>Citing <?= $ENV->SITE_NAME ?> in your research:<br />
174
         <pre>
174
         <pre>
175
 @misc{ BioTorrents.de,
175
 @misc{ BioTorrents.de,
176
   author = {Omics Tools LLC},
176
   author = {Omics Tools LLC},
182
         </pre>
182
         </pre>
183
       </li>
183
       </li>
184
 
184
 
185
-      <li>
186
-        Making artwork, icons, and media to advertise the site and replace the emoji
187
-      </li>
188
-
189
-      <li>
190
-        Asking friends in academic, industry, and the media to consider the project
191
-      </li>
192
     </ul>
185
     </ul>
193
   </div>
186
   </div>
194
 
187
 

+ 17
- 17
sections/legal/dmca.php View File

8
 
8
 
9
 <section class="tldr">
9
 <section class="tldr">
10
   <p>
10
   <p>
11
-    <em>If</em> you're a copyright owner or an agent thereof,
11
+    <em>If</em> you're a copyright owner or agent thereof,
12
     <em>and</em> you believe that user-generated content (UGC) on the domain https://biotorrents.de infringes your
12
     <em>and</em> you believe that user-generated content (UGC) on the domain https://biotorrents.de infringes your
13
     copyrights:
13
     copyrights:
14
     <em>then</em> you may notify our Digital Millennium Copyright Act (DMCA) agent in writing.
14
     <em>then</em> you may notify our Digital Millennium Copyright Act (DMCA) agent in writing.
19
     <li>
19
     <li>
20
       Identification of the copyrighted work claimed to have been infringed.
20
       Identification of the copyrighted work claimed to have been infringed.
21
       <em>Please include your copyright registration number or proof of status pending.</em>
21
       <em>Please include your copyright registration number or proof of status pending.</em>
22
-      Copyright infringement claims for U.S. works require registration.
22
+      Claims for U.S. works require registration.
23
       Requests without a registration number will be ignored.
23
       Requests without a registration number will be ignored.
24
     </li>
24
     </li>
25
 
25
 
26
     <li>
26
     <li>
27
       Identification of the material that is claimed to be infringing.
27
       Identification of the material that is claimed to be infringing.
28
-      To speed up request processing, please include:
29
-      (1) the torrent's permalink <code>[PL]</code> URI exactly as it appears, <em>and</em>
30
-      (2) the corresponding BitTorrent <code>info_hash</code>.
28
+      To speed up processing, please include:
29
+      (1) the permalink <code>[PL]</code> URI, <em>and</em>
30
+      (2) the BitTorrent <code>info_hash</code>.
31
     </li>
31
     </li>
32
 
32
 
33
     <li>
33
     <li>
68
   </p>
68
   </p>
69
 
69
 
70
   <p>
70
   <p>
71
-    Circumstances that may delay request processing, including not limited:
71
+    Circumstances that may delay processing, including not limited:
72
   </p>
72
   </p>
73
 
73
 
74
   <ul class="p">
74
   <ul class="p">
75
 
75
 
76
     <li>
76
     <li>
77
       URI formulations that violate BioTorrents.de's normal access rules,
77
       URI formulations that violate BioTorrents.de's normal access rules,
78
-      e.g., unsecured HTTP or the <code>www</code> subdomain,
79
-      <em>or</em> requests that fail to identify a specific piece of UGC.
78
+      e.g., unsecured HTTP, <em>or</em> requests that fail to identify specific pieces of UGC.
80
     </li>
79
     </li>
81
 
80
 
82
     <li>
81
     <li>
85
     </li>
84
     </li>
86
 
85
 
87
     <li>
86
     <li>
88
-      Requests signed by other means than 256-bit Ed25519 or 4096-bit RSA,
87
+      Requests signed by other means than Ed25519 or RSA 4096,
89
       or encoded in other formats than UTF-8 or ASCII plaintext.
88
       or encoded in other formats than UTF-8 or ASCII plaintext.
90
     </li>
89
     </li>
91
 
90
 
100
       <a href="https://tools.ietf.org/html/rfc7208">RFC 7208 (SPF)</a>,
99
       <a href="https://tools.ietf.org/html/rfc7208">RFC 7208 (SPF)</a>,
101
       <a href="https://tools.ietf.org/html/rfc8463">RFC 8463 (DKIM)</a>, and
100
       <a href="https://tools.ietf.org/html/rfc8463">RFC 8463 (DKIM)</a>, and
102
       <a href="https://tools.ietf.org/html/rfc7489">RFC 7489 (DMARC)</a>.
101
       <a href="https://tools.ietf.org/html/rfc7489">RFC 7489 (DMARC)</a>.
103
-      Requests from free mailboxes such as Gmail, ProtonMail, Yahoo, etc.
104
-      Any email in violation of
102
+      Requests from free mailboxes such as Gmail, ProtonMail, etc.
103
+      Any email that violates
105
       <a href="https://www.law.cornell.edu/uscode/text/15/7704">15 USC 7704(a)</a>.
104
       <a href="https://www.law.cornell.edu/uscode/text/15/7704">15 USC 7704(a)</a>.
106
     </li>
105
     </li>
107
 
106
 
132
   </p>
131
   </p>
133
 
132
 
134
   <p>
133
   <p>
135
-    Please remember that under
134
+    Remember that under
136
     <a href="https://www.law.cornell.edu/uscode/text/17/512">17 USC 512(f)</a>,
135
     <a href="https://www.law.cornell.edu/uscode/text/17/512">17 USC 512(f)</a>,
137
-    any person who knowingly materially misrepresents infringement may be subject to liability.
136
+    anyone who knowingly materially misrepresents infringement may be subject to liability.
137
+    Also see
138
+    <a href="https://www.law.cornell.edu/uscode/text/17/108">17 USC 108</a>.
138
   </p>
139
   </p>
139
 
140
 
140
   <p>
141
   <p>
141
-    Consult your legal counsel or see 17 USC 512(c)(3) to confirm these requirements.
142
-    Please also see
143
-    <a href="https://www.law.cornell.edu/uscode/text/17/108">17 USC 108</a>.
142
+    Please use
143
+    <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG 760EBED7CFE266D7</a>
144
+    if you wish.
144
   </p>
145
   </p>
145
-
146
 </section>
146
 </section>
147
 
147
 
148
 <?php View::show_footer();
148
 <?php View::show_footer();

Loading…
Cancel
Save