You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jm...@apache.org on 2022/09/20 08:00:43 UTC

[incubator] 17/46: - Added "totaltime" setting to the template to set the timer to a 40 minute talk.

This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch ApacheConSlides
in repository https://gitbox.apache.org/repos/asf/incubator.git

commit e2e587e54d31bb0767948982577c756228ef2e2b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Mar 24 13:27:47 2021 +0100

    - Added "totaltime" setting to the template to set the timer to a 40 minute talk.
---
 content/ApacheCon/src/main/asciidoc/index_en.adoc | 2 ++
 tools/content-parent-pom/pom.xml                  | 1 +
 2 files changed, 3 insertions(+)

diff --git a/content/ApacheCon/src/main/asciidoc/index_en.adoc b/content/ApacheCon/src/main/asciidoc/index_en.adoc
index 61e6e7d2..2188fb13 100644
--- a/content/ApacheCon/src/main/asciidoc/index_en.adoc
+++ b/content/ApacheCon/src/main/asciidoc/index_en.adoc
@@ -27,6 +27,8 @@
 :conference_home: APACHECON @Home
 :dates: Spt. 29th - Oct. 1st
 :year: 2020
+// Total Time of the presentation in seconds 40 * 60 = 2400
+:revealjs_totaltime: 2400
 
 [%notitle]
 == {talk}
diff --git a/tools/content-parent-pom/pom.xml b/tools/content-parent-pom/pom.xml
index d2f7a47a..18b7ff3f 100644
--- a/tools/content-parent-pom/pom.xml
+++ b/tools/content-parent-pom/pom.xml
@@ -51,6 +51,7 @@
         <asciidoctorj.diagram.version>2.1.0</asciidoctorj.diagram.version>
         <asciidoctorj.extensions-lab.version>1.0.0</asciidoctorj.extensions-lab.version>
 
+        <!-- Reveal.JS 4.x doesn't seem to work yet -->
         <revealjs.version>3.9.2</revealjs.version>
 
         <asciidoctor-maven-plugin.version>2.1.0</asciidoctor-maven-plugin.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org