slideit 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +5 -0
  4. data/CODE_OF_CONDUCT.md +49 -0
  5. data/Gemfile +4 -0
  6. data/README.md +38 -0
  7. data/Rakefile +10 -0
  8. data/bin/slideit +34 -0
  9. data/lib/slideit/version.rb +3 -0
  10. data/lib/slideit.rb +110 -0
  11. data/res/reveal.js-3.3.0/.gitignore +13 -0
  12. data/res/reveal.js-3.3.0/.travis.yml +5 -0
  13. data/res/reveal.js-3.3.0/CONTRIBUTING.md +23 -0
  14. data/res/reveal.js-3.3.0/Gruntfile.js +176 -0
  15. data/res/reveal.js-3.3.0/LICENSE +19 -0
  16. data/res/reveal.js-3.3.0/README.md +1104 -0
  17. data/res/reveal.js-3.3.0/bower.json +27 -0
  18. data/res/reveal.js-3.3.0/css/print/paper.css +202 -0
  19. data/res/reveal.js-3.3.0/css/print/pdf.css +160 -0
  20. data/res/reveal.js-3.3.0/css/reveal.css +1331 -0
  21. data/res/reveal.js-3.3.0/css/reveal.scss +1411 -0
  22. data/res/reveal.js-3.3.0/css/theme/README.md +21 -0
  23. data/res/reveal.js-3.3.0/css/theme/beige.css +291 -0
  24. data/res/reveal.js-3.3.0/css/theme/black.css +287 -0
  25. data/res/reveal.js-3.3.0/css/theme/blood.css +310 -0
  26. data/res/reveal.js-3.3.0/css/theme/league.css +293 -0
  27. data/res/reveal.js-3.3.0/css/theme/moon.css +291 -0
  28. data/res/reveal.js-3.3.0/css/theme/night.css +285 -0
  29. data/res/reveal.js-3.3.0/css/theme/serif.css +287 -0
  30. data/res/reveal.js-3.3.0/css/theme/simple.css +287 -0
  31. data/res/reveal.js-3.3.0/css/theme/sky.css +294 -0
  32. data/res/reveal.js-3.3.0/css/theme/solarized.css +291 -0
  33. data/res/reveal.js-3.3.0/css/theme/source/beige.scss +39 -0
  34. data/res/reveal.js-3.3.0/css/theme/source/black.scss +49 -0
  35. data/res/reveal.js-3.3.0/css/theme/source/blood.scss +79 -0
  36. data/res/reveal.js-3.3.0/css/theme/source/league.scss +34 -0
  37. data/res/reveal.js-3.3.0/css/theme/source/moon.scss +57 -0
  38. data/res/reveal.js-3.3.0/css/theme/source/night.scss +35 -0
  39. data/res/reveal.js-3.3.0/css/theme/source/serif.scss +35 -0
  40. data/res/reveal.js-3.3.0/css/theme/source/simple.scss +38 -0
  41. data/res/reveal.js-3.3.0/css/theme/source/sky.scss +46 -0
  42. data/res/reveal.js-3.3.0/css/theme/source/solarized.scss +63 -0
  43. data/res/reveal.js-3.3.0/css/theme/source/white.scss +49 -0
  44. data/res/reveal.js-3.3.0/css/theme/template/mixins.scss +29 -0
  45. data/res/reveal.js-3.3.0/css/theme/template/settings.scss +43 -0
  46. data/res/reveal.js-3.3.0/css/theme/template/theme.scss +346 -0
  47. data/res/reveal.js-3.3.0/css/theme/white.css +287 -0
  48. data/res/reveal.js-3.3.0/demo.html +410 -0
  49. data/res/reveal.js-3.3.0/index.html +52 -0
  50. data/res/reveal.js-3.3.0/js/reveal.js +4744 -0
  51. data/res/reveal.js-3.3.0/lib/css/zenburn.css +80 -0
  52. data/res/reveal.js-3.3.0/lib/font/league-gothic/LICENSE +2 -0
  53. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.css +10 -0
  54. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.eot +0 -0
  55. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.ttf +0 -0
  56. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.woff +0 -0
  57. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/LICENSE +45 -0
  58. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  59. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
  60. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  61. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  62. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
  63. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  64. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  65. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
  66. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  67. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
  68. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
  69. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
  70. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro.css +39 -0
  71. data/res/reveal.js-3.3.0/lib/js/classList.js +2 -0
  72. data/res/reveal.js-3.3.0/lib/js/head.min.js +9 -0
  73. data/res/reveal.js-3.3.0/lib/js/html5shiv.js +7 -0
  74. data/res/reveal.js-3.3.0/package.json +44 -0
  75. data/res/reveal.js-3.3.0/plugin/highlight/highlight.js +31 -0
  76. data/res/reveal.js-3.3.0/plugin/markdown/example.html +129 -0
  77. data/res/reveal.js-3.3.0/plugin/markdown/example.md +31 -0
  78. data/res/reveal.js-3.3.0/plugin/markdown/markdown.js +405 -0
  79. data/res/reveal.js-3.3.0/plugin/markdown/marked.js +6 -0
  80. data/res/reveal.js-3.3.0/plugin/math/math.js +67 -0
  81. data/res/reveal.js-3.3.0/plugin/multiplex/client.js +13 -0
  82. data/res/reveal.js-3.3.0/plugin/multiplex/index.js +64 -0
  83. data/res/reveal.js-3.3.0/plugin/multiplex/master.js +31 -0
  84. data/res/reveal.js-3.3.0/plugin/multiplex/package.json +19 -0
  85. data/res/reveal.js-3.3.0/plugin/notes/notes.html +414 -0
  86. data/res/reveal.js-3.3.0/plugin/notes/notes.js +136 -0
  87. data/res/reveal.js-3.3.0/plugin/notes-server/client.js +65 -0
  88. data/res/reveal.js-3.3.0/plugin/notes-server/index.js +69 -0
  89. data/res/reveal.js-3.3.0/plugin/notes-server/notes.html +407 -0
  90. data/res/reveal.js-3.3.0/plugin/print-pdf/print-pdf.js +48 -0
  91. data/res/reveal.js-3.3.0/plugin/search/search.js +196 -0
  92. data/res/reveal.js-3.3.0/plugin/zoom-js/zoom.js +278 -0
  93. data/res/reveal.js-3.3.0/simple.html +90 -0
  94. data/res/reveal.js-3.3.0/test/examples/assets/image1.png +0 -0
  95. data/res/reveal.js-3.3.0/test/examples/assets/image2.png +0 -0
  96. data/res/reveal.js-3.3.0/test/examples/barebones.html +41 -0
  97. data/res/reveal.js-3.3.0/test/examples/embedded-media.html +49 -0
  98. data/res/reveal.js-3.3.0/test/examples/math.html +185 -0
  99. data/res/reveal.js-3.3.0/test/examples/slide-backgrounds.html +144 -0
  100. data/res/reveal.js-3.3.0/test/examples/slide-transitions.html +101 -0
  101. data/res/reveal.js-3.3.0/test/qunit-1.12.0.css +244 -0
  102. data/res/reveal.js-3.3.0/test/qunit-1.12.0.js +2212 -0
  103. data/res/reveal.js-3.3.0/test/test-markdown-element-attributes.html +134 -0
  104. data/res/reveal.js-3.3.0/test/test-markdown-element-attributes.js +46 -0
  105. data/res/reveal.js-3.3.0/test/test-markdown-slide-attributes.html +128 -0
  106. data/res/reveal.js-3.3.0/test/test-markdown-slide-attributes.js +47 -0
  107. data/res/reveal.js-3.3.0/test/test-markdown.html +52 -0
  108. data/res/reveal.js-3.3.0/test/test-markdown.js +15 -0
  109. data/res/reveal.js-3.3.0/test/test-pdf.html +83 -0
  110. data/res/reveal.js-3.3.0/test/test-pdf.js +15 -0
  111. data/res/reveal.js-3.3.0/test/test.html +86 -0
  112. data/res/reveal.js-3.3.0/test/test.js +597 -0
  113. data/res/reveal.js-3.3.0/test.md +31 -0
  114. data/slideit.gemspec +25 -0
  115. metadata +199 -0
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "reveal.js",
3
+ "version": "3.3.0",
4
+ "main": [
5
+ "js/reveal.js",
6
+ "css/reveal.css"
7
+ ],
8
+ "homepage": "http://lab.hakim.se/reveal-js/",
9
+ "license": "MIT",
10
+ "description": "The HTML Presentation Framework",
11
+ "authors": [
12
+ "Hakim El Hattab <hakim.elhattab@gmail.com>"
13
+ ],
14
+ "dependencies": {
15
+ "headjs": "~1.0.3"
16
+ },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git://github.com/hakimel/reveal.js.git"
20
+ },
21
+ "ignore": [
22
+ "**/.*",
23
+ "node_modules",
24
+ "bower_components",
25
+ "test"
26
+ ]
27
+ }
@@ -0,0 +1,202 @@
1
+ /* Default Print Stylesheet Template
2
+ by Rob Glazebrook of CSSnewbie.com
3
+ Last Updated: June 4, 2008
4
+
5
+ Feel free (nay, compelled) to edit, append, and
6
+ manipulate this file as you see fit. */
7
+
8
+
9
+ @media print {
10
+
11
+ /* SECTION 1: Set default width, margin, float, and
12
+ background. This prevents elements from extending
13
+ beyond the edge of the printed page, and prevents
14
+ unnecessary background images from printing */
15
+ html {
16
+ background: #fff;
17
+ width: auto;
18
+ height: auto;
19
+ overflow: visible;
20
+ }
21
+ body {
22
+ background: #fff;
23
+ font-size: 20pt;
24
+ width: auto;
25
+ height: auto;
26
+ border: 0;
27
+ margin: 0 5%;
28
+ padding: 0;
29
+ overflow: visible;
30
+ float: none !important;
31
+ }
32
+
33
+ /* SECTION 2: Remove any elements not needed in print.
34
+ This would include navigation, ads, sidebars, etc. */
35
+ .nestedarrow,
36
+ .controls,
37
+ .fork-reveal,
38
+ .share-reveal,
39
+ .state-background,
40
+ .reveal .progress,
41
+ .reveal .backgrounds {
42
+ display: none !important;
43
+ }
44
+
45
+ /* SECTION 3: Set body font face, size, and color.
46
+ Consider using a serif font for readability. */
47
+ body, p, td, li, div {
48
+ font-size: 20pt!important;
49
+ font-family: Georgia, "Times New Roman", Times, serif !important;
50
+ color: #000;
51
+ }
52
+
53
+ /* SECTION 4: Set heading font face, sizes, and color.
54
+ Differentiate your headings from your body text.
55
+ Perhaps use a large sans-serif for distinction. */
56
+ h1,h2,h3,h4,h5,h6 {
57
+ color: #000!important;
58
+ height: auto;
59
+ line-height: normal;
60
+ font-family: Georgia, "Times New Roman", Times, serif !important;
61
+ text-shadow: 0 0 0 #000 !important;
62
+ text-align: left;
63
+ letter-spacing: normal;
64
+ }
65
+ /* Need to reduce the size of the fonts for printing */
66
+ h1 { font-size: 28pt !important; }
67
+ h2 { font-size: 24pt !important; }
68
+ h3 { font-size: 22pt !important; }
69
+ h4 { font-size: 22pt !important; font-variant: small-caps; }
70
+ h5 { font-size: 21pt !important; }
71
+ h6 { font-size: 20pt !important; font-style: italic; }
72
+
73
+ /* SECTION 5: Make hyperlinks more usable.
74
+ Ensure links are underlined, and consider appending
75
+ the URL to the end of the link for usability. */
76
+ a:link,
77
+ a:visited {
78
+ color: #000 !important;
79
+ font-weight: bold;
80
+ text-decoration: underline;
81
+ }
82
+ /*
83
+ .reveal a:link:after,
84
+ .reveal a:visited:after {
85
+ content: " (" attr(href) ") ";
86
+ color: #222 !important;
87
+ font-size: 90%;
88
+ }
89
+ */
90
+
91
+
92
+ /* SECTION 6: more reveal.js specific additions by @skypanther */
93
+ ul, ol, div, p {
94
+ visibility: visible;
95
+ position: static;
96
+ width: auto;
97
+ height: auto;
98
+ display: block;
99
+ overflow: visible;
100
+ margin: 0;
101
+ text-align: left !important;
102
+ }
103
+ .reveal pre,
104
+ .reveal table {
105
+ margin-left: 0;
106
+ margin-right: 0;
107
+ }
108
+ .reveal pre code {
109
+ padding: 20px;
110
+ border: 1px solid #ddd;
111
+ }
112
+ .reveal blockquote {
113
+ margin: 20px 0;
114
+ }
115
+ .reveal .slides {
116
+ position: static !important;
117
+ width: auto !important;
118
+ height: auto !important;
119
+
120
+ left: 0 !important;
121
+ top: 0 !important;
122
+ margin-left: 0 !important;
123
+ margin-top: 0 !important;
124
+ padding: 0 !important;
125
+ zoom: 1 !important;
126
+
127
+ overflow: visible !important;
128
+ display: block !important;
129
+
130
+ text-align: left !important;
131
+ -webkit-perspective: none;
132
+ -moz-perspective: none;
133
+ -ms-perspective: none;
134
+ perspective: none;
135
+
136
+ -webkit-perspective-origin: 50% 50%;
137
+ -moz-perspective-origin: 50% 50%;
138
+ -ms-perspective-origin: 50% 50%;
139
+ perspective-origin: 50% 50%;
140
+ }
141
+ .reveal .slides section {
142
+ visibility: visible !important;
143
+ position: static !important;
144
+ width: auto !important;
145
+ height: auto !important;
146
+ display: block !important;
147
+ overflow: visible !important;
148
+
149
+ left: 0 !important;
150
+ top: 0 !important;
151
+ margin-left: 0 !important;
152
+ margin-top: 0 !important;
153
+ padding: 60px 20px !important;
154
+ z-index: auto !important;
155
+
156
+ opacity: 1 !important;
157
+
158
+ page-break-after: always !important;
159
+
160
+ -webkit-transform-style: flat !important;
161
+ -moz-transform-style: flat !important;
162
+ -ms-transform-style: flat !important;
163
+ transform-style: flat !important;
164
+
165
+ -webkit-transform: none !important;
166
+ -moz-transform: none !important;
167
+ -ms-transform: none !important;
168
+ transform: none !important;
169
+
170
+ -webkit-transition: none !important;
171
+ -moz-transition: none !important;
172
+ -ms-transition: none !important;
173
+ transition: none !important;
174
+ }
175
+ .reveal .slides section.stack {
176
+ padding: 0 !important;
177
+ }
178
+ .reveal section:last-of-type {
179
+ page-break-after: avoid !important;
180
+ }
181
+ .reveal section .fragment {
182
+ opacity: 1 !important;
183
+ visibility: visible !important;
184
+
185
+ -webkit-transform: none !important;
186
+ -moz-transform: none !important;
187
+ -ms-transform: none !important;
188
+ transform: none !important;
189
+ }
190
+ .reveal section img {
191
+ display: block;
192
+ margin: 15px 0px;
193
+ background: rgba(255,255,255,1);
194
+ border: 1px solid #666;
195
+ box-shadow: none;
196
+ }
197
+
198
+ .reveal section small {
199
+ font-size: 0.8em;
200
+ }
201
+
202
+ }
@@ -0,0 +1,160 @@
1
+ /**
2
+ * This stylesheet is used to print reveal.js
3
+ * presentations to PDF.
4
+ *
5
+ * https://github.com/hakimel/reveal.js#pdf-export
6
+ */
7
+
8
+ * {
9
+ -webkit-print-color-adjust: exact;
10
+ }
11
+
12
+ body {
13
+ margin: 0 auto !important;
14
+ border: 0;
15
+ padding: 0;
16
+ float: none !important;
17
+ overflow: visible;
18
+ }
19
+
20
+ html {
21
+ width: 100%;
22
+ height: 100%;
23
+ overflow: visible;
24
+ }
25
+
26
+ /* Remove any elements not needed in print. */
27
+ .nestedarrow,
28
+ .reveal .controls,
29
+ .reveal .progress,
30
+ .reveal .playback,
31
+ .reveal.overview,
32
+ .fork-reveal,
33
+ .share-reveal,
34
+ .state-background {
35
+ display: none !important;
36
+ }
37
+
38
+ h1, h2, h3, h4, h5, h6 {
39
+ text-shadow: 0 0 0 #000 !important;
40
+ }
41
+
42
+ .reveal pre code {
43
+ overflow: hidden !important;
44
+ font-family: Courier, 'Courier New', monospace !important;
45
+ }
46
+
47
+ ul, ol, div, p {
48
+ visibility: visible;
49
+ position: static;
50
+ width: auto;
51
+ height: auto;
52
+ display: block;
53
+ overflow: visible;
54
+ margin: auto;
55
+ }
56
+ .reveal {
57
+ width: auto !important;
58
+ height: auto !important;
59
+ overflow: hidden !important;
60
+ }
61
+ .reveal .slides {
62
+ position: static;
63
+ width: 100%;
64
+ height: auto;
65
+
66
+ left: auto;
67
+ top: auto;
68
+ margin: 0 !important;
69
+ padding: 0 !important;
70
+
71
+ overflow: visible;
72
+ display: block;
73
+
74
+ -webkit-perspective: none;
75
+ -moz-perspective: none;
76
+ -ms-perspective: none;
77
+ perspective: none;
78
+
79
+ -webkit-perspective-origin: 50% 50%; /* there isn't a none/auto value but 50-50 is the default */
80
+ -moz-perspective-origin: 50% 50%;
81
+ -ms-perspective-origin: 50% 50%;
82
+ perspective-origin: 50% 50%;
83
+ }
84
+
85
+ .reveal .slides section {
86
+ page-break-after: always !important;
87
+
88
+ visibility: visible !important;
89
+ position: relative !important;
90
+ display: block !important;
91
+ position: relative !important;
92
+
93
+ margin: 0 !important;
94
+ padding: 0 !important;
95
+ box-sizing: border-box !important;
96
+ min-height: 1px;
97
+
98
+ opacity: 1 !important;
99
+
100
+ -webkit-transform-style: flat !important;
101
+ -moz-transform-style: flat !important;
102
+ -ms-transform-style: flat !important;
103
+ transform-style: flat !important;
104
+
105
+ -webkit-transform: none !important;
106
+ -moz-transform: none !important;
107
+ -ms-transform: none !important;
108
+ transform: none !important;
109
+ }
110
+
111
+ .reveal section.stack {
112
+ margin: 0 !important;
113
+ padding: 0 !important;
114
+ page-break-after: avoid !important;
115
+ height: auto !important;
116
+ min-height: auto !important;
117
+ }
118
+
119
+ .reveal img {
120
+ box-shadow: none;
121
+ }
122
+
123
+ .reveal .roll {
124
+ overflow: visible;
125
+ line-height: 1em;
126
+ }
127
+
128
+ /* Slide backgrounds are placed inside of their slide when exporting to PDF */
129
+ .reveal section .slide-background {
130
+ display: block !important;
131
+ position: absolute;
132
+ top: 0;
133
+ left: 0;
134
+ width: 100%;
135
+ z-index: -1;
136
+ }
137
+
138
+ /* All elements should be above the slide-background */
139
+ .reveal section>* {
140
+ position: relative;
141
+ z-index: 1;
142
+ }
143
+
144
+ /* Display slide speaker notes when 'showNotes' is enabled */
145
+ .reveal .speaker-notes-pdf {
146
+ display: block;
147
+ width: 100%;
148
+ max-height: none;
149
+ left: auto;
150
+ top: auto;
151
+ z-index: 100;
152
+ }
153
+
154
+ /* Display slide numbers when 'slideNumber' is enabled */
155
+ .reveal .slide-number-pdf {
156
+ display: block;
157
+ position: absolute;
158
+ font-size: 14px;
159
+ }
160
+