slide-em-up 0.2.0 → 0.2.1

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.
@@ -0,0 +1,70 @@
1
+ .hll { background-color: #404040 }
2
+ .c { color: #999999; font-style: italic } /* Comment */
3
+ .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
+ .g { color: #d0d0d0 } /* Generic */
5
+ .k { color: #6ab825; font-weight: bold } /* Keyword */
6
+ .l { color: #d0d0d0 } /* Literal */
7
+ .n { color: #d0d0d0 } /* Name */
8
+ .o { color: #d0d0d0 } /* Operator */
9
+ .x { color: #d0d0d0 } /* Other */
10
+ .p { color: #d0d0d0 } /* Punctuation */
11
+ .cm { color: #999999; font-style: italic } /* Comment.Multiline */
12
+ .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
13
+ .c1 { color: #999999; font-style: italic } /* Comment.Single */
14
+ .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
15
+ .gd { color: #d22323 } /* Generic.Deleted */
16
+ .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
17
+ .gr { color: #d22323 } /* Generic.Error */
18
+ .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
19
+ .gi { color: #589819 } /* Generic.Inserted */
20
+ .go { color: #cccccc } /* Generic.Output */
21
+ .gp { color: #aaaaaa } /* Generic.Prompt */
22
+ .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
23
+ .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
24
+ .gt { color: #d22323 } /* Generic.Traceback */
25
+ .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
26
+ .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
27
+ .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
28
+ .kp { color: #6ab825 } /* Keyword.Pseudo */
29
+ .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
30
+ .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
31
+ .ld { color: #d0d0d0 } /* Literal.Date */
32
+ .m { color: #3677a9 } /* Literal.Number */
33
+ .s { color: #ed9d13 } /* Literal.String */
34
+ .na { color: #bbbbbb } /* Name.Attribute */
35
+ .nb { color: #24909d } /* Name.Builtin */
36
+ .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
37
+ .no { color: #40ffff } /* Name.Constant */
38
+ .nd { color: #ffa500 } /* Name.Decorator */
39
+ .ni { color: #d0d0d0 } /* Name.Entity */
40
+ .ne { color: #bbbbbb } /* Name.Exception */
41
+ .nf { color: #447fcf } /* Name.Function */
42
+ .nl { color: #d0d0d0 } /* Name.Label */
43
+ .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
44
+ .nx { color: #d0d0d0 } /* Name.Other */
45
+ .py { color: #d0d0d0 } /* Name.Property */
46
+ .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
47
+ .nv { color: #40ffff } /* Name.Variable */
48
+ .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
49
+ .w { color: #666666 } /* Text.Whitespace */
50
+ .mf { color: #3677a9 } /* Literal.Number.Float */
51
+ .mh { color: #3677a9 } /* Literal.Number.Hex */
52
+ .mi { color: #3677a9 } /* Literal.Number.Integer */
53
+ .mo { color: #3677a9 } /* Literal.Number.Oct */
54
+ .sb { color: #ed9d13 } /* Literal.String.Backtick */
55
+ .sc { color: #ed9d13 } /* Literal.String.Char */
56
+ .sd { color: #ed9d13 } /* Literal.String.Doc */
57
+ .s2 { color: #ed9d13 } /* Literal.String.Double */
58
+ .se { color: #ed9d13 } /* Literal.String.Escape */
59
+ .sh { color: #ed9d13 } /* Literal.String.Heredoc */
60
+ .si { color: #ed9d13 } /* Literal.String.Interpol */
61
+ .sx { color: #ffa500 } /* Literal.String.Other */
62
+ .sr { color: #ed9d13 } /* Literal.String.Regex */
63
+ .s1 { color: #ed9d13 } /* Literal.String.Single */
64
+ .ss { color: #ed9d13 } /* Literal.String.Symbol */
65
+ .bp { color: #24909d } /* Name.Builtin.Pseudo */
66
+ .vc { color: #40ffff } /* Name.Variable.Class */
67
+ .vg { color: #40ffff } /* Name.Variable.Global */
68
+ .vi { color: #40ffff } /* Name.Variable.Instance */
69
+ .il { color: #3677a9 } /* Literal.Number.Integer.Long */
70
+
@@ -6,6 +6,9 @@
6
6
  <title><%= meta.title %></title>
7
7
  <link rel="stylesheet" href="css/style.css">
8
8
  <link rel="stylesheet" href="css/pygments/colorful.css">
9
+ <% meta.css.each do |css| %>
10
+ <link rel="stylesheet" href="<%= css%>">
11
+ <% end %>
9
12
  </head>
10
13
  <body class="list">
11
14
  <header class="caption">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slide-em-up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-13 00:00:00.000000000Z
12
+ date: 2011-10-12 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: goliath
16
- requirement: &79848310 !ruby/object:Gem::Requirement
16
+ requirement: &88495470 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0.9'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *79848310
24
+ version_requirements: *88495470
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: redcarpet
27
- requirement: &79852140 !ruby/object:Gem::Requirement
27
+ requirement: &88495220 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '1.17'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *79852140
35
+ version_requirements: *88495220
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: erubis
38
- requirement: &79874950 !ruby/object:Gem::Requirement
38
+ requirement: &88494990 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '2.7'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *79874950
46
+ version_requirements: *88494990
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: yajl-ruby
49
- requirement: &81723610 !ruby/object:Gem::Requirement
49
+ requirement: &88494760 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0.8'
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *81723610
57
+ version_requirements: *88494760
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: albino
60
- requirement: &82417980 !ruby/object:Gem::Requirement
60
+ requirement: &88494530 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: '1.3'
66
66
  type: :runtime
67
67
  prerelease: false
68
- version_requirements: *82417980
68
+ version_requirements: *88494530
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: minitest
71
- requirement: &83019290 !ruby/object:Gem::Requirement
71
+ requirement: &88429520 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ~>
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: '2.3'
77
77
  type: :development
78
78
  prerelease: false
79
- version_requirements: *83019290
79
+ version_requirements: *88429520
80
80
  description: Slide'em up is a presentation tool that displays markdown-formatted slides
81
81
  email: bruno.michel@af83.com
82
82
  executables:
@@ -113,6 +113,7 @@ files:
113
113
  - themes/common/fonts/crimson_text_bold.ttf
114
114
  - themes/common/fonts/crimson_text_semibold.ttf
115
115
  - themes/common/css/pygments/colorful.css
116
+ - themes/common/css/pygments/native.css
116
117
  - themes/3d_slideshow/index.erb
117
118
  - themes/3d_slideshow/js/slideshow.js
118
119
  - themes/3d_slideshow/css/main.css
@@ -125,6 +126,13 @@ files:
125
126
  - themes/html5rocks/css/default.css
126
127
  - themes/html5rocks/css/sea_wave.css
127
128
  - themes/html5rocks/README
129
+ - themes/CSSS/index.erb
130
+ - themes/CSSS/js/classList.js
131
+ - themes/CSSS/js/slideshow.js
132
+ - themes/CSSS/css/slideshow.css
133
+ - themes/CSSS/css/theme.css
134
+ - themes/CSSS/images/rainbow-wood.jpg
135
+ - themes/CSSS/README
128
136
  homepage: http://github.com/nono/slide-em-up
129
137
  licenses: []
130
138
  post_install_message: