pjc 5 years ago
parent
commit
27aead1bb5
2 changed files with 5 additions and 5 deletions
  1. 2
    2
      classes/torrent_form.class.php
  2. 3
    3
      sections/rules/upload.php

+ 2
- 2
classes/torrent_form.class.php View File

@@ -156,7 +156,7 @@ class TorrentForm
156 156
         <td class="label">Torrent File</td>
157 157
         <td><input id="file" type="file" name="file_input" size="50" /><br />
158 158
           Use the above announce URL and set the private flag in your BitTorrent client, e.g.,
159
-          <pre>mktorrent -p -a &lt;announce&gt; &lt;target folder&gt;</pre>
159
+          <code>mktorrent -p -a &lt;announce&gt; &lt;target folder&gt;</code>
160 160
         </td>
161 161
       </tr>
162 162
       <tr>
@@ -277,7 +277,7 @@ class TorrentForm
277 277
       <?php if (!$this->DisabledFlag) { ?>
278 278
       <input type="button" autofill="jav" value="Autofill">
279 279
       </input>
280
-      Coming Soon!<br />
280
+      <em>Coming Soon!</em><br />
281 281
       <!-- Autofill only supports RefSeq and UniProt; -->
282 282
       Enter any ID number that corresponds to the data,
283 283
       preferring RefSeq and UniProt

+ 3
- 3
sections/rules/upload.php View File

@@ -11,7 +11,7 @@ View::show_header('Uploading Rules', 'rules');
11 11
   <br />
12 12
   <form class="search_form" name="rules" onsubmit="return false" action="">
13 13
     <input type="text" id="search_string" value="Filter (empty to reset)" />
14
-    <span id="Index">Searching for <strong>upload</strong> returns all rules containing the term.
14
+    <span id="Index">Searching for <strong>upload</strong> returns all rules containing that term.
15 15
     Searching for <strong>upload+trump</strong> returns all rules containing both terms</span>
16 16
   </form>
17 17
   <br />
@@ -65,7 +65,7 @@ View::show_header('Uploading Rules', 'rules');
65 65
       <h4 id="def"><a href="#defk"><strong>&uarr;</strong></a> Definitions</h4>
66 66
       <div class="box pad" style="padding: 10px 10px 10px 20px;">
67 67
         <ul>
68
-          <li><b>Torrent</b> - Broadly used as a noun to describe a .torrent file, the files associated with it, and any associated metadata indexed by the site. Used as a verb to describe the act of downloading or uploading data from or to the swarm.</li>
68
+          <li><b>Torrent</b> - Broadly used as a noun to describe a <code>.torrent</code> file, the files associated with it, and any associated metadata indexed by the site. Used as a verb to describe the act of downloading or uploading data from or to the swarm.</li>
69 69
           <li><b>Swarm</b> - All peers associated with a given torrent.</li>
70 70
           <li><b>Peer</b> - A client that has announced to the tracker and is part of the swarm.</b>
71 71
           <li><b>Seed</b> - When used as a verb, describes the act of uploading torrent content to other peers. When used as a noun, describes a peer who has all of content associated with a torrent as is able to upload to peers. Sometimes referred to as a seeder.</li>
@@ -219,7 +219,7 @@ View::show_header('Uploading Rules', 'rules');
219 219
             <li id="r1.3.3"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.3">1.3.3.</a>
220 220
               <strong>Torrent packs, database rips, etc., are strictly prohibited.</strong>
221 221
               They may not be uploaded under any circumstance, e.g., Wikipedia English Official Offline Edition 2014-07-07.
222
-              Torrent "packs" containing mixed samples are allowed if under 10 GiB and corresponding to one finished experiment.
222
+              Torrent "packs" containing mixed samples are allowed if the torrent is under 10 GiB and the data corresponds to one finished experiment.
223 223
             </li>
224 224
 
225 225
             <li id="r1.3.4"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.4">1.3.4.</a>

Loading…
Cancel
Save