You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/03/28 11:10:36 UTC

svn commit: r1899295 - in /uima/site/trunk/uima-website: docs/downloads.html xdocs/downloads.xml

Author: rec
Date: Mon Mar 28 11:10:36 2022
New Revision: 1899295

URL: http://svn.apache.org/viewvc?rev=1899295&view=rev
Log:
No issue. Clean up download page.

Modified:
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/xdocs/downloads.xml

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1899295&r1=1899294&r2=1899295&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Mon Mar 28 11:10:36 2022
@@ -233,30 +233,7 @@
                                     <p>
     Go directly to the <a href="[location]#Latest Official Releases">Latest Official Releases</a>.
   </p>
-                                                <p>
-    Use the links below to download Apache UIMA from one of our mirrors.  It is good practice to
-    <a href="[location]#VerifyDownload">verify the integrity</a> of the distribution files, using 
-    the signatures and checksums listed below in square brackets as asc, md5, or sha1.
-  </p>
-                                                <p>
-    Apache UIMA is distributed as source and binary (ready-to-use) packages. These are available in
-    <code>zip</code>, <code>tar.gz</code> and sometimes, <code>tar.bz2</code> archive formats. 
-    Please note that the <code>tar.*</code> archives contain file names longer than 100 characters
-    and have been created using GNU tar extensions. Thus they must be untarred with a GNU compatible
-    version of <code>tar</code>.
-  </p>
-                            </blockquote>
-        </p>
-      </td></tr>
-    </table>
-                                        <div class="sectionTable">
-      <table class="sectionTable">
-        <tr><td>
-        <a name="Latest Official Releases"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Latest Official Releases</h1></a>
-      </td></tr>
-      <tr><td>
-        <blockquote class="sectionBody">
-                                          <table class="subsectionTable">
+                                                      <table class="subsectionTable">
         <tr><td>
        
        
@@ -273,12 +250,11 @@
       on the Apache UIMA Java SDK Core artifact looks like this:
     </p>
                                                 <code><pre>
-      &lt;dependency&gt;
-        &lt;groupId&gt;org.apache.uima&lt;/groupId&gt;
-        &lt;artifactId&gt;uimaj-core&lt;/artifactId&gt;
-        &lt;version&gt;3.2.0&lt;/version&gt;
-      &lt;/dependency&gt;
-    </pre></code>
+&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.uima&lt;/groupId&gt;
+  &lt;artifactId&gt;uimaj-core&lt;/artifactId&gt;
+  &lt;version&gt;3.2.0&lt;/version&gt;
+&lt;/dependency&gt;</pre></code>
                                                 <p>
       Here you can find an <a href="https://search.maven.org/search?q=g:org.apache.uima">
       overview of the artifacts on Maven Central</a>.
@@ -286,7 +262,18 @@
                             </blockquote>
         </td></tr>
     </table>
-                                                <p>
+                            </blockquote>
+        </p>
+      </td></tr>
+    </table>
+                                        <div class="sectionTable">
+      <table class="sectionTable">
+        <tr><td>
+        <a name="Latest Official Releases"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Latest Official Releases</h1></a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="sectionBody">
+                                    <p>
     You are currently using <b>[preferred]</b>.  If you encounter a problem with this mirror, please
     select another mirror. If all mirrors are failing, there are <i>backup</i> mirrors (at the end
     of the mirrors list) that should be available.
@@ -305,6 +292,18 @@
     </select>
     <input type="submit" value="Change" />
   </form>
+                                                <p>
+    Use the links below to download Apache UIMA from one of our mirrors.  It is good practice to
+    <a href="[location]#VerifyDownload">verify the integrity</a> of the distribution files, using 
+    the signatures and checksums listed below in square brackets as asc, md5, or sha1.
+  </p>
+                                                <p>
+    Apache UIMA is distributed as source and binary (ready-to-use) packages. These are available in
+    <code>zip</code>, <code>tar.gz</code> and sometimes, <code>tar.bz2</code> archive formats. 
+    Please note that the <code>tar.*</code> archives contain file names longer than 100 characters
+    and have been created using GNU tar extensions. Thus they must be untarred with a GNU compatible
+    version of <code>tar</code>.
+  </p>
                                                       <table class="subsectionTable">
         <tr><td>
        

Modified: uima/site/trunk/uima-website/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/downloads.xml?rev=1899295&r1=1899294&r2=1899295&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/downloads.xml (original)
+++ uima/site/trunk/uima-website/xdocs/downloads.xml Mon Mar 28 11:10:36 2022
@@ -31,22 +31,24 @@ under the License.
     Go directly to the <a href="[location]#Latest Official Releases">Latest Official Releases</a>.
   </p>
   
-  <p>
-    Use the links below to download Apache UIMA from one of our mirrors.  It is good practice to
-    <a href="[location]#VerifyDownload">verify the integrity</a> of the distribution files, using 
-    the signatures and checksums listed below in square brackets as asc, md5, or sha1.
-  </p>
-
-  <p>
-    Apache UIMA is distributed as source and binary (ready-to-use) packages. These are available in
-    <code>zip</code>, <code>tar.gz</code> and sometimes, <code>tar.bz2</code> archive formats. 
-    Please note that the <code>tar.*</code> archives contain file names longer than 100 characters
-    and have been created using GNU tar extensions. Thus they must be untarred with a GNU compatible
-    version of <code>tar</code>.
-  </p>
+    <subsection name="Maven Repository">
+    <p>
+      Most people use Apache UIMA through the artifacts we distribute on Maven Central. A dependency
+      on the Apache UIMA Java SDK Core artifact looks like this:
+    </p>
+    <code><pre>
+&lt;dependency>
+  &lt;groupId>org.apache.uima&lt;/groupId>
+  &lt;artifactId>uimaj-core&lt;/artifactId>
+  &lt;version>3.2.0&lt;/version>
+&lt;/dependency></pre></code>
+    <p>
+      Here you can find an <a href="https://search.maven.org/search?q=g:org.apache.uima">
+      overview of the artifacts on Maven Central</a>.
+    </p>
+  </subsection>
 </section>
 
-
 <!-- 
   Add a subsection for the project version being released. Do not enter download info here, instead
   enter it in the stylesheets/project.xml file
@@ -61,25 +63,6 @@ under the License.
 -->
  
 <section name="Latest Official Releases">
-
-  <subsection name="Maven Repository">
-    <p>
-      Most people use Apache UIMA through the artifacts we distribute on Maven Central. A dependency
-      on the Apache UIMA Java SDK Core artifact looks like this:
-    </p>
-    <code><pre>
-      &lt;dependency>
-        &lt;groupId>org.apache.uima&lt;/groupId>
-        &lt;artifactId>uimaj-core&lt;/artifactId>
-        &lt;version>3.2.0&lt;/version>
-      &lt;/dependency>
-    </pre></code>
-    <p>
-      Here you can find an <a href="https://search.maven.org/search?q=g:org.apache.uima">
-      overview of the artifacts on Maven Central</a>.
-    </p>
-  </subsection>
-
   <p>
     You are currently using <b>[preferred]</b>.  If you encounter a problem with this mirror, please
     select another mirror. If all mirrors are failing, there are <i>backup</i> mirrors (at the end
@@ -101,6 +84,20 @@ under the License.
     <input type="submit" value="Change" />
   </form>
 
+  <p>
+    Use the links below to download Apache UIMA from one of our mirrors.  It is good practice to
+    <a href="[location]#VerifyDownload">verify the integrity</a> of the distribution files, using 
+    the signatures and checksums listed below in square brackets as asc, md5, or sha1.
+  </p>
+
+  <p>
+    Apache UIMA is distributed as source and binary (ready-to-use) packages. These are available in
+    <code>zip</code>, <code>tar.gz</code> and sometimes, <code>tar.bz2</code> archive formats. 
+    Please note that the <code>tar.*</code> archives contain file names longer than 100 characters
+    and have been created using GNU tar extensions. Thus they must be untarred with a GNU compatible
+    version of <code>tar</code>.
+  </p>
+
   <subsection name="Apache UIMA Java SDK v3">
     <insertDownloads version="uimaj"/>
   </subsection>