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
The following commit(s) were added to refs/heads/master by this push: new 483ef61 Add agenda. Start to fill out intro module. 483ef61 is described below commit 483ef618a36c32e0a9c0dbe324c2f3fe5a5bcdce Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Feb 16 21:15:36 2018 +0000 Add agenda. Start to fill out intro module. --- courses/tomcat-for-administrators.html | 234 ++++++++++++++++++++++----------- modules/intro.html | 10 +- 2 files changed, 166 insertions(+), 78 deletions(-) diff --git a/courses/tomcat-for-administrators.html b/courses/tomcat-for-administrators.html index 859c268..e80d0cd 100644 --- a/courses/tomcat-for-administrators.html +++ b/courses/tomcat-for-administrators.html @@ -16,86 +16,170 @@ --> <!doctype html> <html> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> - <title>Tomcat for Administrators</title> + <title>Tomcat for Administrators</title> - <link rel="stylesheet" href="../css/reveal.css"> - <link rel="stylesheet" href="../css/theme/white.css"> + <link rel="stylesheet" href="../css/reveal.css"> + <link rel="stylesheet" href="../css/theme/white.css"> - <!-- Theme used for syntax highlighting of code --> - <link rel="stylesheet" href="../lib/css/zenburn.css"> + <!-- Theme used for syntax highlighting of code --> + <link rel="stylesheet" href="../lib/css/zenburn.css"> - <!-- Printing and PDF exports --> - <script> - var link = document.createElement( 'link' ); - link.rel = 'stylesheet'; - link.type = 'text/css'; - link.href = window.location.search.match( /print-pdf/gi ) ? '../css/print/pdf.css' : '../css/print/paper.css'; - document.getElementsByTagName( 'head' )[0].appendChild( link ); - </script> + <!-- Printing and PDF exports --> + <script> + var link = document.createElement( 'link' ); + link.rel = 'stylesheet'; + link.type = 'text/css'; + link.href = window.location.search.match( /print-pdf/gi ) ? '../css/print/pdf.css' : '../css/print/paper.css'; + document.getElementsByTagName( 'head' )[0].appendChild( link ); + </script> - <!-- Override default styles --> - <style> - <!-- Transparent background image on all slides --> - body { - position: relative; - z-index: 1; - } - body::before { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: .15; - z-index: -1; - background: url( '../images/tomcat.svg' ); - background-position: center; - background-size: 100%; - background-repeat: no-repeat; - } - </style> - </head> - <body> - <div class="reveal"> - <div class="slides"> - <section> - <h1>Tomcat for Administrators</h1> - </section> - <section data-external-replace="../modules/intro.html"> </section> - <section data-external-replace="../modules/background-01.html"> </section> - <section data-external-replace="../modules/deployment-01.html"> </section> - <section data-external-replace="../modules/logging-01.html"> </section> - <section data-external-replace="../modules/tls-01.html"> </section> - <section data-external-replace="../modules/tls-03.html"> </section> - <section data-external-replace="../modules/performance-01.html"> </section> - <section data-external-replace="../modules/wrap-up.html"> </section> - </div> - </div> + <!-- Override default styles --> + <style> + <!-- Transparent background image on all slides --> + body { + position: relative; + z-index: 1; + } + body::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: .15; + z-index: -1; + background: url( '../images/tomcat.svg' ); + background-position: center; + background-size: 100%; + background-repeat: no-repeat; + } + </style> + </head> + <body> + <div class="reveal"> + <div class="slides"> + <section> + <h1>Tomcat for Administrators</h1> + <aside class="notes"> + Welcome everyone. + <br> + Introduce yourself here. Get the class to do short introductions as well. Find out any + particular topics of interest. + <br> + If there are any venue announcements (WiFi access, fire exits etc.) do those now. + </aside> + </section> + <section><h2>Introduction</h2></section> + <section> + <h3>Agenda - Morning</h3> + <table> + <thead> + <tr> + <th>Time</th> + <th>Topic</th> + </tr> + </thead> + <tbody> + <tr> + <td>09.00</td> + <td>Introduction</td> + </tr> + <tr> + <td>09.30</td> + <td>Background</td> + </tr> + <tr> + <td>10.30</td> + <td>Deployment</td> + </tr> + <tr> + <td>11.30</td> + <td>Logging</td> + </tr> + <tr> + <td>12.30</td> + <td>Lunch</td> + </tr> + </tbody> + </table> + <aside class="notes"> + Explain modules are not exactly 60 minutes. Breaks will be slotted in as required. At + least one AM and one PM. + </aside> + </section> + <section> + <h3>Agenda - Afternoon</h3> + <table> + <thead> + <tr> + <th>Time</th> + <th>Topic</th> + </tr> + </thead> + <tbody> + <tr> + <td>12.30</td> + <td>Lunch</td> + </tr> + <tr> + <td>13.30</td> + <td>TLS - Background</td> + </tr> + <tr> + <td>14.30</td> + <td>TLS - OpenSSL</td> + </tr> + <tr> + <td>15.30</td> + <td>Performance</td> + </tr> + <tr> + <td>16.30</td> + <td>Wrap up</td> + </tr> + </tbody> + </table> + <aside class="notes"> + Wrap up session is an opportunity to ask general Tomcat questions, dig a little deeper into an + earlier topic etc. + <br> + Questions are welcome at any time. Just get my attention. + </aside> + </section> + <section data-external-replace="../modules/intro.html"> </section> + <section data-external-replace="../modules/background-01.html"> </section> + <section data-external-replace="../modules/deployment-01.html"> </section> + <section data-external-replace="../modules/logging-01.html"> </section> + <section data-external-replace="../modules/tls-01.html"> </section> + <section data-external-replace="../modules/tls-03.html"> </section> + <section data-external-replace="../modules/performance-01.html"> </section> + <section data-external-replace="../modules/wrap-up.html"> </section> + </div> + </div> - <script src="../lib/js/head.min.js"></script> - <script src="../js/reveal.js"></script> + <script src="../lib/js/head.min.js"></script> + <script src="../js/reveal.js"></script> - <script> - Reveal.initialize( - { - // - https://github.com/hakimel/reveal.js#configuration - - // - https://github.com/hakimel/reveal.js#dependencies - dependencies: [ - // Default dependencies - { src: '../plugin/markdown/marked.js' }, - { src: '../plugin/markdown/markdown.js' }, - { src: '../plugin/notes/notes.js', async: true }, - { src: '../plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, - // reveal_external to allow composition from multiple files - { src: '../plugin/external/external.js', condition: function() { return !!document.querySelector( '[data-external],[data-external-replace]' ); } } - ] - }); - </script> - </body> + <script> + Reveal.initialize({ + // - https://github.com/hakimel/reveal.js#configuration + + // - https://github.com/hakimel/reveal.js#dependencies + dependencies: [ + // Default dependencies + { src: '../plugin/markdown/marked.js' }, + { src: '../plugin/markdown/markdown.js' }, + { src: '../plugin/notes/notes.js', async: true }, + { src: '../plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, + // reveal_external to allow composition from multiple files + { src: '../plugin/external/external.js', condition: function() { return !!document.querySelector( '[data-external],[data-external-replace]' ); } } + ] + }); + </script> + </body> </html> diff --git a/modules/intro.html b/modules/intro.html index b9d1faf..4abbc62 100644 --- a/modules/intro.html +++ b/modules/intro.html @@ -14,6 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<section>Introduction</section> -<section>Slide 1</section> -<section>Slide 2</section> +<section> + <h3>Course notes</h3> + <p>The course notes are written with <a href="https://revealjs.com/#/">reveal.js</a> and hosted + at GitHub in the <a href="https://github.com/apache/tomcat-training">tomcat-training</a> + repository.</p> + <p>Pull requests welcome.</p> +</section> -- 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