Author: markt Date: Tue Jun 18 19:38:01 2019 New Revision: 1861601 URL: http://svn.apache.org/viewvc?rev=1861601&view=rev Log: Site updates after migration of Tomcat Native 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=1861601&r1=1861600&r2=1861601&view=diff ============================================================================== --- tomcat/site/trunk/docs/bugreport.html (original) +++ tomcat/site/trunk/docs/bugreport.html Tue Jun 18 19:38:01 2019 @@ -637,7 +637,7 @@ problem you are having before reporting <a href="https://tomcat.apache.org/native-doc/miscellaneous/changelog.html">changelog.html</a> </td> <td> - <a href="https://svn.apache.org/repos/asf/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml">changelog.xml</a> + <a href="https://github.com/apache/tomcat-native/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=1861601&r1=1861600&r2=1861601&view=diff ============================================================================== --- tomcat/site/trunk/docs/ci.html (original) +++ tomcat/site/trunk/docs/ci.html Tue Jun 18 19:38:01 2019 @@ -316,7 +316,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat">https://github.com/apache/tomcat</a></code> </li> <li> @@ -364,7 +364,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/tc8.5.x/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat/tree/8.5.x">https://github.com/apache/tomcat/tree/8.5.x</a></code> </li> <li> @@ -412,7 +412,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/tc7.0.x/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat/tree/7.0.x">https://github.com/apache/tomcat/tree/7.0.x</a></code> </li> <li> @@ -480,7 +480,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat">https://github.com/apache/tomcat</a></code> </li> <li> @@ -532,7 +532,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/tc8.5.x/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat/tree/8.5.x">https://github.com/apache/tomcat/tree/8.5.x</a></code> </li> <li> @@ -584,7 +584,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/tc7.0.x/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat/tree/7.0.x">https://github.com/apache/tomcat/tree/7.0.x</a></code> </li> <li> @@ -640,7 +640,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/native/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat-native">https://github.com/apache/tomcat-native</a></code> </li> <li> @@ -681,7 +681,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/native/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat-native">https://github.com/apache/tomcat-native</a></code> </li> <li> @@ -722,7 +722,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/native/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat-native">https://github.com/apache/tomcat-native</a></code> </li> <li> @@ -763,7 +763,7 @@ prepared and published by ASF Buildbot, <ul> -<li>Source path: <code>/tomcat/native/trunk</code> +<li>Source path: <code><a href="https://github.com/apache/tomcat-native">https://github.com/apache/tomcat-native</a></code> </li> <li> Modified: tomcat/site/trunk/docs/source.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/source.html?rev=1861601&r1=1861600&r2=1861601&view=diff ============================================================================== --- tomcat/site/trunk/docs/source.html (original) +++ tomcat/site/trunk/docs/source.html Tue Jun 18 19:38:01 2019 @@ -221,6 +221,12 @@ <a href="#tomcat.git">tomcat.git</a> </li> <li> +<a href="#tomcat-native.git">tomcat-native.git</a> +</li> +<li> +<a href="#tomcat-training.git">tomcat-training.git</a> +</li> +<li> <a href="#Subversion_Repository">Subversion Repository</a> <ol> <li> @@ -247,6 +253,10 @@ Git for version control. The following c <li>Apache Tomcat 7.0.x</li> +<li>Apache Tomcat Native</li> + +<li>Apache Tomcat Training</li> + </ul> <p>The following components currently use Subversion as the primary version @@ -258,8 +268,6 @@ control system:</p> <li>Tomcat Maven plugin *</li> -<li>Tomcat Native *</li> - <li>Tomcat web site</li> <li>Taglibs</li> @@ -313,10 +321,51 @@ are cherry picked from master into this are cherry picked from 8.5.x into this branch.</p> <p>A web based view of this repository is available via -<a href="https://gitbox.apache.org/repos/asf?p=tomcat.git">GitBox</a> or <a href="https://github.com/apache/tomcat">GitHub</a>.</p> </div> +<h3 id="tomcat-native.git">tomcat-native.git</h3> +<div class="text"> + + +<p>This the Git repository that contains the Apache Tomcat Native source code. +There is currently one active branch:</p> + +<ul> + +<li>master</li> + +</ul> + +<p>master is the primary development branch. Apache Tomcat Native 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-native">GitHub</a>.</p> + +</div> +<h3 id="tomcat-training.git">tomcat-training.git</h3> +<div class="text"> + + +<p>This the Git repository that contains the Apache Tomcat training material +source code. There is currently one active branch:</p> + +<ul> + +<li>master</li> + +</ul> + +<p>master is the primary development branch. Apache Tomcat training courses 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-training">GitHub</a>.</p> + +</div> <h3 id="Subversion_Repository">Subversion Repository</h3> <div class="text"> @@ -368,20 +417,6 @@ http://svn.apache.org/repos/asf/tomcat</ </tr> -<tr> - -<td><a href="http://svn.apache.org/repos/asf/tomcat/native"> - <code>/native/</code></a></td> - <td>The native source code for the Tomcat Native/APR Connector. - The current code is in - <a href="http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x"> - <code>/native/branches/1.1.x/</code></a> (1.1.x) and - <a href="http://svn.apache.org/repos/asf/tomcat/native/trunk"> - <code>/native/trunk/</code></a> (1.2.x). - </td> - -</tr> - <tr> <td><a href="http://svn.apache.org/repos/asf/tomcat/sandbox"> Modified: tomcat/site/trunk/xdocs/bugreport.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/bugreport.xml?rev=1861601&r1=1861600&r2=1861601&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/bugreport.xml (original) +++ tomcat/site/trunk/xdocs/bugreport.xml Tue Jun 18 19:38:01 2019 @@ -244,7 +244,7 @@ problem you are having before reporting <a href="https://tomcat.apache.org/native-doc/miscellaneous/changelog.html">changelog.html</a> </td> <td> - <a href="https://svn.apache.org/repos/asf/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml">changelog.xml</a> + <a href="https://github.com/apache/tomcat-native/blob/master/xdocs/miscellaneous/changelog.xml">changelog.xml</a> </td> </tr> </table> Modified: tomcat/site/trunk/xdocs/ci.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/ci.xml?rev=1861601&r1=1861600&r2=1861601&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/ci.xml (original) +++ tomcat/site/trunk/xdocs/ci.xml Tue Jun 18 19:38:01 2019 @@ -55,7 +55,7 @@ prepared and published by ASF Buildbot, <td><strong>tomcat-trunk</strong></td> <td> <ul> - <li>Source path: <code>/tomcat/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat">https://github.com/apache/tomcat</a></code></li> <li><a href="http://ci.apache.org/builders/tomcat-trunk">Build status page</a> for <strong>tomcat-trunk</strong><br/>This builder is triggered after each commit. It does a release build and runs tests (using multiple parallel threads).</li> <li><a href="https://ci.apache.org/builders/tomcat-trunk-periodic">Build status page</a> for <strong>tomcat-trunk-periodic</strong><br/>This builder is triggered once a day. It runs tests serially and generates a coverage report.</li> <li><a href="http://ci.apache.org/projects/tomcat/tomcat9/" rel="nofollow">Published files</a>: @@ -74,7 +74,7 @@ prepared and published by ASF Buildbot, <td><strong>tomcat-85-trunk</strong></td> <td> <ul> - <li>Source path: <code>/tomcat/tc8.5.x/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat/tree/8.5.x">https://github.com/apache/tomcat/tree/8.5.x</a></code></li> <li><a href="http://ci.apache.org/builders/tomcat-85-trunk">Build status page</a> for <strong>tomcat-85-trunk</strong><br/>This builder is triggered after each commit. It does a release build and runs tests (using multiple parallel threads).</li> <li><a href="https://ci.apache.org/builders/tomcat-85-trunk-periodic">Build status page</a> for <strong>tomcat-85-trunk-periodic</strong><br/>This builder is triggered once a day. It runs tests serially and generates a coverage report.</li> <li><a href="http://ci.apache.org/projects/tomcat/tomcat85/" rel="nofollow">Published files</a>: @@ -93,7 +93,7 @@ prepared and published by ASF Buildbot, <td><strong>tomcat-7-trunk</strong></td> <td> <ul> - <li>Source path: <code>/tomcat/tc7.0.x/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat/tree/7.0.x">https://github.com/apache/tomcat/tree/7.0.x</a></code></li> <li><a href="http://ci.apache.org/builders/tomcat-7-trunk">Build status page</a></li> <li><a href="http://ci.apache.org/projects/tomcat/tomcat7/" rel="nofollow">Published files</a>: <ul> @@ -122,7 +122,7 @@ prepared and published by ASF Buildbot, <td><a href="http://vmgump.apache.org/tomcat-trunk/">tomcat-trunk</a><br/>Tomcat 9.0.x</td> <td> <ul> - <li>Source path: <code>/tomcat/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat">https://github.com/apache/tomcat</a></code></li> <li><strong>Projects:</strong> <ul> <li><a href="http://vmgump.apache.org/tomcat-trunk/tomcat-trunk/">tomcat-trunk</a></li> @@ -141,7 +141,7 @@ prepared and published by ASF Buildbot, <td><a href="http://vmgump.apache.org/tomcat-8.5.x/">tomcat-8.5.x</a><br/>Tomcat 8.5.x</td> <td> <ul> - <li>Source path: <code>/tomcat/tc8.5.x/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat/tree/8.5.x">https://github.com/apache/tomcat/tree/8.5.x</a></code></li> <li><strong>Projects:</strong> <ul> <li><a href="http://vmgump.apache.org/tomcat-8.5.x/tomcat-tc8.5.x/">tomcat-tc8.5.x</a></li> @@ -160,7 +160,7 @@ prepared and published by ASF Buildbot, <td><a href="http://vmgump.apache.org/tomcat-7.0.x/">tomcat-7.0.x</a><br/>Tomcat 7.0.x</td> <td> <ul> - <li>Source path: <code>/tomcat/tc7.0.x/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat/tree/7.0.x">https://github.com/apache/tomcat/tree/7.0.x</a></code></li> <li><strong>Projects:</strong> <ul> <li><a href="http://vmgump.apache.org/tomcat-7.0.x/tomcat-tc7.0.x/">tomcat-tc7.0.x</a></li> @@ -180,7 +180,7 @@ prepared and published by ASF Buildbot, <td><a href="http://vmgump.apache.org/tomcat-native-1.2-1.0.2/">tomcat-native-1.2-1.0.2</a><br/>Tomcat Native 1.2.x<br/>uses:<br/>OpenSSL 1.0.2[x]<br/>APR 1.6.x</td> <td> <ul> - <li>Source path: <code>/tomcat/native/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat-native">https://github.com/apache/tomcat-native</a></code></li> <li><strong>Projects:</strong> <ul> <li><a href="http://vmgump.apache.org/tomcat-native-1.2-1.0.2/tomcat-native-1.2-1.0.2-buildconf/">tomcat-native-1.2-1.0.2-buildconf</a></li> @@ -196,7 +196,7 @@ prepared and published by ASF Buildbot, <td><a href="http://vmgump.apache.org/tomcat-native-1.2-1.1.0/">tomcat-native-1.2-1.1.0</a><br/>Tomcat Native 1.2.x<br/>uses:<br/>OpenSSL 1.1.0[x]<br/>APR 1.6.x</td> <td> <ul> - <li>Source path: <code>/tomcat/native/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat-native">https://github.com/apache/tomcat-native</a></code></li> <li><strong>Projects:</strong> <ul> <li><a href="http://vmgump.apache.org/tomcat-native-1.2-1.1.0/tomcat-native-1.2-1.1.0-buildconf/">tomcat-native-1.2-1.1.0-buildconf</a></li> @@ -212,7 +212,7 @@ prepared and published by ASF Buildbot, <td><a href="http://vmgump.apache.org/tomcat-native-1.2-1.1.1/">tomcat-native-1.2-1.1.1</a><br/>Tomcat Native 1.2.x<br/>uses:<br/>OpenSSL 1.1.1[x]<br/>APR 1.6.x</td> <td> <ul> - <li>Source path: <code>/tomcat/native/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat-native">https://github.com/apache/tomcat-native</a></code></li> <li><strong>Projects:</strong> <ul> <li><a href="http://vmgump.apache.org/tomcat-native-1.2-1.1.1/tomcat-native-1.2-1.1.1-buildconf/">tomcat-native-1.2-1.1.1-buildconf</a></li> @@ -228,7 +228,7 @@ prepared and published by ASF Buildbot, <td><a href="http://vmgump.apache.org/tomcat-native-trunk/">tomcat-native-trunk</a><br/>Tomcat Native 1.2.x<br/>uses:<br/>OpenSSL master<br/>APR 1.6.x</td> <td> <ul> - <li>Source path: <code>/tomcat/native/trunk</code></li> + <li>Source path: <code><a href="https://github.com/apache/tomcat-native">https://github.com/apache/tomcat-native</a></code></li> <li><strong>Projects:</strong> <ul> <li><a href="http://vmgump.apache.org/tomcat-native-trunk/tomcat-native-trunk-buildconf/">tomcat-native-trunk-buildconf</a></li> Modified: tomcat/site/trunk/xdocs/source.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/source.xml?rev=1861601&r1=1861600&r2=1861601&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/source.xml (original) +++ tomcat/site/trunk/xdocs/source.xml Tue Jun 18 19:38:01 2019 @@ -20,13 +20,14 @@ 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 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 Native *</li> <li>Tomcat web site</li> <li>Taglibs</li> <li>archive</li> @@ -62,10 +63,37 @@ are cherry picked from master into this <p>7.0.x is the stable release branch for Apache Tomcat 7.0.x. Generally, fixes are cherry picked from 8.5.x into this branch.</p> <p>A web based view of this repository is available via -<a href="https://gitbox.apache.org/repos/asf?p=tomcat.git">GitBox</a> or <a href="https://github.com/apache/tomcat">GitHub</a>.</p> </section> +<section name="tomcat-native.git"> + +<p>This the Git repository that contains the Apache Tomcat Native source code. +There is currently one active branch:</p> +<ul> +<li>master</li> +</ul> +<p>master is the primary development branch. Apache Tomcat Native 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-native">GitHub</a>.</p> +</section> + +<section name="tomcat-training.git"> + +<p>This the Git repository that contains the Apache Tomcat training material +source code. There is currently one active branch:</p> +<ul> +<li>master</li> +</ul> +<p>master is the primary development branch. Apache Tomcat training courses 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-training">GitHub</a>.</p> +</section> + <section name="Subversion Repository"> <p>The root of the repository is @@ -99,17 +127,6 @@ http://svn.apache.org/repos/asf/tomcat</ <td>The Apache Tomcat Maven Plugin source code and website.</td> </tr> <tr> - <td><a href="http://svn.apache.org/repos/asf/tomcat/native"> - <code>/native/</code></a></td> - <td>The native source code for the Tomcat Native/APR Connector. - The current code is in - <a href="http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x"> - <code>/native/branches/1.1.x/</code></a> (1.1.x) and - <a href="http://svn.apache.org/repos/asf/tomcat/native/trunk"> - <code>/native/trunk/</code></a> (1.2.x). - </td> - </tr> - <tr> <td><a href="http://svn.apache.org/repos/asf/tomcat/sandbox"> <code>/sandbox/</code></a></td> <td>An area where Tomcat committers can experiment with new ideas.</td> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org