Author: markt
Date: Tue Feb 26 19:16:17 2019
New Revision: 1854413
URL: http://svn.apache.org/viewvc?rev=1854413&view=rev
Log:
First pass to update site after migrating Tomcat 9.0.x, 8.5.x and 7.0.x to Git
Added:
tomcat/site/trunk/docs/.htaccess (with props)
tomcat/site/trunk/docs/source.html (with props)
tomcat/site/trunk/xdocs/.htaccess (with props)
tomcat/site/trunk/xdocs/source.xml (with props)
Removed:
tomcat/site/trunk/xdocs/svn.xml
Modified:
tomcat/site/trunk/build.xml
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-7.html
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/security.html
tomcat/site/trunk/docs/sitemap-main.xml
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/bugreport.xml
tomcat/site/trunk/xdocs/doap_Tomcat.rdf
tomcat/site/trunk/xdocs/migration-7.xml
tomcat/site/trunk/xdocs/migration-85.xml
tomcat/site/trunk/xdocs/migration-9.xml
tomcat/site/trunk/xdocs/security.xml
tomcat/site/trunk/xdocs/sitemap-main.xml
tomcat/site/trunk/xdocs/stylesheets/project.xml
Modified: tomcat/site/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1854413&r1=1854412&r2=1854413&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Tue Feb 26 19:16:17 2019
@@ -45,6 +45,7 @@
<fileset dir="${docs.src}">
<include name="sitemap*.xml"/>
<include name="robots.txt"/>
+ <include name=".htaccess"/>
</fileset>
</copy>
Added: tomcat/site/trunk/docs/.htaccess
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/.htaccess?rev=1854413&view=auto
==============================================================================
--- tomcat/site/trunk/docs/.htaccess (added)
+++ tomcat/site/trunk/docs/.htaccess Tue Feb 26 19:16:17 2019
@@ -0,0 +1,2 @@
+RewriteEngine On
+RewriteRule ^/svn.html /source.html [R=301]
\ No newline at end of file
Propchange: tomcat/site/trunk/docs/.htaccess
------------------------------------------------------------------------------
svn:eol-style = native
Modified: tomcat/site/trunk/docs/bugreport.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1854413&r1=1854412&r2=1854413&view=diff
==============================================================================
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Tue Feb 26 19:16:17 2019
@@ -135,7 +135,7 @@
<a href="./getinvolved.html">Overview</a>
</li>
<li>
-<a href="./svn.html">Source code</a>
+<a href="./source.html">Source code</a>
</li>
<li>
<a href="./ci.html">Buildbot</a>
@@ -579,7 +579,7 @@ problem you are having before reporting
<a
href="https://tomcat.apache.org/tomcat-9.0-doc/changelog.html">changelog.html</a>
</td>
<td>
- <a
href="https://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/changelog.xml">changelog.xml</a>
+ <a
href="https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html">changelog.html
- CI</a>
</td>
</tr>
@@ -592,7 +592,7 @@ problem you are having before reporting
<a
href="https://tomcat.apache.org/tomcat-8.5-doc/changelog.html">changelog.html</a>
</td>
<td>
- <a
href="https://svn.apache.org/repos/asf/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml">changelog.xml</a>
+ <a
href="https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html">changelog.html
- CI</a>
</td>
</tr>
@@ -605,7 +605,7 @@ problem you are having before reporting
<a
href="https://tomcat.apache.org/tomcat-7.0-doc/changelog.html">changelog.html</a>
</td>
<td>
- <a
href="https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml">changelog.xml</a>
+ <a
href="https://ci.apache.org/projects/tomcat/tomcat7/docs/changelog.html">changelog.html
- CI</a>
</td>
</tr>
@@ -882,7 +882,9 @@ bug in your web application.</p>
</p>
-<p>To propose a patch, attach it to a Bugzilla issue.
+<p>For components available via GitHub you may provide a proposed patch as a
+ pull request. Alternatively, you can attach your proposed patch to a
+ Bugzilla issue.
When providing a patch, please mention to which version of the source code
it
applies. Any patches are welcome, but we prefer the ones that use the
<a href="http://en.wikipedia.org/wiki/Diff#Unified_format" rel="nofollow">
@@ -897,7 +899,7 @@ bug in your web application.</p>
<ul>
<li>
-<a href="svn.html">Subversion repository structure</a> of Apache Tomcat</li>
+<a href="source.html">Repository access </a> for Apache Tomcat</li>
<li>Read BUILDING.txt in the source distribution</li>
Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1854413&r1=1854412&r2=1854413&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Tue Feb 26 19:16:17 2019
@@ -86,10 +86,11 @@
</Version>
</release>
<repository>
- <SVNRepository>
- <location rdf:resource="http://svn.apache.org/repos/asf/tomcat"/>
- <browse rdf:resource="http://svn.apache.org/viewvc/tomcat/"/>
- </SVNRepository>
+ <
+ <GitRepository>
+ <location
rdf:resource="https://gitbox.apache.org/repos/asf/tomcat.git"/>
+ <browse
rdf:resource="https://gitbox.apache.org/repos/asf?p=tomcat.git;a=summary"/>
+ </GitRepository>
</repository>
<asfext:implements>
<asfext:Standard>
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1854413&r1=1854412&r2=1854413&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Feb 26 19:16:17 2019
@@ -136,7 +136,7 @@
<a href="./getinvolved.html">Overview</a>
</li>
<li>
-<a href="./svn.html">Source code</a>
+<a href="./source.html">Source code</a>
</li>
<li>
<a href="./ci.html">Buildbot</a>
@@ -249,7 +249,7 @@ compared to version 7.0.92.</p>
<ul>
<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
- up the latest Windows binaries built with APR 1.6.5 and OpenSSL 1.1.1a.
+ up the latest Windows binaries built with APR 1.6.5 and OpenSSL 1.1.1a and
to pick up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]