You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/01/29 17:41:28 UTC

svn commit: r1873320 - in /tomcat/site/trunk: docs/bugreport.html docs/ci.html docs/source.html xdocs/bugreport.xml xdocs/ci.xml xdocs/source.xml

Author: markt
Date: Wed Jan 29 17:41:28 2020
New Revision: 1873320

URL: http://svn.apache.org/viewvc?rev=1873320&view=rev
Log:
Update website for Connectors migration to git

Modified:
    tomcat/site/trunk/docs/bugreport.html
    tomcat/site/trunk/docs/ci.html
    tomcat/site/trunk/docs/source.html
    tomcat/site/trunk/xdocs/bugreport.xml
    tomcat/site/trunk/xdocs/ci.xml
    tomcat/site/trunk/xdocs/source.xml

Modified: tomcat/site/trunk/docs/bugreport.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1873320&r1=1873319&r2=1873320&view=diff
==============================================================================
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Wed Jan 29 17:41:28 2020
@@ -627,7 +627,7 @@ problem you are having before reporting
         <a href="https://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html">changelog.html</a>
       </td>
       <td>
-        <a href="https://svn.apache.org/repos/asf/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml">changelog.xml</a>
+        <a href="https://github.com/apache/tomcat-connectors/blob/master/xdocs/miscellaneous/changelog.xml">changelog.xml</a>
       </td>
     
 </tr>

Modified: tomcat/site/trunk/docs/ci.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/ci.html?rev=1873320&r1=1873319&r2=1873320&view=diff
==============================================================================
--- tomcat/site/trunk/docs/ci.html (original)
+++ tomcat/site/trunk/docs/ci.html Wed Jan 29 17:41:28 2020
@@ -807,7 +807,7 @@ prepared and published by ASF Buildbot,
     
 <ul>
       
-<li>Source path: <code>/tomcat/jk/trunk</code>
+<li>Source path: <code><a href="https://github.com/apache/tomcat-connectors">https://github.com/apache/tomcat-connectors</a></code>
 </li>
       
 <li>

Modified: tomcat/site/trunk/docs/source.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/source.html?rev=1873320&r1=1873319&r2=1873320&view=diff
==============================================================================
--- tomcat/site/trunk/docs/source.html (original)
+++ tomcat/site/trunk/docs/source.html Wed Jan 29 17:41:28 2020
@@ -224,6 +224,9 @@
 <a href="#tomcat.git">tomcat.git</a>
 </li>
 <li>
+<a href="#tomcat-connectors.git">tomcat-connectors.git</a>
+</li>
+<li>
 <a href="#tomcat-native.git">tomcat-native.git</a>
 </li>
 <li>
@@ -256,6 +259,8 @@ Git for version control. The following c
 
 <li>Apache Tomcat 7.0.x</li>
 
+<li>Apache Tomcat Connectors</li>
+
 <li>Apache Tomcat Native</li>
 
 <li>Apache Tomcat Training</li>
@@ -267,8 +272,6 @@ control system:</p>
 
 <ul>
 
-<li>Tomcat Connectors *</li>
-
 <li>Tomcat Maven plugin *</li>
 
 <li>Tomcat web site</li>
@@ -327,6 +330,27 @@ are cherry picked from 8.5.x into this b
 <a href="https://github.com/apache/tomcat">GitHub</a>.</p>
 
 </div>
+<h3 id="tomcat-connectors.git">tomcat-connectors.git</h3>
+<div class="text">
+
+
+<p>This the Git repository that contains the Apache Tomcat Connectors source
+code. This includes mod_jk and isapi. There is currently one active branch:</p>
+
+<ul>
+
+<li>master</li>
+
+</ul>
+
+<p>master is the primary development branch. Apache Tomcat Connectors 1.2.x releases
+are tagged from this branch. Development work generally occurs in this branch
+first.</p>
+
+<p>A web based view of this repository is available via
+<a href="https://github.com/apache/tomcat-connectors">GitHub</a>.</p>
+
+</div>
 <h3 id="tomcat-native.git">tomcat-native.git</h3>
 <div class="text">
 
@@ -397,18 +421,7 @@ http://svn.apache.org/repos/asf/tomcat</
     
 <td><a href="http://svn.apache.org/repos/asf/tomcat/archive">
         <code>/archive/</code></a></td>
-    <td>Modules that are no longer maintained</td>
-  
-</tr>
-  
-<tr>
-    
-<td><a href="http://svn.apache.org/repos/asf/tomcat/jk">
-        <code>/jk/</code></a></td>
-    <td>The native source code for the Tomcat Connectors. This includes
-        mod_jk, isapi and nsapi. The current code is in
-        <a href="http://svn.apache.org/repos/asf/tomcat/jk/trunk">
-        <code>/jk/trunk/</code></a>.</td>
+    <td>Modules that are no longer maintained or have been moved to git</td>
   
 </tr>
   

Modified: tomcat/site/trunk/xdocs/bugreport.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/bugreport.xml?rev=1873320&r1=1873319&r2=1873320&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/bugreport.xml (original)
+++ tomcat/site/trunk/xdocs/bugreport.xml Wed Jan 29 17:41:28 2020
@@ -234,7 +234,7 @@ problem you are having before reporting
         <a href="https://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html">changelog.html</a>
       </td>
       <td>
-        <a href="https://svn.apache.org/repos/asf/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml">changelog.xml</a>
+        <a href="https://github.com/apache/tomcat-connectors/blob/master/xdocs/miscellaneous/changelog.xml">changelog.xml</a>
       </td>
     </tr>
 

Modified: tomcat/site/trunk/xdocs/ci.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/ci.xml?rev=1873320&r1=1873319&r2=1873320&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/ci.xml (original)
+++ tomcat/site/trunk/xdocs/ci.xml Wed Jan 29 17:41:28 2020
@@ -244,7 +244,7 @@ prepared and published by ASF Buildbot,
   <td><a href="http://vmgump.apache.org/tomcat-connectors-native/">tomcat-connectors-native</a><br/>Tomcat Connectors (mod_jk)<br/>uses:<br/>Apache HTTP Server trunk</td>
   <td>
     <ul>
-      <li>Source path: <code>/tomcat/jk/trunk</code></li>
+      <li>Source path: <code><a href="https://github.com/apache/tomcat-connectors">https://github.com/apache/tomcat-connectors</a></code></li>
       <li><strong>Projects:</strong>
         <ul>
           <li><a href="http://vmgump.apache.org/tomcat-connectors-native/tomcat-connectors-native/">tomcat-connectors-native</a></li>

Modified: tomcat/site/trunk/xdocs/source.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/source.xml?rev=1873320&r1=1873319&r2=1873320&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/source.xml (original)
+++ tomcat/site/trunk/xdocs/source.xml Wed Jan 29 17:41:28 2020
@@ -20,13 +20,13 @@ Git for version control. The following c
 <li>Apache Tomcat 9.0.x</li>
 <li>Apache Tomcat 8.5.x</li>
 <li>Apache Tomcat 7.0.x</li>
+<li>Apache Tomcat Connectors</li>
 <li>Apache Tomcat Native</li>
 <li>Apache Tomcat Training</li>
 </ul>
 <p>The following components currently use Subversion as the primary version
 control system:</p>
 <ul>
-<li>Tomcat Connectors *</li>
 <li>Tomcat Maven plugin *</li>
 <li>Tomcat web site</li>
 <li>Taglibs</li>
@@ -66,6 +66,20 @@ are cherry picked from 8.5.x into this b
 <a href="https://github.com/apache/tomcat">GitHub</a>.</p>
 </section>
 
+<section name="tomcat-connectors.git">
+
+<p>This the Git repository that contains the Apache Tomcat Connectors source
+code. This includes mod_jk and isapi. There is currently one active branch:</p>
+<ul>
+<li>master</li>
+</ul>
+<p>master is the primary development branch. Apache Tomcat Connectors 1.2.x releases
+are tagged from this branch. Development work generally occurs in this branch
+first.</p>
+<p>A web based view of this repository is available via
+<a href="https://github.com/apache/tomcat-connectors">GitHub</a>.</p>
+</section>
+
 <section name="tomcat-native.git">
 
 <p>This the Git repository that contains the Apache Tomcat Native source code.
@@ -111,15 +125,7 @@ http://svn.apache.org/repos/asf/tomcat</
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/archive">
         <code>/archive/</code></a></td>
-    <td>Modules that are no longer maintained</td>
-  </tr>
-  <tr>
-    <td><a href="http://svn.apache.org/repos/asf/tomcat/jk">
-        <code>/jk/</code></a></td>
-    <td>The native source code for the Tomcat Connectors. This includes
-        mod_jk, isapi and nsapi. The current code is in
-        <a href="http://svn.apache.org/repos/asf/tomcat/jk/trunk">
-        <code>/jk/trunk/</code></a>.</td>
+    <td>Modules that are no longer maintained or have been moved to git</td>
   </tr>
   <tr>
     <td style="white-space: nowrap;"><a href="http://svn.apache.org/repos/asf/tomcat/maven-plugin">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org