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

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

11
   <br />
11
   <br />
12
   <form class="search_form" name="rules" onsubmit="return false" action="">
12
   <form class="search_form" name="rules" onsubmit="return false" action="">
13
     <input type="text" id="search_string" value="Filter (empty to reset)" />
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
     Searching for <strong>upload+trump</strong> returns all rules containing both terms</span>
15
     Searching for <strong>upload+trump</strong> returns all rules containing both terms</span>
16
   </form>
16
   </form>
17
   <br />
17
   <br />
65
       <h4 id="def"><a href="#defk"><strong>&uarr;</strong></a> Definitions</h4>
65
       <h4 id="def"><a href="#defk"><strong>&uarr;</strong></a> Definitions</h4>
66
       <div class="box pad" style="padding: 10px 10px 10px 20px;">
66
       <div class="box pad" style="padding: 10px 10px 10px 20px;">
67
         <ul>
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
           <li><b>Swarm</b> - All peers associated with a given torrent.</li>
69
           <li><b>Swarm</b> - All peers associated with a given torrent.</li>
70
           <li><b>Peer</b> - A client that has announced to the tracker and is part of the swarm.</b>
70
           <li><b>Peer</b> - A client that has announced to the tracker and is part of the swarm.</b>
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>
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
             <li id="r1.3.3"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.3">1.3.3.</a>
219
             <li id="r1.3.3"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.3">1.3.3.</a>
220
               <strong>Torrent packs, database rips, etc., are strictly prohibited.</strong>
220
               <strong>Torrent packs, database rips, etc., are strictly prohibited.</strong>
221
               They may not be uploaded under any circumstance, e.g., Wikipedia English Official Offline Edition 2014-07-07.
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
             </li>
223
             </li>
224
 
224
 
225
             <li id="r1.3.4"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.4">1.3.4.</a>
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