slideshow-templates 2.4.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbdd856028d280494e28f2a64515f7c65c1fbf84
4
- data.tar.gz: 7a086f4274f8c90081e8ae6c03e98dc37c1ad671
3
+ metadata.gz: c4a2a7d2f97ca6c2ebdb98e2b044261bb3817105
4
+ data.tar.gz: ab5c0a7256bb31d79b31d4e4e9b7e3c5281e5545
5
5
  SHA512:
6
- metadata.gz: add0a25c6119ad67fdeca3dfbdb734088a112f98c0c4bf7e38673ac1ecc13c3c81ec77e3ad8bc22a44e522c1caef7b7267b8591adf25dae9905a655bb554bd73
7
- data.tar.gz: e0a4ec1852dbf30186be4aba7e5cdac07d77f85beecd8ce6894b352207169684de7d7e775ee1fddf4a4d1f3e281a54ed403408e284fd24de34bdb70bb35dcbf1
6
+ metadata.gz: 6f44479760385ba3b237a8443239f09f06e22c66ae709c8b6cad28c8c241df622b2d1a434e1beb7ee19e59c5ce49ac3c668e5e905241b53f1c02254b1fa1ee58
7
+ data.tar.gz: c48217524dde7dc3db33687a41af3a6420e24fe08857a79b726aa04736957281541ecbb587e249798610c03e30704dcc461c1d823fbb82f0df9eb5b5d6c7517c
data/Manifest.txt CHANGED
@@ -11,8 +11,8 @@ templates/s6/jquery.slideshow.js
11
11
  templates/s6/print.css
12
12
  templates/s6/projection.css
13
13
  templates/s6/screen.css
14
- templates/slides.html.erb
15
- templates/slides.pdf.html.erb
16
- templates/style.css.erb
14
+ templates/slides.html
15
+ templates/slides.pdf.html
16
+ templates/style.css
17
17
  templates/welcome.text
18
18
  templates/welcome.txt.quick
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  * bugs :: [github.com/slideshow-s9/slideshow-templates/issues](https://github.com/slideshow-s9/slideshow-templates/issues)
5
5
  * gem :: [rubygems.org/gems/slideshow-templates](https://rubygems.org/gems/slideshow-templates)
6
6
  * rdoc :: [rubydoc.info/gems/slideshow-templates](http://rubydoc.info/gems/slideshow-templates)
7
- * forum :: [groups.google.com/group/webslideshow](http://groups.google.com/group/webslideshow)
7
+ * forum :: [groups.google.com/group/wwwmake](http://groups.google.com/group/wwwmake)
8
8
 
9
9
  ## USAGE
10
10
 
@@ -19,5 +19,6 @@ Use it as you please with no restrictions whatsoever.
19
19
 
20
20
  ## QUESTION? COMMENTS?
21
21
 
22
- Send them along to the [Free Web Slide Show Alternatives (S5, S6, S9, Slidy And Friends) Forum/Mailing List](http://groups.google.com/group/webslideshow).
22
+ Send them along to the [wwwmake forum/mailing list](http://groups.google.com/group/wwwmake).
23
23
  Thanks!
24
+
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ Hoe.spec 'slideshow-templates' do
11
11
  self.urls = ['https://github.com/slideshow-s9/slideshow-templates']
12
12
 
13
13
  self.author = 'Gerald Bauer'
14
- self.email = 'webslideshow@googlegroups.com'
14
+ self.email = 'wwwmake@googlegroups.com'
15
15
 
16
16
  # switch extension to .markdown for gihub formatting
17
17
  self.readme_file = 'README.md'
@@ -3,8 +3,8 @@
3
3
 
4
4
  module SlideshowTemplates
5
5
 
6
- MAJOR = 2
7
- MINOR = 4
6
+ MAJOR = 3
7
+ MINOR = 0
8
8
  PATCH = 0
9
9
  VERSION = [MAJOR,MINOR,PATCH].join('.')
10
10
 
data/templates/s6.txt CHANGED
@@ -2,11 +2,11 @@
2
2
  # Change as desired/needed
3
3
  #
4
4
  # Questions? Comments?
5
- # Send them along to the Free Web Slide Show Alternatives (S5, S6, S9 And Friends) Forum/Mailing List.
6
- # http://groups.google.com/group/webslideshow
5
+ # Send them along to the wwwmake forum/mailing list.
6
+ # http://groups.google.com/group/wwwmake
7
7
 
8
- __file__.html slides.html.erb
9
- __file__.css style.css.erb
8
+ __file__.html slides.html
9
+ __file__.css style.css
10
10
 
11
11
  # styles
12
12
 
@@ -24,4 +24,4 @@ s6/jquery.slideshow.js
24
24
  # -- use html-to-pdf tool (such as wkhtmltopdf, prince, etc) to generate pdf
25
25
  # -- from javascript free web page
26
26
 
27
- __file__.pdf.html slides.pdf.html.erb
27
+ __file__.pdf.html slides.pdf.html
@@ -0,0 +1,56 @@
1
+ ---
2
+ ---
3
+
4
+ {% capture style_css %}{{ name }}.css{% endcapture %}
5
+
6
+ <!DOCTYPE html>
7
+ <html>
8
+ <head>
9
+ <meta http-equiv="content-type" content="text/html;charset=utf-8">
10
+ <title>{{ headers['title'] }}</title>
11
+
12
+ <meta name="generator" content="{{ headers['generator'] }}">
13
+ <meta name="author" content="{{ headers['author'] }}" >
14
+
15
+
16
+ <!-- S6 style sheet links -->
17
+ <link rel="stylesheet" href="{{ style_css }}" media="projection" id="styleProjection">
18
+ <link rel="stylesheet" href="s6/screen.css" media="screen" id="styleScreen">
19
+ <link rel="stylesheet" href="s6/print.css" media="print">
20
+
21
+ <!-- S6 JS -->
22
+ <script src="s6/jquery.js"></script>
23
+ <script src="s6/jquery.slideshow.js"></script>
24
+ <script>
25
+ $(document).ready( function() {
26
+ Slideshow.init();
27
+ } );
28
+
29
+ {{ more_content_for_js }}
30
+ </script>
31
+
32
+ <!-- Better Browser Banner for Microsoft Internet Explorer (IE) -->
33
+ <!--[if IE]>
34
+ <script src="s6/jquery.microsoft.js"></script>
35
+ <![endif]-->
36
+
37
+ {{ more_content_for_head }}
38
+
39
+ </head>
40
+ <body>
41
+
42
+ <div class="layout">
43
+ <div id="header"></div>
44
+ <div id="footer">
45
+ <h1>{{ headers['footer'] }}</h1>
46
+ <h2>{{ headers['subfooter'] }}</h2>
47
+ </div>
48
+ </div>
49
+
50
+ <div class="presentation">
51
+
52
+ {{ content }}
53
+
54
+ </div><!-- presentation -->
55
+ </body>
56
+ </html>
@@ -1,10 +1,13 @@
1
+ ---
2
+ ---
3
+
1
4
  <!DOCTYPE html>
2
5
  <html>
3
6
  <head>
4
7
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title><%= @headers['title'] %></title>
8
+ <title>{{ headers['title'] }}</title>
6
9
 
7
- <%= content_for :head %>
10
+ {{ more_content_for_head }}
8
11
 
9
12
  <style>
10
13
  html, body { margin: 0; padding: 0; }
@@ -41,7 +44,7 @@ ul { list-style-type: square; }
41
44
  */
42
45
  }
43
46
 
44
- <%= content_for :css %>
47
+ {{ more_content_for_css }}
45
48
 
46
49
  /*
47
50
  for princexml (CSS3 paged media support)
@@ -54,7 +57,7 @@ for princexml (CSS3 paged media support)
54
57
 
55
58
  <div class="presentation">
56
59
 
57
- <%= @content %>
60
+ {{ content }}
58
61
 
59
62
  </div> <!-- presentation -->
60
63
  </body>
@@ -1,3 +1,6 @@
1
+ ---
2
+ ---
3
+
1
4
  @import url(s6/projection.css); /* required to make the slide show run at all */
2
5
 
3
6
  body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
@@ -88,4 +91,5 @@ p.tiny { font-size: 82%; }
88
91
  .stepcurrent { color: black; }
89
92
 
90
93
 
91
- <%= content_for :css %>
94
+ {{ more_content_for_css }}
95
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slideshow-templates
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-10 00:00:00.000000000 Z
11
+ date: 2016-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -30,16 +30,16 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '3.13'
33
+ version: '3.14'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '3.13'
40
+ version: '3.14'
41
41
  description: slideshow-templates - bundles builtin slide show (S9) templates 'n' snippets
42
- email: webslideshow@googlegroups.com
42
+ email: wwwmake@googlegroups.com
43
43
  executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files:
@@ -61,9 +61,9 @@ files:
61
61
  - templates/s6/print.css
62
62
  - templates/s6/projection.css
63
63
  - templates/s6/screen.css
64
- - templates/slides.html.erb
65
- - templates/slides.pdf.html.erb
66
- - templates/style.css.erb
64
+ - templates/slides.html
65
+ - templates/slides.pdf.html
66
+ - templates/style.css
67
67
  - templates/welcome.text
68
68
  - templates/welcome.txt.quick
69
69
  homepage: https://github.com/slideshow-s9/slideshow-templates
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
- rubygems_version: 2.4.2
91
+ rubygems_version: 2.2.3
92
92
  signing_key:
93
93
  specification_version: 4
94
94
  summary: slideshow-templates - bundles builtin slide show (S9) templates 'n' snippets
@@ -1,55 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv="content-type" content="text/html;charset=utf-8">
5
- <title><%= @headers['title'] %></title>
6
-
7
- <meta name="generator" content="<%= @headers['generator'] %>">
8
- <meta name="author" content="<%= @headers['author']%>" >
9
-
10
- <!-- helper/macro that lets you add (CSS3) gradient using headers
11
- see http://slideshow.rubyforge.org/themes.html
12
-
13
- <%= gradient_from_headers() %> -->
14
-
15
- <!-- S6 style sheet links -->
16
- <link rel="stylesheet" href="<%= "#{@name}.css" %>" media="projection" id="styleProjection">
17
- <link rel="stylesheet" href="s6/screen.css" media="screen" id="styleScreen">
18
- <link rel="stylesheet" href="s6/print.css" media="print">
19
-
20
- <!-- S6 JS -->
21
- <script src="s6/jquery.js"></script>
22
- <script src="s6/jquery.slideshow.js"></script>
23
- <script>
24
- $(document).ready( function() {
25
- Slideshow.init();
26
- } );
27
-
28
- <%= content_for :js %>
29
- </script>
30
-
31
- <!-- Better Browser Banner for Microsoft Internet Explorer (IE) -->
32
- <!--[if IE]>
33
- <script src="s6/jquery.microsoft.js"></script>
34
- <![endif]-->
35
-
36
- <%= content_for :head %>
37
-
38
- </head>
39
- <body>
40
-
41
- <div class="layout">
42
- <div id="header"></div>
43
- <div id="footer">
44
- <h1><%= @headers['footer'] %></h1>
45
- <h2><%= @headers['subfooter'] %></h2>
46
- </div>
47
- </div>
48
-
49
- <div class="presentation">
50
-
51
- <%= @content %>
52
-
53
- </div><!-- presentation -->
54
- </body>
55
- </html>