You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@training.apache.org by jm...@apache.org on 2019/07/26 06:49:14 UTC

[incubator-training] branch master updated (0c6befc -> dd7c4ca)

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

jmclean pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git.


    from 0c6befc  Merge pull request #35 from justinmclean/IncubatorReleases
     new f05d289  Merge branch 'master' of https://github.com/apache/incubator-training
     new 4e7d8ab  Merge branch 'master' of https://github.com/apache/incubator-training
     new da17eb6  publish content
     new 15944f7  fix paths
     new bfead1f  add content for navigating ASF incubator
     new 036d854  Fix Apache spelling
     new dd7c4ca  Merge pull request #36 from justinmclean/PublishContent

The 103 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 site/pom.xml                                       |    8 +-
 .../NavigatingASFIncubator/aboutme.revealjs        |   96 +
 .../NavigatingASFIncubator/css/c3.min.css          |    1 +
 .../NavigatingASFIncubator}/images/33BSD.mp4       |  Bin
 .../NavigatingASFIncubator}/images/ApacheLogo.png  |  Bin
 .../images/IncubatingProjects.png                  |  Bin
 .../NavigatingASFIncubator}/images/VoteData.png    |  Bin
 .../NavigatingASFIncubator}/images/both.mp4        |  Bin
 .../NavigatingASFIncubator}/images/deadpeople.mp4  |  Bin
 .../images/small-feather.png                       |  Bin
 .../NavigatingASFIncubator}/images/wtf.mp4         |  Bin
 .../ApacheWay/NavigatingASFIncubator/index.html    |  137 +
 .../ApacheWay/NavigatingASFIncubator/js/c3.min.js  |    2 +
 .../ApacheWay/NavigatingASFIncubator/js/d3.min.js  |    2 +
 .../NavigatingASFIncubator/projectstats.revealjs   |   96 +
 .../reveal.js-3.7.0/.gitignore                     |   14 +
 .../reveal.js-3.7.0/.travis.yml                    |    5 +
 .../reveal.js-3.7.0/CONTRIBUTING.md                |   23 +
 .../reveal.js-3.7.0/Gruntfile.js                   |  193 +
 .../NavigatingASFIncubator/reveal.js-3.7.0/LICENSE |   19 +
 .../reveal.js-3.7.0/README.md                      | 1309 +++++
 .../reveal.js-3.7.0/bower.json                     |   27 +
 .../reveal.js-3.7.0/css/print/paper.css            |  203 +
 .../reveal.js-3.7.0/css/print/pdf.css              |  164 +
 .../reveal.js-3.7.0/css/reveal.css                 | 1591 ++++++
 .../reveal.js-3.7.0/css/reveal.scss                | 1764 +++++++
 .../reveal.js-3.7.0/css/theme/README.md            |   21 +
 .../reveal.js-3.7.0/css}/theme/apache.css          |    0
 .../reveal.js-3.7.0/css/theme/beige.css            |  277 +
 .../reveal.js-3.7.0/css/theme/black.css            |  273 +
 .../reveal.js-3.7.0/css/theme/blood.css            |  296 ++
 .../reveal.js-3.7.0/css/theme/league.css           |  279 +
 .../reveal.js-3.7.0/css/theme/moon.css             |  277 +
 .../reveal.js-3.7.0/css/theme/night.css            |  271 +
 .../reveal.js-3.7.0/css/theme/serif.css            |  273 +
 .../reveal.js-3.7.0/css/theme/simple.css           |  276 +
 .../reveal.js-3.7.0/css/theme/sky.css              |  280 +
 .../reveal.js-3.7.0/css/theme/solarized.css        |  277 +
 .../reveal.js-3.7.0/css/theme/source/beige.scss    |   39 +
 .../reveal.js-3.7.0/css/theme/source/black.scss    |   49 +
 .../reveal.js-3.7.0/css/theme/source/blood.scss    |   78 +
 .../reveal.js-3.7.0/css/theme/source/league.scss   |   34 +
 .../reveal.js-3.7.0/css/theme/source/moon.scss     |   57 +
 .../reveal.js-3.7.0/css/theme/source/night.scss    |   34 +
 .../reveal.js-3.7.0/css/theme/source/serif.scss    |   35 +
 .../reveal.js-3.7.0/css/theme/source/simple.scss   |   43 +
 .../reveal.js-3.7.0/css/theme/source/sky.scss      |   46 +
 .../css/theme/source/solarized.scss                |   63 +
 .../reveal.js-3.7.0/css/theme/source/white.scss    |   49 +
 .../reveal.js-3.7.0/css/theme/template/mixins.scss |   29 +
 .../css/theme/template/settings.scss               |   43 +
 .../reveal.js-3.7.0/css/theme/template/theme.scss  |  325 ++
 .../reveal.js-3.7.0/css/theme/white.css            |  273 +
 .../reveal.js-3.7.0/demo.html                      |  416 ++
 .../reveal.js-3.7.0/index.html                     |   49 +
 .../reveal.js-3.7.0/js/reveal.js                   | 5577 ++++++++++++++++++++
 .../reveal.js-3.7.0/lib/css/zenburn.css            |   80 +
 .../reveal.js-3.7.0/lib/font/league-gothic/LICENSE |    2 +
 .../lib/font/league-gothic/league-gothic.css       |   10 +
 .../lib/font/league-gothic/league-gothic.eot       |  Bin 0 -> 25696 bytes
 .../lib/font/league-gothic/league-gothic.ttf       |  Bin 0 -> 64256 bytes
 .../lib/font/league-gothic/league-gothic.woff      |  Bin 0 -> 30764 bytes
 .../lib/font/source-sans-pro/LICENSE               |   45 +
 .../source-sans-pro/source-sans-pro-italic.eot     |  Bin 0 -> 75720 bytes
 .../source-sans-pro/source-sans-pro-italic.ttf     |  Bin 0 -> 238084 bytes
 .../source-sans-pro/source-sans-pro-italic.woff    |  Bin 0 -> 98556 bytes
 .../source-sans-pro/source-sans-pro-regular.eot    |  Bin 0 -> 88070 bytes
 .../source-sans-pro/source-sans-pro-regular.ttf    |  Bin 0 -> 288008 bytes
 .../source-sans-pro/source-sans-pro-regular.woff   |  Bin 0 -> 114324 bytes
 .../source-sans-pro/source-sans-pro-semibold.eot   |  Bin 0 -> 89897 bytes
 .../source-sans-pro/source-sans-pro-semibold.ttf   |  Bin 0 -> 284640 bytes
 .../source-sans-pro/source-sans-pro-semibold.woff  |  Bin 0 -> 115648 bytes
 .../source-sans-pro-semibolditalic.eot             |  Bin 0 -> 75706 bytes
 .../source-sans-pro-semibolditalic.ttf             |  Bin 0 -> 240944 bytes
 .../source-sans-pro-semibolditalic.woff            |  Bin 0 -> 98816 bytes
 .../lib/font/source-sans-pro/source-sans-pro.css   |   39 +
 .../reveal.js-3.7.0/lib/js/classList.js            |    2 +
 .../reveal.js-3.7.0/lib/js/head.min.js             |    6 +
 .../reveal.js-3.7.0/lib/js/html5shiv.js            |    7 +
 .../reveal.js-3.7.0/package.json                   |   43 +
 .../reveal.js-3.7.0/plugin/highlight/highlight.js  |   77 +
 .../reveal.js-3.7.0/plugin/markdown/example.html   |  136 +
 .../reveal.js-3.7.0/plugin/markdown/example.md     |   36 +
 .../reveal.js-3.7.0/plugin/markdown/markdown.js    |  412 ++
 .../reveal.js-3.7.0/plugin/markdown/marked.js      |    6 +
 .../reveal.js-3.7.0/plugin/math/math.js            |   67 +
 .../reveal.js-3.7.0/plugin/multiplex/client.js     |   13 +
 .../reveal.js-3.7.0/plugin/multiplex/index.js      |   64 +
 .../reveal.js-3.7.0/plugin/multiplex/master.js     |   34 +
 .../reveal.js-3.7.0/plugin/multiplex/package.json  |   19 +
 .../reveal.js-3.7.0/plugin/notes-server/client.js  |   65 +
 .../reveal.js-3.7.0/plugin/notes-server/index.js   |   69 +
 .../reveal.js-3.7.0/plugin/notes-server/notes.html |  585 ++
 .../reveal.js-3.7.0/plugin/notes/notes.html        |  792 +++
 .../reveal.js-3.7.0/plugin/notes/notes.js          |  147 +
 .../reveal.js-3.7.0/plugin/print-pdf/print-pdf.js  |   67 +
 .../reveal.js-3.7.0/plugin/search/search.js        |  206 +
 .../reveal.js-3.7.0/plugin/zoom-js/zoom.js         |  272 +
 .../test/examples/assets/image1.png                |  Bin 0 -> 21991 bytes
 .../test/examples/assets/image2.png                |  Bin 0 -> 10237 bytes
 .../reveal.js-3.7.0/test/examples/barebones.html   |   41 +
 .../test/examples/embedded-media.html              |   49 +
 .../reveal.js-3.7.0/test/examples/math.html        |  185 +
 .../test/examples/slide-backgrounds.html           |  144 +
 .../test/examples/slide-transitions.html           |  101 +
 .../reveal.js-3.7.0/test/qunit-2.5.0.css           |  436 ++
 .../reveal.js-3.7.0/test/qunit-2.5.0.js            | 5188 ++++++++++++++++++
 .../reveal.js-3.7.0/test/simple.md                 |   12 +
 .../test/test-markdown-element-attributes.html     |  134 +
 .../test/test-markdown-element-attributes.js       |   44 +
 .../test/test-markdown-external.html               |   36 +
 .../reveal.js-3.7.0/test/test-markdown-external.js |   20 +
 .../test/test-markdown-options.html                |   41 +
 .../reveal.js-3.7.0/test/test-markdown-options.js  |   27 +
 .../test/test-markdown-slide-attributes.html       |  128 +
 .../test/test-markdown-slide-attributes.js         |   44 +
 .../reveal.js-3.7.0/test/test-markdown.html        |   52 +
 .../reveal.js-3.7.0/test/test-markdown.js          |   11 +
 .../reveal.js-3.7.0/test/test-pdf.html             |   83 +
 .../reveal.js-3.7.0/test/test-pdf.js               |   12 +
 .../reveal.js-3.7.0/test/test.html                 |   86 +
 .../reveal.js-3.7.0/test/test.js                   |  593 +++
 122 files changed, 26460 insertions(+), 1 deletion(-)
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/aboutme.revealjs
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/css/c3.min.css
 copy {content/ApacheWay/NavigatingASFIncubation/src/main/resources => site/src/content/ApacheWay/NavigatingASFIncubator}/images/33BSD.mp4 (100%)
 mode change 100755 => 100644
 copy {content/ApacheWay/NavigatingASFIncubation/src/main/resources => site/src/content/ApacheWay/NavigatingASFIncubator}/images/ApacheLogo.png (100%)
 copy {content/ApacheWay/NavigatingASFIncubation/src/main/resources => site/src/content/ApacheWay/NavigatingASFIncubator}/images/IncubatingProjects.png (100%)
 copy {content/ApacheWay/NavigatingASFIncubation/src/main/resources => site/src/content/ApacheWay/NavigatingASFIncubator}/images/VoteData.png (100%)
 copy {content/ApacheWay/NavigatingASFIncubation/src/main/resources => site/src/content/ApacheWay/NavigatingASFIncubator}/images/both.mp4 (100%)
 mode change 100755 => 100644
 copy {content/ApacheWay/NavigatingASFIncubation/src/main/resources => site/src/content/ApacheWay/NavigatingASFIncubator}/images/deadpeople.mp4 (100%)
 mode change 100755 => 100644
 copy {content/ApacheWay/NavigatingASFIncubation/src/main/resources => site/src/content/ApacheWay/NavigatingASFIncubator}/images/small-feather.png (100%)
 copy {content/ApacheWay/NavigatingASFIncubation/src/main/resources => site/src/content/ApacheWay/NavigatingASFIncubator}/images/wtf.mp4 (100%)
 mode change 100755 => 100644
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/index.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/js/c3.min.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/js/d3.min.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/projectstats.revealjs
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/.gitignore
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/.travis.yml
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/CONTRIBUTING.md
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/Gruntfile.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/LICENSE
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/README.md
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/bower.json
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/print/paper.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/print/pdf.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/reveal.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/reveal.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/README.md
 copy {content/ApacheWay/NavigatingASFIncubation/src/main => site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css}/theme/apache.css (100%)
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/beige.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/black.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/blood.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/league.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/moon.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/night.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/serif.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/simple.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/sky.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/solarized.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/beige.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/black.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/blood.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/league.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/moon.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/night.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/serif.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/simple.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/sky.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/solarized.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/source/white.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/template/mixins.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/template/settings.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/template/theme.scss
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/css/theme/white.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/demo.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/index.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/js/reveal.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/css/zenburn.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/league-gothic/LICENSE
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/league-gothic/league-gothic.css
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/league-gothic/league-gothic.eot
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/league-gothic/league-gothic.ttf
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/league-gothic/league-gothic.woff
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/LICENSE
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-italic.eot
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-italic.ttf
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-italic.woff
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-regular.eot
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-regular.ttf
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-regular.woff
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-semibold.eot
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-semibold.ttf
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-semibold.woff
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/font/source-sans-pro/source-sans-pro.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/js/classList.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/js/head.min.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/lib/js/html5shiv.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/package.json
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/highlight/highlight.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/markdown/example.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/markdown/example.md
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/markdown/markdown.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/markdown/marked.js
 create mode 100755 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/math/math.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/multiplex/client.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/multiplex/index.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/multiplex/master.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/multiplex/package.json
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/notes-server/client.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/notes-server/index.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/notes-server/notes.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/notes/notes.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/notes/notes.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/print-pdf/print-pdf.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/search/search.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/plugin/zoom-js/zoom.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/examples/assets/image1.png
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/examples/assets/image2.png
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/examples/barebones.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/examples/embedded-media.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/examples/math.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/examples/slide-backgrounds.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/examples/slide-transitions.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/qunit-2.5.0.css
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/qunit-2.5.0.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/simple.md
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown-element-attributes.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown-element-attributes.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown-external.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown-external.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown-options.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown-options.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown-slide-attributes.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown-slide-attributes.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-markdown.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-pdf.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test-pdf.js
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test.html
 create mode 100644 site/src/content/ApacheWay/NavigatingASFIncubator/reveal.js-3.7.0/test/test.js