hyla 1.0.7.pre.1 → 1.0.7.pre.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/.gitignore +5 -0
- data/README.adoc +5 -57
- data/Rakefile +82 -11
- data/bin/hyla +17 -12
- data/documentation/developer.adoc +49 -0
- data/documentation/introduction.adoc +4 -49
- data/documentation/prerequisites.adoc +8 -0
- data/hyla.gemspec +4 -1
- data/lib/hyla/commands/generate.rb +8 -6
- data/lib/hyla/commands/new.rb +6 -5
- data/lib/hyla/configuration.rb +24 -14
- data/lib/hyla/project.rb +1 -1
- data/lib/resources/assets/config.rb +27 -0
- data/lib/resources/{deck.js → assets/deck.js}/core/deck.core.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/core/deck.core.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/deck.js-blank/README.md +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/deck.js-blank/deck.blank.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/menu/deck.menu.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/menu/deck.menu.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/scale/deck.scale.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/scale/deck.scale.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/split/README.md +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/split/deck.split.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/jquery-1.7.2.min.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/jquery.min.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/modernizr.custom.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/style/beamer.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/style/neon.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/style/swiss.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/style/web-2.0.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/transition/beamer.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/transition/fade.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/transition/horizontal-slide.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/transition/vertical-slide.css +0 -0
- data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Bold.ttf +0 -0
- data/lib/resources/{fonts → assets/fonts}/liberation/Sans-BoldItalic.ttf +0 -0
- data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Italic.ttf +0 -0
- data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Regular.ttf +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/LICENSE +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/print/paper.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/print/pdf.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/reveal.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/reveal.min.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/README.md +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/beige.css +2 -2
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/blood.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/conference-redhat.css +65 -58
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/conference.css +2 -2
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/default.css +2 -2
- data/lib/resources/assets/revealjs/css/theme/gpe.css +686 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/moon.css +2 -2
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/night.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/serif.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/simple.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/sky.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/solarized.css +2 -2
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/beige.scss +5 -5
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/blood.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/default.scss +5 -5
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/moon.scss +5 -5
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/night.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/serif.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/simple.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/sky.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/solarized.scss +5 -5
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/mixins.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/settings.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/theme.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/js/reveal.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/js/reveal.min.js +0 -0
- data/lib/resources/assets/revealjs/lib/css/font-awesome-4.3.0.css +2893 -0
- data/lib/resources/{revealjs → assets/revealjs}/lib/css/zenburn.css +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/FontAwesome.otf +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.svg +565 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.eot +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.svg +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.ttf +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.woff +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic_license +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.svg +351 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.svg +348 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.svg +354 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.svg +454 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.svg +454 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.woff +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/lib/js/classList.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/lib/js/head.min.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/lib/js/html5shiv.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/highlight/highlight.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/leap/leap.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/example.html +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/example.md +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/markdown.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/marked.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/math/math.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/client.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/index.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/master.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/client.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/index.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/notes.html +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes/notes.html +1 -1
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes/notes.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/postmessage/example.html +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/postmessage/postmessage.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/print-pdf/print-pdf.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/remotes/remotes.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/search/search.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/zoom-js/zoom.js +0 -0
- data/lib/resources/assets/sass/_liberation.scss +43 -0
- data/lib/resources/assets/sass/_overpass.scss +21 -0
- data/lib/resources/assets/sass/font-awesome.scss +17 -0
- data/lib/resources/assets/sass/fontawesome/_animated.scss +34 -0
- data/lib/resources/assets/sass/fontawesome/_bordered-pulled.scss +16 -0
- data/lib/resources/assets/sass/fontawesome/_core.scss +13 -0
- data/lib/resources/assets/sass/fontawesome/_fixed-width.scss +6 -0
- data/lib/resources/assets/sass/fontawesome/_icons.scss +596 -0
- data/lib/resources/assets/sass/fontawesome/_larger.scss +13 -0
- data/lib/resources/assets/sass/fontawesome/_list.scss +19 -0
- data/lib/resources/assets/sass/fontawesome/_mixins.scss +27 -0
- data/lib/resources/assets/sass/fontawesome/_path.scss +15 -0
- data/lib/resources/assets/sass/fontawesome/_rotated-flipped.scss +20 -0
- data/lib/resources/assets/sass/fontawesome/_stacked.scss +20 -0
- data/lib/resources/assets/sass/fontawesome/_variables.scss +606 -0
- data/lib/resources/assets/sass/fonts/font-awesome/FontAwesome.otf +0 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.svg +565 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.svg +351 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.svg +348 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.svg +354 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.eot +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.svg +454 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.ttf +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.woff +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.eot +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.svg +454 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.ttf +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.woff +0 -0
- data/lib/resources/{revealjs/css/theme/gpe.css → assets/sass/gpe.scss} +289 -265
- data/lib/resources/{styles → assets/styles}/asciidoctor.css +0 -0
- data/lib/resources/{styles → assets/styles}/colony.css +0 -0
- data/lib/resources/{styles → assets/styles}/foundation-lime.css +0 -0
- data/lib/resources/{styles → assets/styles}/foundation-potion.css +0 -0
- data/lib/resources/{styles → assets/styles}/foundation.css +0 -0
- data/lib/resources/{styles → assets/styles}/github.css +0 -0
- data/lib/resources/{styles → assets/styles}/golo.css +0 -0
- data/lib/resources/{styles → assets/styles}/iconic.css +0 -0
- data/lib/resources/{styles → assets/styles}/liberation.css +0 -0
- data/lib/resources/{styles → assets/styles}/maker.css +0 -0
- data/lib/resources/{styles → assets/styles}/readthedocs.css +0 -0
- data/lib/resources/{styles → assets/styles}/riak.css +0 -0
- data/lib/resources/{styles → assets/styles}/rocket-panda.css +0 -0
- data/lib/resources/{styles → assets/styles}/rubygems.css +0 -0
- data/lib/resources/backends/slim/revealjs/document.html.slim +4 -4
- data/lib/resources/backends/slim/revealjs/section.html.slim +2 -2
- data/lib/{resources → templates}/course/assessment.txt +0 -0
- data/lib/{resources → templates}/course/audio.txt +0 -0
- data/lib/{resources → templates}/course/cover.txt +0 -0
- data/lib/{resources → templates}/course/footer.txt +0 -0
- data/lib/{resources → templates}/course/header_index.txt +0 -0
- data/lib/{resources → templates}/course/index.txt +0 -0
- data/lib/{resources → templates}/course/labinstructions.txt +0 -0
- data/lib/{resources → templates}/course/objectives.txt +0 -0
- data/lib/{resources → templates}/course/summary.txt +0 -0
- metadata +250 -133
- data/lib/resources/revealjs/lib/font/liberation_sans-bold.ttf +0 -0
- data/lib/resources/revealjs/lib/font/liberation_sans-bolditalic.ttf +0 -0
- data/lib/resources/revealjs/lib/font/liberation_sans-italic.ttf +0 -0
- data/lib/resources/revealjs/lib/font/liberation_sans-regular.ttf +0 -0
- data/todo.adoc +0 -11
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,5 +1,5 @@
|
|
1
|
-
- slide_vertical_alignment = (attr? :revealjs_vertical_alignment) ? (attr :revealjs_vertical_alignment) :
|
2
|
-
- browser_history = (attr? :revealjs_history) ? (attr :revealjs_history) :
|
1
|
+
- slide_vertical_alignment = (attr? :revealjs_vertical_alignment) ? (attr :revealjs_vertical_alignment) : false
|
2
|
+
- browser_history = (attr? :revealjs_history) ? (attr :revealjs_history) : false
|
3
3
|
- display_slide_number = (attr? :revealjs_display_slide_number) ? (attr :revealjs_display_slide_number) : false
|
4
4
|
- transition = (attr? :revealjs_transition) ? (attr :revealjs_transition) : 'default'
|
5
5
|
doctype 5
|
@@ -25,10 +25,10 @@ html lang=(attr :lang, 'en' unless attr? :nolang)
|
|
25
25
|
link rel='stylesheet' href='revealjs/css/theme/gpe.css' id='theme'
|
26
26
|
|
27
27
|
- if attr? :icons, 'font'
|
28
|
-
- if
|
28
|
+
- if attr? 'iconfont-remote'
|
29
29
|
link rel='stylesheet' href=(attr 'iconfont-cdn', 'http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css')
|
30
30
|
- else
|
31
|
-
link rel='stylesheet' href=normalize_web_path("#{attr 'iconfont-name', 'font-awesome'}.css", (attr :
|
31
|
+
link rel='stylesheet' href=normalize_web_path("#{attr 'iconfont-name', 'font-awesome'}.css", (attr :revealjs_vendor_stylesdir, 'revealjs/lib/css/'))
|
32
32
|
|
33
33
|
// For syntax highlighting
|
34
34
|
link href="revealjs/lib/css/zenburn.css" rel="stylesheet"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
div style="position:absolute; top:150px; left:10px; right:10px;"
|
4
4
|
section id=@id class=(attr 'data-state') data-transition=(attr 'data-transition') data-transition-speed=(attr 'data-transition-speed') data-background=(attr 'data-background') data-background-size=(attr 'data-background-size') data-background-repeat=(attr 'data-background-repeat') data-background-transition=(attr 'data-background-transition')
|
5
5
|
h2=title
|
6
|
-
- if attr? :scrollbar
|
6
|
+
- if (attr? :scrollbar) || (attr? :revealjs_scrollbar)
|
7
7
|
.scrollbar
|
8
8
|
=content
|
9
9
|
- else
|
@@ -11,7 +11,7 @@
|
|
11
11
|
- else
|
12
12
|
section id=@id class=(attr 'data-state') data-transition=(attr 'data-transition') data-transition-speed=(attr 'data-transition-speed') data-background=(attr 'data-background') data-background-size=(attr 'data-background-size') data-background-repeat=(attr 'data-background-repeat') data-background-transition=(attr 'data-background-transition')
|
13
13
|
h2=title
|
14
|
-
- if attr? :scrollbar
|
14
|
+
- if (attr? :scrollbar) || (attr? :revealjs_scrollbar)
|
15
15
|
.scrollbar
|
16
16
|
=content
|
17
17
|
- else
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyla
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.7.pre.
|
4
|
+
version: 1.0.7.pre.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Charles
|
7
|
+
- Charles Moulliard
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,6 +38,48 @@ dependencies:
|
|
38
38
|
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.1'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: font-awesome-sass
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ~>
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '4.3'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ~>
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '4.3'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: compass
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ~>
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ~>
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: sass
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ~>
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '3.4'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ~>
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '3.4'
|
41
83
|
- !ruby/object:Gem::Dependency
|
42
84
|
name: asciidoctor
|
43
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -422,10 +464,12 @@ files:
|
|
422
464
|
- data/js/livereload.js
|
423
465
|
- data/mime.types
|
424
466
|
- data/toc.adoc
|
467
|
+
- documentation/developer.adoc
|
425
468
|
- documentation/image/access_local_file.png
|
426
469
|
- documentation/image/email_send.png
|
427
470
|
- documentation/image/hyla_frog.jpg
|
428
471
|
- documentation/introduction.adoc
|
472
|
+
- documentation/prerequisites.adoc
|
429
473
|
- documentation/scripts/create_adoc_from_toc.sh
|
430
474
|
- documentation/scripts/create_myblankproject.sh
|
431
475
|
- documentation/scripts/create_myblankproject_add_artefacts.sh
|
@@ -462,6 +506,200 @@ files:
|
|
462
506
|
- lib/hyla/logger.rb
|
463
507
|
- lib/hyla/project.rb
|
464
508
|
- lib/hyla/websocket.rb
|
509
|
+
- lib/resources/assets/config.rb
|
510
|
+
- lib/resources/assets/deck.js/core/deck.core.css
|
511
|
+
- lib/resources/assets/deck.js/core/deck.core.js
|
512
|
+
- lib/resources/assets/deck.js/extensions/deck.js-blank/README.md
|
513
|
+
- lib/resources/assets/deck.js/extensions/deck.js-blank/deck.blank.js
|
514
|
+
- lib/resources/assets/deck.js/extensions/goto/deck.goto.css
|
515
|
+
- lib/resources/assets/deck.js/extensions/goto/deck.goto.html
|
516
|
+
- lib/resources/assets/deck.js/extensions/goto/deck.goto.js
|
517
|
+
- lib/resources/assets/deck.js/extensions/hash/deck.hash.css
|
518
|
+
- lib/resources/assets/deck.js/extensions/hash/deck.hash.html
|
519
|
+
- lib/resources/assets/deck.js/extensions/hash/deck.hash.js
|
520
|
+
- lib/resources/assets/deck.js/extensions/menu/deck.menu.css
|
521
|
+
- lib/resources/assets/deck.js/extensions/menu/deck.menu.js
|
522
|
+
- lib/resources/assets/deck.js/extensions/navigation/deck.navigation.css
|
523
|
+
- lib/resources/assets/deck.js/extensions/navigation/deck.navigation.html
|
524
|
+
- lib/resources/assets/deck.js/extensions/navigation/deck.navigation.js
|
525
|
+
- lib/resources/assets/deck.js/extensions/scale/deck.scale.css
|
526
|
+
- lib/resources/assets/deck.js/extensions/scale/deck.scale.js
|
527
|
+
- lib/resources/assets/deck.js/extensions/split/README.md
|
528
|
+
- lib/resources/assets/deck.js/extensions/split/deck.split.js
|
529
|
+
- lib/resources/assets/deck.js/extensions/status/deck.status.css
|
530
|
+
- lib/resources/assets/deck.js/extensions/status/deck.status.html
|
531
|
+
- lib/resources/assets/deck.js/extensions/status/deck.status.js
|
532
|
+
- lib/resources/assets/deck.js/extensions/toc/deck.toc.css
|
533
|
+
- lib/resources/assets/deck.js/extensions/toc/deck.toc.html
|
534
|
+
- lib/resources/assets/deck.js/extensions/toc/deck.toc.js
|
535
|
+
- lib/resources/assets/deck.js/jquery-1.7.2.min.js
|
536
|
+
- lib/resources/assets/deck.js/jquery.min.js
|
537
|
+
- lib/resources/assets/deck.js/modernizr.custom.js
|
538
|
+
- lib/resources/assets/deck.js/themes/style/beamer.css
|
539
|
+
- lib/resources/assets/deck.js/themes/style/neon.css
|
540
|
+
- lib/resources/assets/deck.js/themes/style/swiss.css
|
541
|
+
- lib/resources/assets/deck.js/themes/style/web-2.0.css
|
542
|
+
- lib/resources/assets/deck.js/themes/transition/beamer.css
|
543
|
+
- lib/resources/assets/deck.js/themes/transition/fade.css
|
544
|
+
- lib/resources/assets/deck.js/themes/transition/horizontal-slide.css
|
545
|
+
- lib/resources/assets/deck.js/themes/transition/vertical-slide.css
|
546
|
+
- lib/resources/assets/fonts/liberation/Sans-Bold.ttf
|
547
|
+
- lib/resources/assets/fonts/liberation/Sans-BoldItalic.ttf
|
548
|
+
- lib/resources/assets/fonts/liberation/Sans-Italic.ttf
|
549
|
+
- lib/resources/assets/fonts/liberation/Sans-Regular.ttf
|
550
|
+
- lib/resources/assets/revealjs/LICENSE
|
551
|
+
- lib/resources/assets/revealjs/css/print/paper.css
|
552
|
+
- lib/resources/assets/revealjs/css/print/pdf.css
|
553
|
+
- lib/resources/assets/revealjs/css/reveal.css
|
554
|
+
- lib/resources/assets/revealjs/css/reveal.min.css
|
555
|
+
- lib/resources/assets/revealjs/css/theme/README.md
|
556
|
+
- lib/resources/assets/revealjs/css/theme/beige.css
|
557
|
+
- lib/resources/assets/revealjs/css/theme/blood.css
|
558
|
+
- lib/resources/assets/revealjs/css/theme/conference-redhat.css
|
559
|
+
- lib/resources/assets/revealjs/css/theme/conference.css
|
560
|
+
- lib/resources/assets/revealjs/css/theme/default.css
|
561
|
+
- lib/resources/assets/revealjs/css/theme/gpe.css
|
562
|
+
- lib/resources/assets/revealjs/css/theme/moon.css
|
563
|
+
- lib/resources/assets/revealjs/css/theme/night.css
|
564
|
+
- lib/resources/assets/revealjs/css/theme/serif.css
|
565
|
+
- lib/resources/assets/revealjs/css/theme/simple.css
|
566
|
+
- lib/resources/assets/revealjs/css/theme/sky.css
|
567
|
+
- lib/resources/assets/revealjs/css/theme/solarized.css
|
568
|
+
- lib/resources/assets/revealjs/css/theme/source/beige.scss
|
569
|
+
- lib/resources/assets/revealjs/css/theme/source/blood.scss
|
570
|
+
- lib/resources/assets/revealjs/css/theme/source/default.scss
|
571
|
+
- lib/resources/assets/revealjs/css/theme/source/moon.scss
|
572
|
+
- lib/resources/assets/revealjs/css/theme/source/night.scss
|
573
|
+
- lib/resources/assets/revealjs/css/theme/source/serif.scss
|
574
|
+
- lib/resources/assets/revealjs/css/theme/source/simple.scss
|
575
|
+
- lib/resources/assets/revealjs/css/theme/source/sky.scss
|
576
|
+
- lib/resources/assets/revealjs/css/theme/source/solarized.scss
|
577
|
+
- lib/resources/assets/revealjs/css/theme/template/mixins.scss
|
578
|
+
- lib/resources/assets/revealjs/css/theme/template/settings.scss
|
579
|
+
- lib/resources/assets/revealjs/css/theme/template/theme.scss
|
580
|
+
- lib/resources/assets/revealjs/js/reveal.js
|
581
|
+
- lib/resources/assets/revealjs/js/reveal.min.js
|
582
|
+
- lib/resources/assets/revealjs/lib/css/font-awesome-4.3.0.css
|
583
|
+
- lib/resources/assets/revealjs/lib/css/zenburn.css
|
584
|
+
- lib/resources/assets/revealjs/lib/font/font-awesome/FontAwesome.otf
|
585
|
+
- lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.eot
|
586
|
+
- lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.svg
|
587
|
+
- lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.ttf
|
588
|
+
- lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.woff
|
589
|
+
- lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.woff2
|
590
|
+
- lib/resources/assets/revealjs/lib/font/league-gothic/league_gothic-webfont.eot
|
591
|
+
- lib/resources/assets/revealjs/lib/font/league-gothic/league_gothic-webfont.svg
|
592
|
+
- lib/resources/assets/revealjs/lib/font/league-gothic/league_gothic-webfont.ttf
|
593
|
+
- lib/resources/assets/revealjs/lib/font/league-gothic/league_gothic-webfont.woff
|
594
|
+
- lib/resources/assets/revealjs/lib/font/league-gothic/league_gothic_license
|
595
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.eot
|
596
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.svg
|
597
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.ttf
|
598
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.woff
|
599
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.eot
|
600
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.svg
|
601
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.ttf
|
602
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.woff
|
603
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.eot
|
604
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.svg
|
605
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.ttf
|
606
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.woff
|
607
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.eot
|
608
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.svg
|
609
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.ttf
|
610
|
+
- lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.woff
|
611
|
+
- lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.eot
|
612
|
+
- lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.svg
|
613
|
+
- lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.ttf
|
614
|
+
- lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.woff
|
615
|
+
- lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.eot
|
616
|
+
- lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.svg
|
617
|
+
- lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.ttf
|
618
|
+
- lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.woff
|
619
|
+
- lib/resources/assets/revealjs/lib/js/classList.js
|
620
|
+
- lib/resources/assets/revealjs/lib/js/head.min.js
|
621
|
+
- lib/resources/assets/revealjs/lib/js/html5shiv.js
|
622
|
+
- lib/resources/assets/revealjs/plugin/highlight/highlight.js
|
623
|
+
- lib/resources/assets/revealjs/plugin/leap/leap.js
|
624
|
+
- lib/resources/assets/revealjs/plugin/markdown/example.html
|
625
|
+
- lib/resources/assets/revealjs/plugin/markdown/example.md
|
626
|
+
- lib/resources/assets/revealjs/plugin/markdown/markdown.js
|
627
|
+
- lib/resources/assets/revealjs/plugin/markdown/marked.js
|
628
|
+
- lib/resources/assets/revealjs/plugin/math/math.js
|
629
|
+
- lib/resources/assets/revealjs/plugin/multiplex/client.js
|
630
|
+
- lib/resources/assets/revealjs/plugin/multiplex/index.js
|
631
|
+
- lib/resources/assets/revealjs/plugin/multiplex/master.js
|
632
|
+
- lib/resources/assets/revealjs/plugin/notes-server/client.js
|
633
|
+
- lib/resources/assets/revealjs/plugin/notes-server/index.js
|
634
|
+
- lib/resources/assets/revealjs/plugin/notes-server/notes.html
|
635
|
+
- lib/resources/assets/revealjs/plugin/notes/notes.html
|
636
|
+
- lib/resources/assets/revealjs/plugin/notes/notes.js
|
637
|
+
- lib/resources/assets/revealjs/plugin/postmessage/example.html
|
638
|
+
- lib/resources/assets/revealjs/plugin/postmessage/postmessage.js
|
639
|
+
- lib/resources/assets/revealjs/plugin/print-pdf/print-pdf.js
|
640
|
+
- lib/resources/assets/revealjs/plugin/remotes/remotes.js
|
641
|
+
- lib/resources/assets/revealjs/plugin/search/search.js
|
642
|
+
- lib/resources/assets/revealjs/plugin/zoom-js/zoom.js
|
643
|
+
- lib/resources/assets/sass/_liberation.scss
|
644
|
+
- lib/resources/assets/sass/_overpass.scss
|
645
|
+
- lib/resources/assets/sass/font-awesome.scss
|
646
|
+
- lib/resources/assets/sass/fontawesome/_animated.scss
|
647
|
+
- lib/resources/assets/sass/fontawesome/_bordered-pulled.scss
|
648
|
+
- lib/resources/assets/sass/fontawesome/_core.scss
|
649
|
+
- lib/resources/assets/sass/fontawesome/_fixed-width.scss
|
650
|
+
- lib/resources/assets/sass/fontawesome/_icons.scss
|
651
|
+
- lib/resources/assets/sass/fontawesome/_larger.scss
|
652
|
+
- lib/resources/assets/sass/fontawesome/_list.scss
|
653
|
+
- lib/resources/assets/sass/fontawesome/_mixins.scss
|
654
|
+
- lib/resources/assets/sass/fontawesome/_path.scss
|
655
|
+
- lib/resources/assets/sass/fontawesome/_rotated-flipped.scss
|
656
|
+
- lib/resources/assets/sass/fontawesome/_stacked.scss
|
657
|
+
- lib/resources/assets/sass/fontawesome/_variables.scss
|
658
|
+
- lib/resources/assets/sass/fonts/font-awesome/FontAwesome.otf
|
659
|
+
- lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.eot
|
660
|
+
- lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.svg
|
661
|
+
- lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.ttf
|
662
|
+
- lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.woff
|
663
|
+
- lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.woff2
|
664
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.eot
|
665
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.svg
|
666
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf
|
667
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.woff
|
668
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot
|
669
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg
|
670
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf
|
671
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff
|
672
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.eot
|
673
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.svg
|
674
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf
|
675
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.woff
|
676
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.eot
|
677
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.svg
|
678
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf
|
679
|
+
- lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.woff
|
680
|
+
- lib/resources/assets/sass/fonts/overpass/overpass_bold-web.eot
|
681
|
+
- lib/resources/assets/sass/fonts/overpass/overpass_bold-web.svg
|
682
|
+
- lib/resources/assets/sass/fonts/overpass/overpass_bold-web.ttf
|
683
|
+
- lib/resources/assets/sass/fonts/overpass/overpass_bold-web.woff
|
684
|
+
- lib/resources/assets/sass/fonts/overpass/overpass_regular-web.eot
|
685
|
+
- lib/resources/assets/sass/fonts/overpass/overpass_regular-web.svg
|
686
|
+
- lib/resources/assets/sass/fonts/overpass/overpass_regular-web.ttf
|
687
|
+
- lib/resources/assets/sass/fonts/overpass/overpass_regular-web.woff
|
688
|
+
- lib/resources/assets/sass/gpe.scss
|
689
|
+
- lib/resources/assets/styles/asciidoctor.css
|
690
|
+
- lib/resources/assets/styles/colony.css
|
691
|
+
- lib/resources/assets/styles/foundation-lime.css
|
692
|
+
- lib/resources/assets/styles/foundation-potion.css
|
693
|
+
- lib/resources/assets/styles/foundation.css
|
694
|
+
- lib/resources/assets/styles/github.css
|
695
|
+
- lib/resources/assets/styles/golo.css
|
696
|
+
- lib/resources/assets/styles/iconic.css
|
697
|
+
- lib/resources/assets/styles/liberation.css
|
698
|
+
- lib/resources/assets/styles/maker.css
|
699
|
+
- lib/resources/assets/styles/readthedocs.css
|
700
|
+
- lib/resources/assets/styles/riak.css
|
701
|
+
- lib/resources/assets/styles/rocket-panda.css
|
702
|
+
- lib/resources/assets/styles/rubygems.css
|
465
703
|
- lib/resources/backends/haml/deckjs/block_admonition.html.haml
|
466
704
|
- lib/resources/backends/haml/deckjs/block_audio.html.haml
|
467
705
|
- lib/resources/backends/haml/deckjs/block_colist.html.haml
|
@@ -705,136 +943,7 @@ files:
|
|
705
943
|
- lib/resources/backends/slim/revealjs/inline_menu.html.slim
|
706
944
|
- lib/resources/backends/slim/revealjs/inline_quoted.html.slim
|
707
945
|
- lib/resources/backends/slim/revealjs/section.html.slim
|
708
|
-
- lib/resources/course/assessment.txt
|
709
|
-
- lib/resources/course/audio.txt
|
710
|
-
- lib/resources/course/cover.txt
|
711
|
-
- lib/resources/course/footer.txt
|
712
|
-
- lib/resources/course/header_index.txt
|
713
|
-
- lib/resources/course/index.txt
|
714
|
-
- lib/resources/course/labinstructions.txt
|
715
|
-
- lib/resources/course/objectives.txt
|
716
|
-
- lib/resources/course/summary.txt
|
717
946
|
- lib/resources/cover.slim
|
718
|
-
- lib/resources/deck.js/core/deck.core.css
|
719
|
-
- lib/resources/deck.js/core/deck.core.js
|
720
|
-
- lib/resources/deck.js/extensions/deck.js-blank/README.md
|
721
|
-
- lib/resources/deck.js/extensions/deck.js-blank/deck.blank.js
|
722
|
-
- lib/resources/deck.js/extensions/goto/deck.goto.css
|
723
|
-
- lib/resources/deck.js/extensions/goto/deck.goto.html
|
724
|
-
- lib/resources/deck.js/extensions/goto/deck.goto.js
|
725
|
-
- lib/resources/deck.js/extensions/hash/deck.hash.css
|
726
|
-
- lib/resources/deck.js/extensions/hash/deck.hash.html
|
727
|
-
- lib/resources/deck.js/extensions/hash/deck.hash.js
|
728
|
-
- lib/resources/deck.js/extensions/menu/deck.menu.css
|
729
|
-
- lib/resources/deck.js/extensions/menu/deck.menu.js
|
730
|
-
- lib/resources/deck.js/extensions/navigation/deck.navigation.css
|
731
|
-
- lib/resources/deck.js/extensions/navigation/deck.navigation.html
|
732
|
-
- lib/resources/deck.js/extensions/navigation/deck.navigation.js
|
733
|
-
- lib/resources/deck.js/extensions/scale/deck.scale.css
|
734
|
-
- lib/resources/deck.js/extensions/scale/deck.scale.js
|
735
|
-
- lib/resources/deck.js/extensions/split/README.md
|
736
|
-
- lib/resources/deck.js/extensions/split/deck.split.js
|
737
|
-
- lib/resources/deck.js/extensions/status/deck.status.css
|
738
|
-
- lib/resources/deck.js/extensions/status/deck.status.html
|
739
|
-
- lib/resources/deck.js/extensions/status/deck.status.js
|
740
|
-
- lib/resources/deck.js/extensions/toc/deck.toc.css
|
741
|
-
- lib/resources/deck.js/extensions/toc/deck.toc.html
|
742
|
-
- lib/resources/deck.js/extensions/toc/deck.toc.js
|
743
|
-
- lib/resources/deck.js/jquery-1.7.2.min.js
|
744
|
-
- lib/resources/deck.js/jquery.min.js
|
745
|
-
- lib/resources/deck.js/modernizr.custom.js
|
746
|
-
- lib/resources/deck.js/themes/style/beamer.css
|
747
|
-
- lib/resources/deck.js/themes/style/neon.css
|
748
|
-
- lib/resources/deck.js/themes/style/swiss.css
|
749
|
-
- lib/resources/deck.js/themes/style/web-2.0.css
|
750
|
-
- lib/resources/deck.js/themes/transition/beamer.css
|
751
|
-
- lib/resources/deck.js/themes/transition/fade.css
|
752
|
-
- lib/resources/deck.js/themes/transition/horizontal-slide.css
|
753
|
-
- lib/resources/deck.js/themes/transition/vertical-slide.css
|
754
|
-
- lib/resources/fonts/liberation/Sans-Bold.ttf
|
755
|
-
- lib/resources/fonts/liberation/Sans-BoldItalic.ttf
|
756
|
-
- lib/resources/fonts/liberation/Sans-Italic.ttf
|
757
|
-
- lib/resources/fonts/liberation/Sans-Regular.ttf
|
758
|
-
- lib/resources/revealjs/LICENSE
|
759
|
-
- lib/resources/revealjs/css/print/paper.css
|
760
|
-
- lib/resources/revealjs/css/print/pdf.css
|
761
|
-
- lib/resources/revealjs/css/reveal.css
|
762
|
-
- lib/resources/revealjs/css/reveal.min.css
|
763
|
-
- lib/resources/revealjs/css/theme/README.md
|
764
|
-
- lib/resources/revealjs/css/theme/beige.css
|
765
|
-
- lib/resources/revealjs/css/theme/blood.css
|
766
|
-
- lib/resources/revealjs/css/theme/conference-redhat.css
|
767
|
-
- lib/resources/revealjs/css/theme/conference.css
|
768
|
-
- lib/resources/revealjs/css/theme/default.css
|
769
|
-
- lib/resources/revealjs/css/theme/gpe.css
|
770
|
-
- lib/resources/revealjs/css/theme/moon.css
|
771
|
-
- lib/resources/revealjs/css/theme/night.css
|
772
|
-
- lib/resources/revealjs/css/theme/serif.css
|
773
|
-
- lib/resources/revealjs/css/theme/simple.css
|
774
|
-
- lib/resources/revealjs/css/theme/sky.css
|
775
|
-
- lib/resources/revealjs/css/theme/solarized.css
|
776
|
-
- lib/resources/revealjs/css/theme/source/beige.scss
|
777
|
-
- lib/resources/revealjs/css/theme/source/blood.scss
|
778
|
-
- lib/resources/revealjs/css/theme/source/default.scss
|
779
|
-
- lib/resources/revealjs/css/theme/source/moon.scss
|
780
|
-
- lib/resources/revealjs/css/theme/source/night.scss
|
781
|
-
- lib/resources/revealjs/css/theme/source/serif.scss
|
782
|
-
- lib/resources/revealjs/css/theme/source/simple.scss
|
783
|
-
- lib/resources/revealjs/css/theme/source/sky.scss
|
784
|
-
- lib/resources/revealjs/css/theme/source/solarized.scss
|
785
|
-
- lib/resources/revealjs/css/theme/template/mixins.scss
|
786
|
-
- lib/resources/revealjs/css/theme/template/settings.scss
|
787
|
-
- lib/resources/revealjs/css/theme/template/theme.scss
|
788
|
-
- lib/resources/revealjs/js/reveal.js
|
789
|
-
- lib/resources/revealjs/js/reveal.min.js
|
790
|
-
- lib/resources/revealjs/lib/css/zenburn.css
|
791
|
-
- lib/resources/revealjs/lib/font/league_gothic-webfont.eot
|
792
|
-
- lib/resources/revealjs/lib/font/league_gothic-webfont.svg
|
793
|
-
- lib/resources/revealjs/lib/font/league_gothic-webfont.ttf
|
794
|
-
- lib/resources/revealjs/lib/font/league_gothic-webfont.woff
|
795
|
-
- lib/resources/revealjs/lib/font/league_gothic_license
|
796
|
-
- lib/resources/revealjs/lib/font/liberation_sans-bold.ttf
|
797
|
-
- lib/resources/revealjs/lib/font/liberation_sans-bolditalic.ttf
|
798
|
-
- lib/resources/revealjs/lib/font/liberation_sans-italic.ttf
|
799
|
-
- lib/resources/revealjs/lib/font/liberation_sans-regular.ttf
|
800
|
-
- lib/resources/revealjs/lib/js/classList.js
|
801
|
-
- lib/resources/revealjs/lib/js/head.min.js
|
802
|
-
- lib/resources/revealjs/lib/js/html5shiv.js
|
803
|
-
- lib/resources/revealjs/plugin/highlight/highlight.js
|
804
|
-
- lib/resources/revealjs/plugin/leap/leap.js
|
805
|
-
- lib/resources/revealjs/plugin/markdown/example.html
|
806
|
-
- lib/resources/revealjs/plugin/markdown/example.md
|
807
|
-
- lib/resources/revealjs/plugin/markdown/markdown.js
|
808
|
-
- lib/resources/revealjs/plugin/markdown/marked.js
|
809
|
-
- lib/resources/revealjs/plugin/math/math.js
|
810
|
-
- lib/resources/revealjs/plugin/multiplex/client.js
|
811
|
-
- lib/resources/revealjs/plugin/multiplex/index.js
|
812
|
-
- lib/resources/revealjs/plugin/multiplex/master.js
|
813
|
-
- lib/resources/revealjs/plugin/notes-server/client.js
|
814
|
-
- lib/resources/revealjs/plugin/notes-server/index.js
|
815
|
-
- lib/resources/revealjs/plugin/notes-server/notes.html
|
816
|
-
- lib/resources/revealjs/plugin/notes/notes.html
|
817
|
-
- lib/resources/revealjs/plugin/notes/notes.js
|
818
|
-
- lib/resources/revealjs/plugin/postmessage/example.html
|
819
|
-
- lib/resources/revealjs/plugin/postmessage/postmessage.js
|
820
|
-
- lib/resources/revealjs/plugin/print-pdf/print-pdf.js
|
821
|
-
- lib/resources/revealjs/plugin/remotes/remotes.js
|
822
|
-
- lib/resources/revealjs/plugin/search/search.js
|
823
|
-
- lib/resources/revealjs/plugin/zoom-js/zoom.js
|
824
|
-
- lib/resources/styles/asciidoctor.css
|
825
|
-
- lib/resources/styles/colony.css
|
826
|
-
- lib/resources/styles/foundation-lime.css
|
827
|
-
- lib/resources/styles/foundation-potion.css
|
828
|
-
- lib/resources/styles/foundation.css
|
829
|
-
- lib/resources/styles/github.css
|
830
|
-
- lib/resources/styles/golo.css
|
831
|
-
- lib/resources/styles/iconic.css
|
832
|
-
- lib/resources/styles/liberation.css
|
833
|
-
- lib/resources/styles/maker.css
|
834
|
-
- lib/resources/styles/readthedocs.css
|
835
|
-
- lib/resources/styles/riak.css
|
836
|
-
- lib/resources/styles/rocket-panda.css
|
837
|
-
- lib/resources/styles/rubygems.css
|
838
947
|
- lib/templates/_config.yaml
|
839
948
|
- lib/templates/book/development/audio/ocean_waves.mp3
|
840
949
|
- lib/templates/book/development/book.adoc
|
@@ -845,6 +954,15 @@ files:
|
|
845
954
|
- lib/templates/book/introduction/image/hyla_frog.jpg
|
846
955
|
- lib/templates/book/introduction/video/small.ogv
|
847
956
|
- lib/templates/book/readme.adoc
|
957
|
+
- lib/templates/course/assessment.txt
|
958
|
+
- lib/templates/course/audio.txt
|
959
|
+
- lib/templates/course/cover.txt
|
960
|
+
- lib/templates/course/footer.txt
|
961
|
+
- lib/templates/course/header_index.txt
|
962
|
+
- lib/templates/course/index.txt
|
963
|
+
- lib/templates/course/labinstructions.txt
|
964
|
+
- lib/templates/course/objectives.txt
|
965
|
+
- lib/templates/course/summary.txt
|
848
966
|
- lib/templates/sample/asciidoc_article.adoc
|
849
967
|
- lib/templates/sample/asciidoc_audio.adoc
|
850
968
|
- lib/templates/sample/asciidoc_book.adoc
|
@@ -880,7 +998,6 @@ files:
|
|
880
998
|
- lib/templates/training/module-2/video/small.ogv
|
881
999
|
- lib/templates/training/readme.adoc
|
882
1000
|
- test/my_test.rb
|
883
|
-
- todo.adoc
|
884
1001
|
homepage: https://github.com/cmoulliard/hyla
|
885
1002
|
licenses:
|
886
1003
|
- Apache License 2.0
|