hyla 1.0.7.pre.2 → 1.0.7.pre.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +2 -0
  3. data/README.adoc +2 -2
  4. data/Rakefile +93 -24
  5. data/config.yaml +49 -0
  6. data/documentation/developer.adoc +6 -6
  7. data/documentation/imgkit.adoc +44 -0
  8. data/documentation/index.txt +3 -0
  9. data/documentation/introduction.adoc +8 -335
  10. data/documentation/prerequisites.adoc +1 -1
  11. data/documentation/scenario.adoc +320 -0
  12. data/lib/hyla/commands/generate.rb +11 -2
  13. data/lib/hyla/configuration.rb +10 -1
  14. data/lib/hyla/project.rb +1 -1
  15. data/lib/resources/assets/cover/cover.html +62 -0
  16. data/lib/resources/assets/cover/cover.png +0 -0
  17. data/lib/resources/{cover.slim → assets/cover/cover.slim} +0 -0
  18. data/lib/resources/assets/cover/image/1153872-redhat-backroung.png +0 -0
  19. data/lib/resources/assets/cover/image/1156515-Logo_RH_RGB_Reverse.png +0 -0
  20. data/lib/resources/assets/cover/image/1156524-bg_redhat.png +0 -0
  21. data/lib/resources/assets/cover/new_cover.slim +95 -0
  22. data/lib/resources/assets/revealjs-redhat/image/1156515-Logo_RH_RGB_Reverse.png +0 -0
  23. data/lib/resources/assets/revealjs-redhat/image/1156524-bg_redhat.png +0 -0
  24. data/lib/resources/assets/revealjs-redhat/lib/css/font-awesome-4.3.0.css +2893 -0
  25. data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +705 -0
  26. data/lib/resources/assets/revealjs-redhat/lib/css/offline-v2.css +3646 -0
  27. data/lib/resources/assets/revealjs-redhat/lib/css/print/paper.css +176 -0
  28. data/lib/resources/assets/revealjs-redhat/lib/css/print/pdf.css +190 -0
  29. data/lib/resources/assets/revealjs-redhat/lib/css/theme-output.css +1358 -0
  30. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/FontAwesome.otf +0 -0
  31. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.eot +0 -0
  32. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.svg +565 -0
  33. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.ttf +0 -0
  34. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.woff +0 -0
  35. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.woff2 +0 -0
  36. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.eot +0 -0
  37. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.svg +637 -0
  38. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.ttf +0 -0
  39. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.woff +0 -0
  40. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.eot +0 -0
  41. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.svg +2121 -0
  42. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.ttf +0 -0
  43. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.woff +0 -0
  44. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.eot +0 -0
  45. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.svg +637 -0
  46. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.ttf +0 -0
  47. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.woff +0 -0
  48. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass.css +32 -0
  49. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass.css-TODO +12 -0
  50. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.eot +0 -0
  51. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.svg +454 -0
  52. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.ttf +0 -0
  53. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.woff +0 -0
  54. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.eot +0 -0
  55. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.svg +454 -0
  56. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.ttf +0 -0
  57. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.woff +0 -0
  58. data/lib/resources/assets/revealjs-redhat/lib/js/head.min.js +131 -0
  59. data/lib/resources/assets/revealjs-redhat/lib/js/reveal.min.js +1279 -0
  60. data/lib/resources/assets/revealjs-redhat/lib/plugin/highlight/highlight.js +25 -0
  61. data/lib/resources/assets/revealjs-redhat/lib/plugin/markdown/markdown.js +320 -0
  62. data/lib/resources/assets/revealjs-redhat/lib/plugin/markdown/marked.js +37 -0
  63. data/lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.html +387 -0
  64. data/lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.js +117 -0
  65. data/lib/resources/assets/revealjs-redhat/lib/plugin/zoom-js/zoom.js +258 -0
  66. data/lib/resources/assets/revealjs/css/theme/default.css +121 -0
  67. data/lib/resources/assets/revealjs/css/theme/gpe.css +85 -86
  68. data/lib/resources/assets/sass/gpe.scss +15 -14
  69. data/lib/resources/assets/sass/gpe2.scss +598 -0
  70. data/lib/resources/assets/sass/{_overpass.scss → overpass.scss} +0 -0
  71. data/lib/resources/backends/slim/revealjs-redhat/block_admonition.html.slim +13 -0
  72. data/lib/resources/backends/slim/revealjs-redhat/block_audio.html.slim +6 -0
  73. data/lib/resources/backends/slim/revealjs-redhat/block_colist.html.slim +20 -0
  74. data/lib/resources/backends/slim/revealjs-redhat/block_dlist.html.slim +53 -0
  75. data/lib/resources/backends/slim/revealjs-redhat/block_example.html.slim +4 -0
  76. data/lib/resources/backends/slim/revealjs-redhat/block_floating_title.html.slim +1 -0
  77. data/lib/resources/backends/slim/revealjs-redhat/block_image.html.slim +15 -0
  78. data/lib/resources/backends/slim/revealjs-redhat/block_listing.html.slim +31 -0
  79. data/lib/resources/backends/slim/revealjs-redhat/block_literal.html.slim +4 -0
  80. data/lib/resources/backends/slim/revealjs-redhat/block_math.html.slim +10 -0
  81. data/lib/resources/backends/slim/revealjs-redhat/block_olist.html.slim +9 -0
  82. data/lib/resources/backends/slim/revealjs-redhat/block_open.html.slim +15 -0
  83. data/lib/resources/backends/slim/revealjs-redhat/block_page_break.html.slim +1 -0
  84. data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +16 -0
  85. data/lib/resources/backends/slim/revealjs-redhat/block_pass.html.slim +1 -0
  86. data/lib/resources/backends/slim/revealjs-redhat/block_preamble.html.slim +6 -0
  87. data/lib/resources/backends/slim/revealjs-redhat/block_quote.html.slim +14 -0
  88. data/lib/resources/backends/slim/revealjs-redhat/block_ruler.html.slim +1 -0
  89. data/lib/resources/backends/slim/revealjs-redhat/block_sidebar.html.slim +5 -0
  90. data/lib/resources/backends/slim/revealjs-redhat/block_table.html.slim +45 -0
  91. data/lib/resources/backends/slim/revealjs-redhat/block_toc.html.slim +12 -0
  92. data/lib/resources/backends/slim/revealjs-redhat/block_ulist.html.slim +25 -0
  93. data/lib/resources/backends/slim/revealjs-redhat/block_verse.html.slim +14 -0
  94. data/lib/resources/backends/slim/revealjs-redhat/block_video.html.slim +27 -0
  95. data/lib/resources/backends/slim/revealjs-redhat/document.html.slim +162 -0
  96. data/lib/resources/backends/slim/revealjs-redhat/embedded.html.slim +9 -0
  97. data/lib/resources/backends/slim/revealjs-redhat/helpers.rb +8 -0
  98. data/lib/resources/backends/slim/revealjs-redhat/inline_anchor.html.slim +11 -0
  99. data/lib/resources/backends/slim/revealjs-redhat/inline_break.html.slim +2 -0
  100. data/lib/resources/backends/slim/revealjs-redhat/inline_button.html.slim +1 -0
  101. data/lib/resources/backends/slim/revealjs-redhat/inline_callout.html.slim +7 -0
  102. data/lib/resources/backends/slim/revealjs-redhat/inline_footnote.html.slim +6 -0
  103. data/lib/resources/backends/slim/revealjs-redhat/inline_image.html.slim +24 -0
  104. data/lib/resources/backends/slim/revealjs-redhat/inline_indexterm.html.slim +2 -0
  105. data/lib/resources/backends/slim/revealjs-redhat/inline_kbd.html.slim +8 -0
  106. data/lib/resources/backends/slim/revealjs-redhat/inline_menu.html.slim +15 -0
  107. data/lib/resources/backends/slim/revealjs-redhat/inline_quoted.html.slim +22 -0
  108. data/lib/resources/backends/slim/revealjs-redhat/section.html.slim +23 -0
  109. data/lib/resources/backends/slim/revealjs/section.html.slim +2 -2
  110. data/lib/templates/_config.yaml +28 -8
  111. data/lib/templates/sample/slideshow_revealjs.adoc +21 -0
  112. metadata +97 -6
  113. data/.rakeTasks +0 -7
  114. data/.travis.yml +0 -10
@@ -0,0 +1,9 @@
1
+ - unless notitle || !has_header?
2
+ h1 id=@id =@header.title
3
+ =content
4
+ - unless !footnotes? || attr?(:nofootnotes)
5
+ #footnotes
6
+ hr
7
+ - footnotes.each do |fn|
8
+ .footnote id='_footnote_#{fn.index}'
9
+ <a href="#_footnoteref_#{fn.index}">#{fn.index}</a>. #{fn.text}
@@ -0,0 +1,8 @@
1
+ # Add custom functions to this module that you want to use in your Slim
2
+ # templates. Within the template you must namespace the function
3
+ # (unless someone can show me how to include them in the evaluation context).
4
+ # You can change the namespace to whatever you want.
5
+ module Helpers
6
+ #def self.a_helper_function
7
+ #end
8
+ end
@@ -0,0 +1,11 @@
1
+ - case @type
2
+ - when :xref
3
+ - refid = (attr :refid) || @target
4
+ a href=@target =(@text || @document.references[:ids].fetch(refid, "[#{refid}]")).tr_s("\n", ' ')
5
+ - when :ref
6
+ a id=@target
7
+ - when :bibref
8
+ a id=@target
9
+ |[#{@target}]
10
+ - else
11
+ a href=@target class=role target=(attr :window) =@text
@@ -0,0 +1,7 @@
1
+ - if @document.attr? :icons, 'font'
2
+ i.conum data-value=@text
3
+ b="(#{@text})"
4
+ - elsif @document.attr? :icons
5
+ img src=icon_uri("callouts/#{@text}") alt=@text
6
+ - else
7
+ b="(#{@text})"
@@ -0,0 +1,6 @@
1
+ - if @type == :xref
2
+ span.footnoteref
3
+ | [<a class="footnote" href="#_footnote_#{attr :index}" title="View footnote.">#{attr :index}</a>]
4
+ - else
5
+ span.footnote id=("_footnote_#{@id}" if @id)
6
+ | [<a id="_footnoteref_#{attr :index}" class="footnote" href="#_footnote_#{attr :index}" title="View footnote.">#{attr :index}</a>]
@@ -0,0 +1,24 @@
1
+ span class=[@type,role] style=("float: #{attr :float}" if attr? :float)
2
+ - if @type == 'icon' && (@document.attr? :icons, 'font')
3
+ - style_class = ["icon-#{@target}"]
4
+ - style_class << "icon-#{attr :size}" if attr? :size
5
+ - style_class << "icon-rotate-#{attr :rotate}" if attr? :rotate
6
+ - style_class << "icon-flip-#{attr :flip}" if attr? :flip
7
+ - if attr? :link
8
+ a.image href=(attr :link) target=(attr :window)
9
+ i class=style_class title=(attr :title)
10
+ - else
11
+ i class=style_class title=(attr :title)
12
+ - elsif @type == 'icon' && !(@document.attr? :icons)
13
+ - if attr? :link
14
+ a.image href=(attr :link) target=(attr :window)
15
+ |[#{attr :alt}]
16
+ - else
17
+ |[#{attr :alt}]
18
+ - else
19
+ - src = (@type == 'icon' ? (icon_uri @target) : (image_uri @target))
20
+ - if attr? :link
21
+ a.image href=(attr :link) target=(attr :window)
22
+ img src=src alt=(attr :alt) width=(attr :width) height=(attr :height) title=(attr :title)
23
+ - else
24
+ img src=src alt=(attr :alt) width=(attr :width) height=(attr :height) title=(attr :title)
@@ -0,0 +1,2 @@
1
+ - if @type == :visible
2
+ =@text
@@ -0,0 +1,8 @@
1
+ - if (keys = attr 'keys').size == 1
2
+ kbd=keys.first
3
+ - else
4
+ kbd.keyseq
5
+ - keys.each_with_index do |key, idx|
6
+ - unless idx.zero?
7
+ |+
8
+ kbd=key
@@ -0,0 +1,15 @@
1
+ - menu = attr 'menu'
2
+ - menuitem = attr 'menuitem'
3
+ - if !(submenus = attr 'submenus').empty?
4
+ span.menuseq
5
+ span.menu=menu
6
+ '&#160;&#9656;
7
+ ='submenus.map {|submenu| %(<span class="submenu">#{submenu}</span>&#160;&#9656; ) }.join.chop
8
+ span.menuitem=menuitem
9
+ - elsif !menuitem.nil?
10
+ span.menuseq
11
+ span.menu=menu
12
+ '&#160;&#9656;
13
+ span.menuitem=menuitem
14
+ - else
15
+ span.menu=menu
@@ -0,0 +1,22 @@
1
+ - unless @id.nil?
2
+ a id=@id
3
+ - case @type
4
+ - when :emphasis
5
+ em class=role =@text
6
+ - when :strong
7
+ strong class=role =@text
8
+ - when :monospaced
9
+ code class=role =@text
10
+ - when :superscript
11
+ sup class=role =@text
12
+ - when :subscript
13
+ sub class=role =@text
14
+ - when :double
15
+ =role? ? %(<span class="#{role}">&#8220;#{@text}&#8221;</span>) : %(&#8220;#{@text}&#8221;)
16
+ - when :single
17
+ =role? ? %(<span class="#{role}">&#8216;#{@text}&#8217;</span>) : %(&#8216;#{@text}&#8217;)
18
+ - when :asciimath, :latexmath
19
+ - open, close = ::Asciidoctor::INLINE_MATH_DELIMITERS[@type]
20
+ |#{open}#{@text}#{close}
21
+ - else
22
+ =role? ? %(<span class="#{role}">#{@text}</span>) : @text
@@ -0,0 +1,23 @@
1
+ - copyright = (attr :revealjs_footer_copyright, false)
2
+ section id=@id class=(attr 'data-state') style=("float: #{attr :float}" if attr? :float) data-transition=(attr 'data-transition') data-transition-speed=(attr 'data-transition-speed') data-background=(attr 'data-background') data-background-image=(attr 'data-background-image') data-background-color=(attr 'data-background-color') data-background-size=(attr 'data-background-size') data-background-repeat=(attr 'data-background-repeat') data-background-position=(attr 'data-background-position') data-background-transition=(attr 'data-background-transition')
3
+ h2=title
4
+ - if (attr? :scrollbar) || (attr? :revealjs_scrollbar)
5
+ .scrollbar
6
+ =content
7
+ - if copyright
8
+ - if "#{@id}".start_with?("cover")
9
+ div class="footer footer-cover"
10
+ =copyright
11
+ - else
12
+ div class="footer"
13
+ =copyright
14
+ - else
15
+ =content.chomp
16
+ =content
17
+ - if copyright
18
+ - if "#{@id}".start_with?("cover")
19
+ div class="footer footer-cover"
20
+ =copyright
21
+ - else
22
+ div class="footer"
23
+ =copyright
@@ -1,7 +1,7 @@
1
1
  - resize_text = (attr? :resize_section) ? (attr :resize_section) : false
2
2
  - if resize_text == 'true'
3
3
  div style="position:absolute; top:150px; left:10px; right:10px;"
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')
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-image=(attr 'data-background-image') data-background-color=(attr 'data-background-color') data-background-size=(attr 'data-background-size') data-background-repeat=(attr 'data-background-repeat') data-background-position=(attr 'data-background-position') data-background-transition=(attr 'data-background-transition')
5
5
  h2=title
6
6
  - if (attr? :scrollbar) || (attr? :revealjs_scrollbar)
7
7
  .scrollbar
@@ -9,7 +9,7 @@
9
9
  - else
10
10
  =content.chomp
11
11
  - else
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')
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-image=(attr 'data-background-image') data-background-color=(attr 'data-background-color') data-background-size=(attr 'data-background-size') data-background-repeat=(attr 'data-background-repeat') data-background-position=(attr 'data-background-position') data-background-transition=(attr 'data-background-transition')
13
13
  h2=title
14
14
  - if (attr? :scrollbar) || (attr? :revealjs_scrollbar)
15
15
  .scrollbar
@@ -25,12 +25,29 @@ attributes:
25
25
  linkcss!: true
26
26
  data-uri: true
27
27
 
28
- # Font Icons - http://fortawesome.github.io/Font-Awesome/icons/
29
- arrow-left: <i class="fa fa-arrow-right"></i>
30
- arrow-right: <i class="fa fa-arrow-right"></i>
31
- icons: font
32
- iconfont-remote: true
33
- iconfont-cdn: http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css
28
+ # Fonts Awesome based Icons - http://fortawesome.github.io/Font-Awesome/icons/
29
+ icons: font
30
+
31
+ #
32
+ # Font Icons attributes
33
+ # This list can be extended to use the fa-icon that you want
34
+ #
35
+ icon-arrow-left: <i class="fa fa-arrow-left"></i>
36
+ icon-arrow-right: <i class="fa fa-arrow-right"></i>
37
+ icon-exclamation-mark: <i class="fa fa-exclamation"></i>
38
+ icon-question-mark: <i class="fa fa-question"></i>
39
+
40
+ #
41
+ # To have an empty paragraph within a slideshow
42
+ space: <br>&nbsp;</br>
43
+
44
+ # Use Remote resources of Font Awesome Icons (css)
45
+ # iconfont-remote: true # Uncomment this line
46
+ # iconfont-cdn: http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
47
+
48
+ # Use Local resource of Font-Awesome
49
+ # iconfont-remote: # Comment this line
50
+ iconfont-name: font-awesome-4.3.0
34
51
 
35
52
  # stylesdir: path_of_the_styles directory
36
53
  # footer_copyright: # Co(Un)mment this line and add Copyright Text when required
@@ -41,13 +58,16 @@ attributes:
41
58
  # showscript: true # Co(Un)mment this line when you want to display notes for instructors
42
59
  # audioscript: true # Co(Un)mment this line when you want to include the audio html tag
43
60
 
44
- # Attributes required for slideshow
61
+ #
62
+ # Attributes used for RevealJS slideshow
63
+ #
45
64
  revealjs_theme: default # theme to be used default for revealjs slideshow : solarized, beige, blood, conference, default, moon, night, serif, simple, sky, solarized
46
65
  revealjs_transition: fade # default/cube/page/concave/zoom/linear/fade/none
47
66
  revealjs_history : true # To include the slide link into the url
48
67
  # revealjs_vertical_alignment: true
49
68
  revealjs_display_slide_number: true # display the number of the slide bottom of the screen
50
- scrollbar: true # Support scrollbar into the browser for the slides
69
+ revealjs_scrollbar: true # Support scrollbar into the browser for the slides
70
+
51
71
  slideshow: true # Attribute that we use to include/remove title cover for revealjs
52
72
 
53
73
  # end asciidoctor attributes
@@ -179,6 +179,27 @@ You can override background transitions per slide by using +++[data-background-t
179
179
 
180
180
  |===
181
181
 
182
+ [data-background=#8c4738]
183
+ == Font Icons
184
+
185
+ * Font Awesome icon +fa-arrow-left+ : {icon-arrow-left}
186
+ * Font Awesome icon +fa-arrow-right+ : {icon-arrow-right}
187
+ * Font Awesome icon +fa-exclamation+ {icon-exclamation-mark}
188
+ * Font Awesome icon +fa-question+ {icon-question-mark}
189
+
190
+ [TIP]
191
+ ====
192
+ We have defined as asciidoctor attributes the different icons to be used under the yaml config file of Hyla
193
+
194
+ - icon-arrow-left: `<i class="fa fa-arrow-left"></i>`
195
+ - icon-arrow-right: `<i class="fa fa-arrow-right"></i>`
196
+ - icon-exclamation-mark: `<i class="fa fa-exclamation"></i>`
197
+ - icon-question-mark: `<i class="fa fa-question"></i>`
198
+
199
+ The list could be extended with new Font icons. Please refer to the list of the icons available http://fortawesome.github.io/Font-Awesome/icons/[here].
200
+ ====
201
+
202
+ [data-background=#8c4738]
182
203
  == Admonition
183
204
 
184
205
  NOTE: NOTE. Lorem ipsum dolor sit amet, consectetur adipiscing.
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.2
4
+ version: 1.0.7.pre.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Moulliard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-11 00:00:00.000000000 Z
11
+ date: 2015-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -452,8 +452,6 @@ extensions: []
452
452
  extra_rdoc_files: []
453
453
  files:
454
454
  - .gitignore
455
- - .rakeTasks
456
- - .travis.yml
457
455
  - Gemfile
458
456
  - LICENSE.txt
459
457
  - README.adoc
@@ -461,6 +459,7 @@ files:
461
459
  - archive/GruntFile.js
462
460
  - archive/watch_files.rb
463
461
  - bin/hyla
462
+ - config.yaml
464
463
  - data/js/livereload.js
465
464
  - data/mime.types
466
465
  - data/toc.adoc
@@ -468,8 +467,11 @@ files:
468
467
  - documentation/image/access_local_file.png
469
468
  - documentation/image/email_send.png
470
469
  - documentation/image/hyla_frog.jpg
470
+ - documentation/imgkit.adoc
471
+ - documentation/index.txt
471
472
  - documentation/introduction.adoc
472
473
  - documentation/prerequisites.adoc
474
+ - documentation/scenario.adoc
473
475
  - documentation/scripts/create_adoc_from_toc.sh
474
476
  - documentation/scripts/create_myblankproject.sh
475
477
  - documentation/scripts/create_myblankproject_add_artefacts.sh
@@ -507,6 +509,13 @@ files:
507
509
  - lib/hyla/project.rb
508
510
  - lib/hyla/websocket.rb
509
511
  - lib/resources/assets/config.rb
512
+ - lib/resources/assets/cover/cover.html
513
+ - lib/resources/assets/cover/cover.png
514
+ - lib/resources/assets/cover/cover.slim
515
+ - lib/resources/assets/cover/image/1153872-redhat-backroung.png
516
+ - lib/resources/assets/cover/image/1156515-Logo_RH_RGB_Reverse.png
517
+ - lib/resources/assets/cover/image/1156524-bg_redhat.png
518
+ - lib/resources/assets/cover/new_cover.slim
510
519
  - lib/resources/assets/deck.js/core/deck.core.css
511
520
  - lib/resources/assets/deck.js/core/deck.core.js
512
521
  - lib/resources/assets/deck.js/extensions/deck.js-blank/README.md
@@ -547,6 +556,50 @@ files:
547
556
  - lib/resources/assets/fonts/liberation/Sans-BoldItalic.ttf
548
557
  - lib/resources/assets/fonts/liberation/Sans-Italic.ttf
549
558
  - lib/resources/assets/fonts/liberation/Sans-Regular.ttf
559
+ - lib/resources/assets/revealjs-redhat/image/1156515-Logo_RH_RGB_Reverse.png
560
+ - lib/resources/assets/revealjs-redhat/image/1156524-bg_redhat.png
561
+ - lib/resources/assets/revealjs-redhat/lib/css/font-awesome-4.3.0.css
562
+ - lib/resources/assets/revealjs-redhat/lib/css/gpe.css
563
+ - lib/resources/assets/revealjs-redhat/lib/css/offline-v2.css
564
+ - lib/resources/assets/revealjs-redhat/lib/css/print/paper.css
565
+ - lib/resources/assets/revealjs-redhat/lib/css/print/pdf.css
566
+ - lib/resources/assets/revealjs-redhat/lib/css/theme-output.css
567
+ - lib/resources/assets/revealjs-redhat/lib/font/font-awesome/FontAwesome.otf
568
+ - lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.eot
569
+ - lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.svg
570
+ - lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.ttf
571
+ - lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.woff
572
+ - lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.woff2
573
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.eot
574
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.svg
575
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.ttf
576
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.woff
577
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.eot
578
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.svg
579
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.ttf
580
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.woff
581
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.eot
582
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.svg
583
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.ttf
584
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.woff
585
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass.css
586
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass.css-TODO
587
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.eot
588
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.svg
589
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.ttf
590
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.woff
591
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.eot
592
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.svg
593
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.ttf
594
+ - lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.woff
595
+ - lib/resources/assets/revealjs-redhat/lib/js/head.min.js
596
+ - lib/resources/assets/revealjs-redhat/lib/js/reveal.min.js
597
+ - lib/resources/assets/revealjs-redhat/lib/plugin/highlight/highlight.js
598
+ - lib/resources/assets/revealjs-redhat/lib/plugin/markdown/markdown.js
599
+ - lib/resources/assets/revealjs-redhat/lib/plugin/markdown/marked.js
600
+ - lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.html
601
+ - lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.js
602
+ - lib/resources/assets/revealjs-redhat/lib/plugin/zoom-js/zoom.js
550
603
  - lib/resources/assets/revealjs/LICENSE
551
604
  - lib/resources/assets/revealjs/css/print/paper.css
552
605
  - lib/resources/assets/revealjs/css/print/pdf.css
@@ -641,7 +694,6 @@ files:
641
694
  - lib/resources/assets/revealjs/plugin/search/search.js
642
695
  - lib/resources/assets/revealjs/plugin/zoom-js/zoom.js
643
696
  - lib/resources/assets/sass/_liberation.scss
644
- - lib/resources/assets/sass/_overpass.scss
645
697
  - lib/resources/assets/sass/font-awesome.scss
646
698
  - lib/resources/assets/sass/fontawesome/_animated.scss
647
699
  - lib/resources/assets/sass/fontawesome/_bordered-pulled.scss
@@ -686,6 +738,8 @@ files:
686
738
  - lib/resources/assets/sass/fonts/overpass/overpass_regular-web.ttf
687
739
  - lib/resources/assets/sass/fonts/overpass/overpass_regular-web.woff
688
740
  - lib/resources/assets/sass/gpe.scss
741
+ - lib/resources/assets/sass/gpe2.scss
742
+ - lib/resources/assets/sass/overpass.scss
689
743
  - lib/resources/assets/styles/asciidoctor.css
690
744
  - lib/resources/assets/styles/colony.css
691
745
  - lib/resources/assets/styles/foundation-lime.css
@@ -905,6 +959,44 @@ files:
905
959
  - lib/resources/backends/slim/html5/inline_menu.html.slim
906
960
  - lib/resources/backends/slim/html5/inline_quoted.html.slim
907
961
  - lib/resources/backends/slim/html5/section.html.slim
962
+ - lib/resources/backends/slim/revealjs-redhat/block_admonition.html.slim
963
+ - lib/resources/backends/slim/revealjs-redhat/block_audio.html.slim
964
+ - lib/resources/backends/slim/revealjs-redhat/block_colist.html.slim
965
+ - lib/resources/backends/slim/revealjs-redhat/block_dlist.html.slim
966
+ - lib/resources/backends/slim/revealjs-redhat/block_example.html.slim
967
+ - lib/resources/backends/slim/revealjs-redhat/block_floating_title.html.slim
968
+ - lib/resources/backends/slim/revealjs-redhat/block_image.html.slim
969
+ - lib/resources/backends/slim/revealjs-redhat/block_listing.html.slim
970
+ - lib/resources/backends/slim/revealjs-redhat/block_literal.html.slim
971
+ - lib/resources/backends/slim/revealjs-redhat/block_math.html.slim
972
+ - lib/resources/backends/slim/revealjs-redhat/block_olist.html.slim
973
+ - lib/resources/backends/slim/revealjs-redhat/block_open.html.slim
974
+ - lib/resources/backends/slim/revealjs-redhat/block_page_break.html.slim
975
+ - lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim
976
+ - lib/resources/backends/slim/revealjs-redhat/block_pass.html.slim
977
+ - lib/resources/backends/slim/revealjs-redhat/block_preamble.html.slim
978
+ - lib/resources/backends/slim/revealjs-redhat/block_quote.html.slim
979
+ - lib/resources/backends/slim/revealjs-redhat/block_ruler.html.slim
980
+ - lib/resources/backends/slim/revealjs-redhat/block_sidebar.html.slim
981
+ - lib/resources/backends/slim/revealjs-redhat/block_table.html.slim
982
+ - lib/resources/backends/slim/revealjs-redhat/block_toc.html.slim
983
+ - lib/resources/backends/slim/revealjs-redhat/block_ulist.html.slim
984
+ - lib/resources/backends/slim/revealjs-redhat/block_verse.html.slim
985
+ - lib/resources/backends/slim/revealjs-redhat/block_video.html.slim
986
+ - lib/resources/backends/slim/revealjs-redhat/document.html.slim
987
+ - lib/resources/backends/slim/revealjs-redhat/embedded.html.slim
988
+ - lib/resources/backends/slim/revealjs-redhat/helpers.rb
989
+ - lib/resources/backends/slim/revealjs-redhat/inline_anchor.html.slim
990
+ - lib/resources/backends/slim/revealjs-redhat/inline_break.html.slim
991
+ - lib/resources/backends/slim/revealjs-redhat/inline_button.html.slim
992
+ - lib/resources/backends/slim/revealjs-redhat/inline_callout.html.slim
993
+ - lib/resources/backends/slim/revealjs-redhat/inline_footnote.html.slim
994
+ - lib/resources/backends/slim/revealjs-redhat/inline_image.html.slim
995
+ - lib/resources/backends/slim/revealjs-redhat/inline_indexterm.html.slim
996
+ - lib/resources/backends/slim/revealjs-redhat/inline_kbd.html.slim
997
+ - lib/resources/backends/slim/revealjs-redhat/inline_menu.html.slim
998
+ - lib/resources/backends/slim/revealjs-redhat/inline_quoted.html.slim
999
+ - lib/resources/backends/slim/revealjs-redhat/section.html.slim
908
1000
  - lib/resources/backends/slim/revealjs/block_admonition.html.slim
909
1001
  - lib/resources/backends/slim/revealjs/block_audio.html.slim
910
1002
  - lib/resources/backends/slim/revealjs/block_colist.html.slim
@@ -943,7 +1035,6 @@ files:
943
1035
  - lib/resources/backends/slim/revealjs/inline_menu.html.slim
944
1036
  - lib/resources/backends/slim/revealjs/inline_quoted.html.slim
945
1037
  - lib/resources/backends/slim/revealjs/section.html.slim
946
- - lib/resources/cover.slim
947
1038
  - lib/templates/_config.yaml
948
1039
  - lib/templates/book/development/audio/ocean_waves.mp3
949
1040
  - lib/templates/book/development/book.adoc
data/.rakeTasks DELETED
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Settings><!--This file was automatically generated by Ruby plugin.
3
- You are allowed to:
4
- 1. Remove rake task
5
- 2. Add existing rake tasks
6
- To add existing rake tasks automatically delete this file and reload the project.
7
- --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build asciidoctor-cli-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install asciidoctor-cli-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push asciidoctor-cli-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>