blob: 55ae55bd88615c3a188aa11b88b9f4b40d3009fa [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<section>
<h3>Course notes</h3>
<p>Written with <a href="https://revealjs.com/#/">reveal.js</a></p>
<p>Hosted at GitHub in the <a href="https://github.com/apache/tomcat-training">tomcat-training</a>
repository</p>
<p>Pull requests welcome</p>
<aside class="notes">
Mention community and contributing back.
</aside>
</section>
<section>
<h3>Open source</h3>
<p>Apache Tomcat is open source under the Apache License version 2</p>
<ul>
<li>Freely available</li>
<li>Permissive license</li>
<li>Don't have to contribute back</li>
<li>It is nice if you do</li>
</ul>
<aside class="notes">
Key aspects of ALv2. Take the code. Do what you like but acknowledge
<ul>
<li>where you got the code from</li>
<li>trademarks</li>
</ul>
</aside>
</section>
<section>
<h3>Tomcat Resources</h3>
<p>Web site: <a href="https://tomcat.apache.org">https://tomcat.apache.org</a></p>
<p>Mailing lists: <a href="https://tomcat.apache.org/lists.html">https://tomcat.apache.org/lists.html</a></p>
<p>Source code: <a href="https://github.com/apache/tomcat">https://github.com/apache/tomcat</a></p>
<p>Issue tracker: <a href="https://bz.apache.org/bugzilla">https://bz.apache.org/bugzilla</a>
<p>Stack overflow</p>
<aside class="notes">
Master source code in git. Used to be svn. History for 6.0.x and earlier
only available in svn.
<br>
Aim to fix all open bugs (not enhancements) before next release. Monthly release cycle.
</aside>
</section>