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,4 +1,5 @@
1 1
 <?php
2
+declare(strict_types=1);
2 3
 
3 4
 enforce_login();
4 5
 $ENV = ENV::go();
@@ -10,7 +11,7 @@ if (!$UserCount = $Cache->get_value('stats_user_count')) {
10 11
       FROM users_main
11 12
       WHERE Enabled = '1'");
12 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 17
 $DonorPerms = Permissions::get_permissions(DONOR);
@@ -25,13 +26,11 @@ View::show_header('Donate');
25 26
   <div class="box pad">
26 27
     <p>
27 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 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 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 34
     </p>
36 35
 
37 36
     <p>
@@ -43,38 +42,35 @@ View::show_header('Donate');
43 42
     </p>
44 43
 
45 44
     <p>
46
-      <?= $ENV->SITE_NAME ?> currently operates on a shoestring
47
-      budget.
45
+      <?= $ENV->SITE_NAME ?> operates on a shoestring budget.
48 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 47
       Please find a detailed site budget below.
51 48
     </p>
52 49
 
53 50
     <ul>
54 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 54
       </li>
58 55
 
59 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 61
         Please see the <a href="/user.php?id=28">seedbox user account stats</a>.
64 62
       </li>
65 63
 
66 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 68
       </li>
70 69
 
71 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 74
       </li>
79 75
     </ul>
80 76
   </div>
@@ -86,22 +82,19 @@ View::show_header('Donate');
86 82
 
87 83
   <div class="box pad">
88 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 86
       We also accept <strong>tax-deductible donations</strong> on behalf of the
92 87
       <a href="https://www.boslab.org/donate" target="_blank">Boston Open Science Laboratory (BosLab)</a>,
93 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 91
     </p>
99 92
 
100 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 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 98
     </p>
106 99
 
107 100
     <figure class="donate_button">
@@ -119,23 +112,23 @@ View::show_header('Donate');
119 112
     <ul>
120 113
       <li>
121 114
         <strong>Silver.</strong>
122
-        $2 per month recurring donation.
115
+        $2 per month recurring.
123 116
       </li>
124 117
 
125 118
       <li>
126 119
         <strong>Gold.</strong>
127
-        $5 per month recurring donation.
120
+        $5 per month recurring.
128 121
       </li>
129 122
     </ul>
130 123
 
131 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 132
     </p>
140 133
   </div>
141 134
 
@@ -148,7 +141,7 @@ View::show_header('Donate');
148 141
     <p>
149 142
       <?= $ENV->SITE_NAME ?> understands that not everyone who wants
150 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 145
       Note that Donor Points are only awarded for monetary transactions and not volunteer work.
153 146
       There are many ways to provide alternative support, use your imagination!
154 147
     </p>
@@ -169,8 +162,15 @@ View::show_header('Donate');
169 162
         <a href="https://twitter.com/hashtag/P2Pbio" target="_blank">#P2Pbio</a>
170 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 174
         <pre>
175 175
 @misc{ BioTorrents.de,
176 176
   author = {Omics Tools LLC},
@@ -182,13 +182,6 @@ View::show_header('Donate');
182 182
         </pre>
183 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 185
     </ul>
193 186
   </div>
194 187
 

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

@@ -8,7 +8,7 @@ View::show_header('DMCA');
8 8
 
9 9
 <section class="tldr">
10 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 12
     <em>and</em> you believe that user-generated content (UGC) on the domain https://biotorrents.de infringes your
13 13
     copyrights:
14 14
     <em>then</em> you may notify our Digital Millennium Copyright Act (DMCA) agent in writing.
@@ -19,15 +19,15 @@ View::show_header('DMCA');
19 19
     <li>
20 20
       Identification of the copyrighted work claimed to have been infringed.
21 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 23
       Requests without a registration number will be ignored.
24 24
     </li>
25 25
 
26 26
     <li>
27 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 31
     </li>
32 32
 
33 33
     <li>
@@ -68,15 +68,14 @@ View::show_header('DMCA');
68 68
   </p>
69 69
 
70 70
   <p>
71
-    Circumstances that may delay request processing, including not limited:
71
+    Circumstances that may delay processing, including not limited:
72 72
   </p>
73 73
 
74 74
   <ul class="p">
75 75
 
76 76
     <li>
77 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 79
     </li>
81 80
 
82 81
     <li>
@@ -85,7 +84,7 @@ View::show_header('DMCA');
85 84
     </li>
86 85
 
87 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 88
       or encoded in other formats than UTF-8 or ASCII plaintext.
90 89
     </li>
91 90
 
@@ -100,8 +99,8 @@ View::show_header('DMCA');
100 99
       <a href="https://tools.ietf.org/html/rfc7208">RFC 7208 (SPF)</a>,
101 100
       <a href="https://tools.ietf.org/html/rfc8463">RFC 8463 (DKIM)</a>, and
102 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 104
       <a href="https://www.law.cornell.edu/uscode/text/15/7704">15 USC 7704(a)</a>.
106 105
     </li>
107 106
 
@@ -132,17 +131,18 @@ View::show_header('DMCA');
132 131
   </p>
133 132
 
134 133
   <p>
135
-    Please remember that under
134
+    Remember that under
136 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 139
   </p>
139 140
 
140 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 145
   </p>
145
-
146 146
 </section>
147 147
 
148 148
 <?php View::show_footer();

Loading…
Cancel
Save