This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8c111d3 Site checkin for project Training: Website
8c111d3 is described below
commit 8c111d30638461f84c49aff15c1e51b96303ebfb
Author: jenkins <[email protected]>
AuthorDate: Mon Jun 30 15:02:31 2025 +0000
Site checkin for project Training: Website
---
presentations/training/demo/images/auth-protocol.png | Bin 6779 -> 6780 bytes
presentations/training/demo/index.html | 2 +-
users/new-presentation.html | 16 ++++++++--------
users/presentation-tips.html | 6 +++---
users/writing-slides.html | 2 +-
5 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/presentations/training/demo/images/auth-protocol.png
b/presentations/training/demo/images/auth-protocol.png
index a99dcdc..8f8b0c7 100644
Binary files a/presentations/training/demo/images/auth-protocol.png and
b/presentations/training/demo/images/auth-protocol.png differ
diff --git a/presentations/training/demo/index.html
b/presentations/training/demo/index.html
index c67b5c7..373532a 100644
--- a/presentations/training/demo/index.html
+++ b/presentations/training/demo/index.html
@@ -414,7 +414,7 @@ ul.byline li + li {
margin-top: 0.25em;
}
</style><link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
/><link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/v4-shims.min.css"
/></head><body><div class="header"><div class="left"></div><div
class="right"></div></div><div class="reveal"><div class="slides"><section
id="example-presentation"><h2>Example Presentation</h2><div
class="slide-content"><div class="paragraph"><p>Doc Writer <<a hr [...]
-2025-06-03
+2025-06-30
:revnumber: 1.0.0-SNAPSHOT
:example-caption!:</p></div></div></section>
<section id="introduction"><h2>Introduction</h2><div
class="slide-content"><div class="ulist"><ul><li class="fragment"><p>This is a
presentation for an example project.</p></li><li class="fragment"><p>This
project does something.</p></li><li class="fragment"><p>We just haven’t
decided what that is yet.</p></li></ul></div></div></section>
diff --git a/users/new-presentation.html b/users/new-presentation.html
index dd19905..e3324ed 100644
--- a/users/new-presentation.html
+++ b/users/new-presentation.html
@@ -8,7 +8,7 @@
<html xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
- <title>Apache Training™ (Incubating) - Creating a New Presentation with
Apache Training</title>
+ <title>Apache Training™ (Incubating) - Creating a Presentation with Apache
Training</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta http-equiv="content-language" content="en" />
@@ -169,7 +169,7 @@
<div id="m-toc-topnav-collapse" class="collapse navbar-collapse">
<ul id="m-toc-topnav" class="navbar-nav">
- <li class="nav-item toplevel"><a class="nav-link"
href="#creating-a-new-presentation-with-apache-training" title="Creating a New
Presentation with Apache Training">Creating a New Presentation with Apache
Training</a></li>
+ <li class="nav-item toplevel"><a class="nav-link"
href="#creating-a-presentation-with-apache-training" title="Creating a
Presentation with Apache Training">Creating a Presentation with Apache
Training</a></li>
<li class="nav-item divider-vertical"></li>
<li class="nav-item toplevel"><a class="nav-link"
href="#editing-your-new-presentation" title="Editing your new
presentation">Editing your new presentation</a></li>
<li class="nav-item divider-vertical"></li>
@@ -182,14 +182,14 @@
</div> <!-- end: m-toc-topbar -->
<div class="sect1">
<div class="page-header">
- <h2 id="creating-a-new-presentation-with-apache-training">Creating a New
Presentation with Apache Training</h2>
+ <h2 id="creating-a-presentation-with-apache-training">Creating a
Presentation with Apache Training</h2>
</div>
<div class="sectionbody">
<div class="paragraph">
- <p>To create a new Apache Training project, you’ll need to generate the
directory tree of template files. If you’ve built the tools, as described in
the <a href="index.html">getting started</a> doc, you should already have all
of the prerequisites to make this work. (So start there.)</p>
+ <p>To create an Apache Training project, you need to generate the directory
tree of template files. If you’ve built the tools, as described in the <a
href="index.html">getting started</a> doc, you should already have all of the
prerequisites to make this work. (So start there.)</p>
</div>
<div class="paragraph">
- <p>Move to the directory where you wish to create your new presentation,
and run the following command:</p>
+ <p>Move to the directory where you wish to create your presentation, and
run the following command:</p>
</div>
<div class="literalblock">
<div class="content">
@@ -211,13 +211,13 @@
<p>In particular, you’ll need to provide a <code>groupID</code> (to which
you should answer <code>org.apache.training</code> if you intend the
presentation to eventually be part of the Training.apache.org project, but
otherwise this can be whatever you like) and the <code>artifactID</code>, which
will be the name of the subdirectory that is created, where your presentation
will live.</p>
</div>
<div class="paragraph">
- <p>You can accept the default answers to the remaining questions, by
pressing enter at each prompt.</p>
+ <p>You can accept the default answers to the remaining questions by
pressing <code>Enter</code> at each prompt.</p>
</div>
<div class="paragraph">
- <p>You’ll then be asked to confirm your information, to which you will need
to respond <code>Y</code> for yes.</p>
+ <p>You’ll then be asked to confirm your information. Respond <code>Y</code>
for yes.</p>
</div>
<div class="paragraph">
- <p>image::mvn-training-create.png</p>
+ <p>image:./resources/images/mvn-training-create.png</p>
</div>
<div class="paragraph">
<p>This will create a new directory tree containing your new presentation,
along with some sample content to get you started.</p>
diff --git a/users/presentation-tips.html b/users/presentation-tips.html
index 86e4358..83ce1bc 100644
--- a/users/presentation-tips.html
+++ b/users/presentation-tips.html
@@ -183,7 +183,7 @@
</div>
<div class="sectionbody">
<div class="paragraph">
- <p>This document discusses how to effectively use Apache Training
presentations.</p>
+ <p>This document discusses how to use Apache Training presentations
effectively.</p>
</div>
<div class="sect2">
<h3 id="opening-a-presentation">Opening a presentation</h3>
@@ -194,7 +194,7 @@
<p>However, since most of us will make at least minor modifications to
these presentations, you’ll probably be presenting from your local build of the
slides.</p>
</div>
<div class="paragraph">
- <p>You’ll do this by getting a checkout of the presentation, making your
edits, and building it locally. The process for this is covered in
link::index.html#/getting-started[Getting Started], but is recapped here:</p>
+ <p>You’ll do this by getting a checkout of the presentation, making your
edits, and building it locally. We cover The process for this in <a
href="index.html#/getting-started">Getting Started</a>, but recap it here:</p>
</div>
<div class="listingblock">
<div class="content">
@@ -237,7 +237,7 @@ mvn install</pre>
<div class="ulist">
<ul>
<li> <p>Read all of the speaker notes before going on stage. Consider
rephrasing some of them in your own words to make the presentation feel more
natural.</p> </li>
- <li> <p>Practice giving the presentation. If you can, record yourself,
and watch with a critical eye, or perhaps in front of a friend who is willing
to give constructive feedback.</p> </li>
+ <li> <p>Practice giving the presentation. If you can, record yourself,
and watch with a critical eye, or perhaps give the presentation for a friend
who is willing to give constructive feedback.</p> </li>
<li> <p>If you’re giving a talk in person, arrive at the venue a little
early to be sure you can get your slides on the screen, and that everything is
working as desired.</p> </li>
<li> <p>If you’re giving the talk remotely, be sure you are in a quiet
place where you won’t be disturbed. Put a sign on your door.</p> </li>
<li> <p>Turn off your mobile phone. Empty your pockets. Remove your
conference badge so that it won’t interfere with the microphone.</p> </li>
diff --git a/users/writing-slides.html b/users/writing-slides.html
index 8747bca..1b36c04 100644
--- a/users/writing-slides.html
+++ b/users/writing-slides.html
@@ -227,7 +227,7 @@ image::pony.jpg[width=50%]</pre>
<div class="sect2">
<h3 id="advanced-tips">Advanced tips</h3>
<div class="paragraph">
- <p>For more examples of what you can do in your slides, have a look at the
default <code>index.html</code> files when you create a new presentation.</p>
+ <p>For more examples of what you can do in your slides, have a look at the
default <code>index.html</code> files when you create a presentation.</p>
</div>
</div>
<div class="sect2">