You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/06/23 23:32:26 UTC

svn commit: r1799720 - in /cassandra/site: publish/download/index.html src/download.md

Author: mshuler
Date: Fri Jun 23 23:32:26 2017
New Revision: 1799720

URL: http://svn.apache.org/viewvc?rev=1799720&view=rev
Log:
Try to fix text file formatting

Modified:
    cassandra/site/publish/download/index.html
    cassandra/site/src/download.md

Modified: cassandra/site/publish/download/index.html
URL: http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1799720&r1=1799719&r2=1799720&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Fri Jun 23 23:32:26 2017
@@ -179,26 +179,22 @@ configuration changes.</li>
 <ul>
   <li><code>311x</code> and <code>30x</code></li>
   <li>Modify the <code>&lt;release series&gt;</code> desired in the <code>baseurl</code> below.</li>
-  <li>(Not all versions of Apache Cassandra are available, since building RPMs is a recent addition to the project.)</li>
-</ul>
-
-<p>The following versions are currently available for RPM installation:</p>
-
-<ul>
-  <li>latest</li>
   <li>
-    <p>3.0</p>
+    <p>(Not all versions of Apache Cassandra are available, since building RPMs is a recent addition to the project.)</p>
   </li>
   <li>Add the Apache repository of Cassandra to <code>/etc/yum.repos.d/cassandra.repo</code>, for example for the latest 3.11 version:</li>
 </ul>
 
-<pre><code>[cassandra]
-name=Apache Cassandra
-baseurl=https://www.apache.org/dist/cassandra/redhat/311x/
-gpgcheck=1
-repo_gpgcheck=1
-gpgkey=https://www.apache.org/dist/cassandra/KEYS
-</code></pre>
+<div><div class="CodeRay">
+  <div class="code"><pre><span class="line-numbers"><a href="#n1" name="n1">1</a></span>[cassandra]
+<span class="line-numbers"><a href="#n2" name="n2">2</a></span>name=Apache Cassandra
+<span class="line-numbers"><a href="#n3" name="n3">3</a></span>baseurl=https://www.apache.org/dist/cassandra/redhat/311x/
+<span class="line-numbers"><a href="#n4" name="n4">4</a></span>gpgcheck=1
+<span class="line-numbers"><a href="#n5" name="n5">5</a></span>repo_gpgcheck=1
+<span class="line-numbers"><a href="#n6" name="n6">6</a></span>gpgkey=https://www.apache.org/dist/cassandra/KEYS
+</pre></div>
+</div>
+</div>
 
 <p>Start Cassandra (will not start automatically):</p>
 

Modified: cassandra/site/src/download.md
URL: http://svn.apache.org/viewvc/cassandra/site/src/download.md?rev=1799720&r1=1799719&r2=1799720&view=diff
==============================================================================
--- cassandra/site/src/download.md (original)
+++ cassandra/site/src/download.md Fri Jun 23 23:32:26 2017
@@ -83,14 +83,9 @@ Cassandra can be installed using RPM pac
 * Modify the `<release series>` desired in the `baseurl` below.
 * (Not all versions of Apache Cassandra are available, since building RPMs is a recent addition to the project.)
 
-The following versions are currently available for RPM installation:
-
-* {{ "latest" }}
-* {{ "3.0" }}
-
 * Add the Apache repository of Cassandra to `/etc/yum.repos.d/cassandra.repo`, for example for the latest 3.11 version:
 
-```
+```text
 [cassandra]
 name=Apache Cassandra
 baseurl=https://www.apache.org/dist/cassandra/redhat/311x/



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org