showoff 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. data/README.txt +93 -0
  2. data/Rakefile +15 -0
  3. data/bin/showoff +5 -0
  4. data/lib/showoff.rb +141 -0
  5. data/public/css/fg.menu.css +114 -0
  6. data/public/css/sh_style.css +66 -0
  7. data/public/css/showoff.css +186 -0
  8. data/public/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png +0 -0
  9. data/public/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png +0 -0
  10. data/public/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  11. data/public/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png +0 -0
  12. data/public/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png +0 -0
  13. data/public/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png +0 -0
  14. data/public/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png +0 -0
  15. data/public/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  16. data/public/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png +0 -0
  17. data/public/css/theme/images/ui-icons_808080_256x240.png +0 -0
  18. data/public/css/theme/images/ui-icons_8DC262_256x240.png +0 -0
  19. data/public/css/theme/images/ui-icons_cd0a0a_256x240.png +0 -0
  20. data/public/css/theme/images/ui-icons_e7e6e4_256x240.png +0 -0
  21. data/public/css/theme/images/ui-icons_eeeeee_256x240.png +0 -0
  22. data/public/css/theme/images/ui-icons_ffffff_256x240.png +0 -0
  23. data/public/css/theme/ui.accordion.css +9 -0
  24. data/public/css/theme/ui.all.css +2 -0
  25. data/public/css/theme/ui.base.css +9 -0
  26. data/public/css/theme/ui.core.css +37 -0
  27. data/public/css/theme/ui.datepicker.css +62 -0
  28. data/public/css/theme/ui.dialog.css +13 -0
  29. data/public/css/theme/ui.progressbar.css +4 -0
  30. data/public/css/theme/ui.resizable.css +13 -0
  31. data/public/css/theme/ui.slider.css +17 -0
  32. data/public/css/theme/ui.tabs.css +9 -0
  33. data/public/css/theme/ui.theme.css +245 -0
  34. data/public/js/fg.menu.js +645 -0
  35. data/public/js/jTypeWriter.js +26 -0
  36. data/public/js/jquery-1.4.min.js +151 -0
  37. data/public/js/sh_lang/sh_ruby.min.js +1 -0
  38. data/public/js/sh_main.min.js +4 -0
  39. data/public/js/showoff.js +243 -0
  40. data/views/index.erb +57 -0
  41. metadata +123 -0
metadata ADDED
@@ -0,0 +1,123 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: showoff
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Scott Chacon
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-01-21 00:00:00 +13:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: sinatra
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: bluecloth
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0"
34
+ version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: nokogiri
37
+ type: :runtime
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "0"
44
+ version:
45
+ description: " ShowOff is a Sinatra web app that reads simple configuration files for a\n presentation. It is sort of like a Keynote web app engine. I am using it\n to do all my talks in 2010, because I have a deep hatred in my heart for\n Keynote and yet it is by far the best in the field.\n\n The idea is that you setup your slide files in section subdirectories and\n then startup the showoff server in that directory. It will read in your\n showoff.json file for which sections go in which order and then will give \n you a URL to present from.\n"
46
+ email: schacon@gmail.com
47
+ executables:
48
+ - showoff
49
+ extensions: []
50
+
51
+ extra_rdoc_files: []
52
+
53
+ files:
54
+ - README.txt
55
+ - Rakefile
56
+ - bin/showoff
57
+ - lib/showoff.rb
58
+ - views/index.erb
59
+ - public/css/fg.menu.css
60
+ - public/css/sh_style.css
61
+ - public/css/showoff.css
62
+ - public/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png
63
+ - public/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png
64
+ - public/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png
65
+ - public/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png
66
+ - public/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png
67
+ - public/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png
68
+ - public/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png
69
+ - public/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png
70
+ - public/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png
71
+ - public/css/theme/images/ui-icons_808080_256x240.png
72
+ - public/css/theme/images/ui-icons_8DC262_256x240.png
73
+ - public/css/theme/images/ui-icons_cd0a0a_256x240.png
74
+ - public/css/theme/images/ui-icons_e7e6e4_256x240.png
75
+ - public/css/theme/images/ui-icons_eeeeee_256x240.png
76
+ - public/css/theme/images/ui-icons_ffffff_256x240.png
77
+ - public/css/theme/ui.accordion.css
78
+ - public/css/theme/ui.all.css
79
+ - public/css/theme/ui.base.css
80
+ - public/css/theme/ui.core.css
81
+ - public/css/theme/ui.datepicker.css
82
+ - public/css/theme/ui.dialog.css
83
+ - public/css/theme/ui.progressbar.css
84
+ - public/css/theme/ui.resizable.css
85
+ - public/css/theme/ui.slider.css
86
+ - public/css/theme/ui.tabs.css
87
+ - public/css/theme/ui.theme.css
88
+ - public/js/fg.menu.js
89
+ - public/js/jquery-1.4.min.js
90
+ - public/js/jTypeWriter.js
91
+ - public/js/sh_lang/sh_ruby.min.js
92
+ - public/js/sh_main.min.js
93
+ - public/js/showoff.js
94
+ has_rdoc: true
95
+ homepage: http://github.com/schacon/showoff
96
+ licenses: []
97
+
98
+ post_install_message:
99
+ rdoc_options: []
100
+
101
+ require_paths:
102
+ - lib
103
+ required_ruby_version: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ version: "0"
108
+ version:
109
+ required_rubygems_version: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ">="
112
+ - !ruby/object:Gem::Version
113
+ version: "0"
114
+ version:
115
+ requirements: []
116
+
117
+ rubyforge_project:
118
+ rubygems_version: 1.3.5
119
+ signing_key:
120
+ specification_version: 3
121
+ summary: The best damn presentation software a developer could ever love.
122
+ test_files: []
123
+