This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-training.git
commit c9ba54c4a75ba7a49ec77f1c6b7a84c7a6bbca14 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Feb 19 22:22:02 2018 +0000 Add some content --- modules/intro.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/modules/intro.html b/modules/intro.html index 4abbc62..c52262a 100644 --- a/modules/intro.html +++ b/modules/intro.html @@ -20,4 +20,37 @@ 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>Resources</h3> + <p>Website: <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 currently in svn but looking to move to git soon. + <br> + Aim to fix all open bugs (not enhancements) before next release. Monthly release cycle. + </aside> +</section> \ No newline at end of file -- To stop receiving notification emails like this one, please contact ma...@apache.org. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org