brighter_planet_layout 0.2.42 → 0.2.43
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.
- data/VERSION +1 -1
- data/app/helpers/brighter_planet_helper.rb +4 -0
- data/app/views/layouts/brighter_planet.html.erb +24 -3
- data/brighter_planet_layout.gemspec +40 -33
- data/{public → cdn}/favicon.ico +0 -0
- data/{public → cdn}/javascripts/controls.js +0 -0
- data/{public → cdn}/javascripts/dragdrop.js +0 -0
- data/{public → cdn}/javascripts/effects.js +0 -0
- data/{public → cdn}/javascripts/prototype.js +0 -0
- data/{public → cdn}/javascripts/rails.js +0 -0
- data/{public → cdn}/stylesheets/brighter_planet.css +7 -7
- data/{public → cdn}/stylesheets/fonts/DejaVuSansMono-Oblique.eot +0 -0
- data/{public → cdn}/stylesheets/fonts/DejaVuSansMono-Oblique.ttf +0 -0
- data/{public → cdn}/stylesheets/fonts/DejaVuSansMono.eot +0 -0
- data/{public → cdn}/stylesheets/fonts/DejaVuSansMono.ttf +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitOT-Bold.otf +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitOT-BoldItalic.otf +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitOT-Italic.otf +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitOT-Regular.otf +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitWebPro-Bold.eot +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitWebPro-Bold.woff +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitWebPro-BoldIta.eot +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitWebPro-BoldIta.woff +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitWebPro-Ita.eot +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitWebPro-Ita.woff +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitWebPro.eot +0 -0
- data/{public → cdn}/stylesheets/fonts/KievitWebPro.woff +0 -0
- data/{public → cdn}/stylesheets/idle.css +0 -0
- data/cdn/stylesheets/images/andy.jpg +0 -0
- data/{public → cdn}/stylesheets/images/bg.png +0 -0
- data/{public → cdn}/stylesheets/images/cards.png +0 -0
- data/cdn/stylesheets/images/derek.jpg +0 -0
- data/{public → cdn}/stylesheets/images/gears.png +0 -0
- data/cdn/stylesheets/images/ian.jpg +0 -0
- data/{public → cdn}/stylesheets/images/logo.png +0 -0
- data/cdn/stylesheets/images/matt.jpg +0 -0
- data/{public → cdn}/stylesheets/images/meter.png +0 -0
- data/cdn/stylesheets/images/patti.jpg +0 -0
- data/{public → cdn}/stylesheets/images/prism.png +0 -0
- data/{public → cdn}/stylesheets/images/radiant_earth-small.png +0 -0
- data/cdn/stylesheets/images/robbie.jpg +0 -0
- data/cdn/stylesheets/images/seamus.jpg +0 -0
- data/lib/brighter_planet_layout/railtie.rb +0 -3
- data/lib/brighter_planet_layout.rb +31 -12
- metadata +42 -35
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.43
|
@@ -4,10 +4,31 @@
|
|
4
4
|
<title><%= title = @title ? "#{@title} [#{::BrighterPlanetLayout.application_name}]" : ::BrighterPlanetLayout.application_name %></title>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<meta http-equiv="Content-Language" content="en" />
|
7
|
-
|
8
|
-
<%=
|
7
|
+
<!-- START brighter_planet_layout stylesheets -->
|
8
|
+
<%= stylesheet_link_tag brighter_planet_layout_cdn_url("/stylesheets/brighter_planet.css") %>
|
9
|
+
<%= stylesheet_link_tag brighter_planet_layout_cdn_url("/stylesheets/idle.css") %>
|
10
|
+
<% if File.exist? File.join(::BrighterPlanetLayout.rails_root, 'public', 'stylesheets', 'application.css') %>
|
11
|
+
<%= stylesheet_link_tag "application" %>
|
12
|
+
<% end %>
|
13
|
+
<!-- END brighter_planet_layout stylesheets -->
|
14
|
+
<!-- START brighter_planet_layout javascripts -->
|
15
|
+
<%= javascript_include_tag brighter_planet_layout_cdn_url("/javascripts/prototype.js") %>
|
16
|
+
<%= javascript_include_tag brighter_planet_layout_cdn_url("/javascripts/effects.js") %>
|
17
|
+
<%= javascript_include_tag brighter_planet_layout_cdn_url("/javascripts/dragdrop.js") %>
|
18
|
+
<%= javascript_include_tag brighter_planet_layout_cdn_url("/javascripts/controls.js") %>
|
19
|
+
<% if ::Rails::VERSION::MAJOR == 3 %>
|
20
|
+
<%= javascript_include_tag brighter_planet_layout_cdn_url("/javascripts/rails.js") %>
|
21
|
+
<% end %>
|
22
|
+
<% if File.exist? File.join(::BrighterPlanetLayout.rails_root, 'public', 'javascripts', 'slider.js') %>
|
23
|
+
<!-- required by scriptaculous_slider -->
|
24
|
+
<%= javascript_include_tag "slider" %>
|
25
|
+
<% end %>
|
26
|
+
<% if File.exist? File.join(::BrighterPlanetLayout.rails_root, 'public', 'javascripts', 'application.js') %>
|
27
|
+
<%= javascript_include_tag "application" %>
|
28
|
+
<% end %>
|
29
|
+
<!-- END brighter_planet_layout javascripts -->
|
9
30
|
<%= csrf_meta_tag if ::Rails::VERSION::MAJOR == 3 %>
|
10
|
-
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
|
31
|
+
<link rel="shortcut icon" type="image/ico" href="<%= brighter_planet_layout_cdn_url('/favicon.ico') %>" />
|
11
32
|
<%= render_or_nothing :partial => 'layouts/head' %>
|
12
33
|
<%= yield :head %>
|
13
34
|
</head>
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{brighter_planet_layout}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.43"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Andy Rossmeissl", "Seamus Abshere"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-11-17}
|
13
13
|
s.description = %q{Layouts, partials, stylesheets, and images}
|
14
14
|
s.email = %q{andy@rossmeissl.net}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -29,6 +29,44 @@ Gem::Specification.new do |s|
|
|
29
29
|
"app/views/layouts/_header.html.erb",
|
30
30
|
"app/views/layouts/brighter_planet.html.erb",
|
31
31
|
"brighter_planet_layout.gemspec",
|
32
|
+
"cdn/favicon.ico",
|
33
|
+
"cdn/javascripts/controls.js",
|
34
|
+
"cdn/javascripts/dragdrop.js",
|
35
|
+
"cdn/javascripts/effects.js",
|
36
|
+
"cdn/javascripts/prototype.js",
|
37
|
+
"cdn/javascripts/rails.js",
|
38
|
+
"cdn/stylesheets/brighter_planet.css",
|
39
|
+
"cdn/stylesheets/fonts/DejaVuSansMono-Oblique.eot",
|
40
|
+
"cdn/stylesheets/fonts/DejaVuSansMono-Oblique.ttf",
|
41
|
+
"cdn/stylesheets/fonts/DejaVuSansMono.eot",
|
42
|
+
"cdn/stylesheets/fonts/DejaVuSansMono.ttf",
|
43
|
+
"cdn/stylesheets/fonts/KievitOT-Bold.otf",
|
44
|
+
"cdn/stylesheets/fonts/KievitOT-BoldItalic.otf",
|
45
|
+
"cdn/stylesheets/fonts/KievitOT-Italic.otf",
|
46
|
+
"cdn/stylesheets/fonts/KievitOT-Regular.otf",
|
47
|
+
"cdn/stylesheets/fonts/KievitWebPro-Bold.eot",
|
48
|
+
"cdn/stylesheets/fonts/KievitWebPro-Bold.woff",
|
49
|
+
"cdn/stylesheets/fonts/KievitWebPro-BoldIta.eot",
|
50
|
+
"cdn/stylesheets/fonts/KievitWebPro-BoldIta.woff",
|
51
|
+
"cdn/stylesheets/fonts/KievitWebPro-Ita.eot",
|
52
|
+
"cdn/stylesheets/fonts/KievitWebPro-Ita.woff",
|
53
|
+
"cdn/stylesheets/fonts/KievitWebPro.eot",
|
54
|
+
"cdn/stylesheets/fonts/KievitWebPro.woff",
|
55
|
+
"cdn/stylesheets/idle.css",
|
56
|
+
"cdn/stylesheets/images/andy.jpg",
|
57
|
+
"cdn/stylesheets/images/bg.png",
|
58
|
+
"cdn/stylesheets/images/cards.png",
|
59
|
+
"cdn/stylesheets/images/derek.jpg",
|
60
|
+
"cdn/stylesheets/images/gears.png",
|
61
|
+
"cdn/stylesheets/images/ian.jpg",
|
62
|
+
"cdn/stylesheets/images/logo.png",
|
63
|
+
"cdn/stylesheets/images/matt.jpg",
|
64
|
+
"cdn/stylesheets/images/meter.png",
|
65
|
+
"cdn/stylesheets/images/patti.jpg",
|
66
|
+
"cdn/stylesheets/images/prism.png",
|
67
|
+
"cdn/stylesheets/images/radiant_earth-small.png",
|
68
|
+
"cdn/stylesheets/images/robbie.jpg",
|
69
|
+
"cdn/stylesheets/images/seamus.jpg",
|
32
70
|
"lib/brighter_planet_layout.rb",
|
33
71
|
"lib/brighter_planet_layout/rails.rb",
|
34
72
|
"lib/brighter_planet_layout/railtie.rb",
|
@@ -42,38 +80,7 @@ Gem::Specification.new do |s|
|
|
42
80
|
"public/409.html",
|
43
81
|
"public/422.html",
|
44
82
|
"public/500.html",
|
45
|
-
"public/favicon.ico",
|
46
|
-
"public/javascripts/controls.js",
|
47
|
-
"public/javascripts/dragdrop.js",
|
48
|
-
"public/javascripts/effects.js",
|
49
|
-
"public/javascripts/prototype.js",
|
50
|
-
"public/javascripts/rails.js",
|
51
83
|
"public/maintenance.html",
|
52
|
-
"public/stylesheets/brighter_planet.css",
|
53
|
-
"public/stylesheets/fonts/DejaVuSansMono-Oblique.eot",
|
54
|
-
"public/stylesheets/fonts/DejaVuSansMono-Oblique.ttf",
|
55
|
-
"public/stylesheets/fonts/DejaVuSansMono.eot",
|
56
|
-
"public/stylesheets/fonts/DejaVuSansMono.ttf",
|
57
|
-
"public/stylesheets/fonts/KievitOT-Bold.otf",
|
58
|
-
"public/stylesheets/fonts/KievitOT-BoldItalic.otf",
|
59
|
-
"public/stylesheets/fonts/KievitOT-Italic.otf",
|
60
|
-
"public/stylesheets/fonts/KievitOT-Regular.otf",
|
61
|
-
"public/stylesheets/fonts/KievitWebPro-Bold.eot",
|
62
|
-
"public/stylesheets/fonts/KievitWebPro-Bold.woff",
|
63
|
-
"public/stylesheets/fonts/KievitWebPro-BoldIta.eot",
|
64
|
-
"public/stylesheets/fonts/KievitWebPro-BoldIta.woff",
|
65
|
-
"public/stylesheets/fonts/KievitWebPro-Ita.eot",
|
66
|
-
"public/stylesheets/fonts/KievitWebPro-Ita.woff",
|
67
|
-
"public/stylesheets/fonts/KievitWebPro.eot",
|
68
|
-
"public/stylesheets/fonts/KievitWebPro.woff",
|
69
|
-
"public/stylesheets/idle.css",
|
70
|
-
"public/stylesheets/images/bg.png",
|
71
|
-
"public/stylesheets/images/cards.png",
|
72
|
-
"public/stylesheets/images/gears.png",
|
73
|
-
"public/stylesheets/images/logo.png",
|
74
|
-
"public/stylesheets/images/meter.png",
|
75
|
-
"public/stylesheets/images/prism.png",
|
76
|
-
"public/stylesheets/images/radiant_earth-small.png",
|
77
84
|
"rails/init.rb",
|
78
85
|
"test/helper.rb",
|
79
86
|
"test/test_brighter_planet_layout.rb"
|
data/{public → cdn}/favicon.ico
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -744,13 +744,13 @@ p.flash.error:before {
|
|
744
744
|
background-repeat: no-repeat;
|
745
745
|
background-position: 100% 100%;
|
746
746
|
}
|
747
|
-
#footer #map #elsewhere #blog.derek { background-image: url(
|
748
|
-
#footer #map #elsewhere #blog.andy { background-image: url(
|
749
|
-
#footer #map #elsewhere #blog.ian { background-image: url(
|
750
|
-
#footer #map #elsewhere #blog.matt { background-image: url(
|
751
|
-
#footer #map #elsewhere #blog.patti { background-image: url(
|
752
|
-
#footer #map #elsewhere #blog.robbie { background-image: url(
|
753
|
-
#footer #map #elsewhere #blog.seamus { background-image: url(
|
747
|
+
#footer #map #elsewhere #blog.derek { background-image: url(images/derek.jpg); }
|
748
|
+
#footer #map #elsewhere #blog.andy { background-image: url(images/andy.jpg); }
|
749
|
+
#footer #map #elsewhere #blog.ian { background-image: url(images/ian.jpg); }
|
750
|
+
#footer #map #elsewhere #blog.matt { background-image: url(images/matt.jpg); }
|
751
|
+
#footer #map #elsewhere #blog.patti { background-image: url(images/patti.jpg); }
|
752
|
+
#footer #map #elsewhere #blog.robbie { background-image: url(images/robbie.jpg); }
|
753
|
+
#footer #map #elsewhere #blog.seamus { background-image: url(images/seamus.jpg); }
|
754
754
|
|
755
755
|
#footer #map #elsewhere>div p {
|
756
756
|
background: #222;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
File without changes
|
File without changes
|
Binary file
|
File without changes
|
Binary file
|
File without changes
|
Binary file
|
File without changes
|
Binary file
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
@@ -5,9 +5,6 @@ module BrighterPlanetLayout
|
|
5
5
|
end
|
6
6
|
initializer 'brighter_planet_layout' do |app|
|
7
7
|
app.paths.app.views.push ::BrighterPlanetLayout.view_path
|
8
|
-
if ::BrighterPlanetLayout.serve_static_files_using_rack?
|
9
|
-
app.middleware.use '::ActionDispatch::Static', ::BrighterPlanetLayout.public_path
|
10
|
-
end
|
11
8
|
if ::BrighterPlanetLayout.copy_static_files?
|
12
9
|
::BrighterPlanetLayout.copy_static_files_to_web_server_document_root
|
13
10
|
end
|
@@ -1,8 +1,8 @@
|
|
1
1
|
require 'fileutils'
|
2
2
|
require 'yaml'
|
3
3
|
require 'simple-rss'
|
4
|
-
require 'open-uri'
|
5
4
|
require 'timeout'
|
5
|
+
require 'net/http'
|
6
6
|
|
7
7
|
module BrighterPlanetLayout
|
8
8
|
GEM_ROOT = ::File.expand_path ::File.join(::File.dirname(__FILE__), '..')
|
@@ -10,6 +10,12 @@ module BrighterPlanetLayout
|
|
10
10
|
TWITTER_RSS = 'http://twitter.com/statuses/user_timeline/15042574.rss'
|
11
11
|
BLOG_ATOM = 'http://numbers.brighterplanet.com/atom.xml'
|
12
12
|
FEED_TIMEOUT = 5 # seconds
|
13
|
+
CDN = 'do1ircpq72156.cloudfront.net'
|
14
|
+
S3_BUCKET = 'brighterplanetlayout'
|
15
|
+
|
16
|
+
def self.cdn_path
|
17
|
+
::File.join GEM_ROOT, 'cdn'
|
18
|
+
end
|
13
19
|
|
14
20
|
def self.view_path
|
15
21
|
::File.join GEM_ROOT, 'app', 'views'
|
@@ -27,6 +33,7 @@ module BrighterPlanetLayout
|
|
27
33
|
::File.join GEM_ROOT, 'public'
|
28
34
|
end
|
29
35
|
|
36
|
+
# sabshere 11/17/10 now this is only really useful for syncing error pages
|
30
37
|
def self.copy_static_files_to_web_server_document_root
|
31
38
|
::Dir[::File.join(public_path, '*')].each do |source_path|
|
32
39
|
dest_path = ::File.join(rails_root, 'public', source_path.gsub(public_path, ''))
|
@@ -48,17 +55,13 @@ module BrighterPlanetLayout
|
|
48
55
|
end
|
49
56
|
|
50
57
|
def self.copy_static_files?
|
51
|
-
not heroku? and not
|
58
|
+
not heroku? and not layout_warning_installed?
|
52
59
|
end
|
53
60
|
|
54
61
|
def self.heroku?
|
55
62
|
::File.readable? '/home/heroku_rack/heroku.ru'
|
56
63
|
end
|
57
64
|
|
58
|
-
def self.serve_static_files_using_rack?
|
59
|
-
not heroku? and not ::Rails.env.production?
|
60
|
-
end
|
61
|
-
|
62
65
|
def self.application_name
|
63
66
|
(::Rails::VERSION::MAJOR == 3) ? ::Rails.application.name : ::APPLICATION_NAME
|
64
67
|
end
|
@@ -73,10 +76,8 @@ module BrighterPlanetLayout
|
|
73
76
|
|
74
77
|
def self.latest_tweet
|
75
78
|
::Timeout.timeout(FEED_TIMEOUT) do
|
76
|
-
::SimpleRSS.parse(
|
79
|
+
::SimpleRSS.parse(get(TWITTER_RSS)).entries.first
|
77
80
|
end
|
78
|
-
rescue ::OpenURI::HTTPError
|
79
|
-
# nil
|
80
81
|
rescue ::SocketError, ::Timeout::Error, ::Errno::ETIMEDOUT, ::Errno::ENETUNREACH, ::Errno::ECONNRESET, ::Errno::ECONNREFUSED
|
81
82
|
# nil
|
82
83
|
rescue ::NoMethodError
|
@@ -85,15 +86,33 @@ module BrighterPlanetLayout
|
|
85
86
|
|
86
87
|
def self.latest_blog_post
|
87
88
|
::Timeout.timeout(FEED_TIMEOUT) do
|
88
|
-
::SimpleRSS.parse(
|
89
|
+
::SimpleRSS.parse(get(BLOG_ATOM)).entries.first
|
89
90
|
end
|
90
|
-
rescue ::OpenURI::HTTPError
|
91
|
-
# nil
|
92
91
|
rescue ::SocketError, ::Timeout::Error, ::Errno::ETIMEDOUT, ::Errno::ENETUNREACH, ::Errno::ECONNRESET, ::Errno::ECONNREFUSED
|
93
92
|
# nil
|
94
93
|
rescue ::NoMethodError
|
95
94
|
# nil
|
96
95
|
end
|
96
|
+
|
97
|
+
# sabshere 11/17/10 thanks dkastner
|
98
|
+
def self.get(url)
|
99
|
+
uri = URI.parse url
|
100
|
+
response = Net::HTTP.start(uri.host, uri.port) do |http|
|
101
|
+
http.get [uri.path, uri.query].compact.join('?')
|
102
|
+
end
|
103
|
+
response.body
|
104
|
+
end
|
105
|
+
|
106
|
+
# sabshere 11/17/10 not worth it --cache-control=\"public, max-age=7776000\"
|
107
|
+
def self.update_s3
|
108
|
+
# ENV['S3SYNC_DIR'] =
|
109
|
+
# ENV['SSL_CERT_DIR'] =
|
110
|
+
# ENV['AWS_ACCESS_KEY_ID'] =
|
111
|
+
# ENV['AWS_SECRET_ACCESS_KEY'] =
|
112
|
+
ENV['S3SYNC_NATIVE_CHARSET'] = 'UTF-8'
|
113
|
+
cmd = "ruby #{ENV['S3SYNC_DIR']}/s3sync.rb --delete -v -r --ssl --public-read #{cdn_path}/ #{S3_BUCKET}:#{VERSION}/"
|
114
|
+
`#{cmd}`
|
115
|
+
end
|
97
116
|
end
|
98
117
|
|
99
118
|
if defined? ::Rails::Railtie and ::Rails::VERSION::MAJOR == 3
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brighter_planet_layout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 65
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 43
|
10
|
+
version: 0.2.43
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andy Rossmeissl
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-11-17 00:00:00 -06:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -73,6 +73,44 @@ files:
|
|
73
73
|
- app/views/layouts/_header.html.erb
|
74
74
|
- app/views/layouts/brighter_planet.html.erb
|
75
75
|
- brighter_planet_layout.gemspec
|
76
|
+
- cdn/favicon.ico
|
77
|
+
- cdn/javascripts/controls.js
|
78
|
+
- cdn/javascripts/dragdrop.js
|
79
|
+
- cdn/javascripts/effects.js
|
80
|
+
- cdn/javascripts/prototype.js
|
81
|
+
- cdn/javascripts/rails.js
|
82
|
+
- cdn/stylesheets/brighter_planet.css
|
83
|
+
- cdn/stylesheets/fonts/DejaVuSansMono-Oblique.eot
|
84
|
+
- cdn/stylesheets/fonts/DejaVuSansMono-Oblique.ttf
|
85
|
+
- cdn/stylesheets/fonts/DejaVuSansMono.eot
|
86
|
+
- cdn/stylesheets/fonts/DejaVuSansMono.ttf
|
87
|
+
- cdn/stylesheets/fonts/KievitOT-Bold.otf
|
88
|
+
- cdn/stylesheets/fonts/KievitOT-BoldItalic.otf
|
89
|
+
- cdn/stylesheets/fonts/KievitOT-Italic.otf
|
90
|
+
- cdn/stylesheets/fonts/KievitOT-Regular.otf
|
91
|
+
- cdn/stylesheets/fonts/KievitWebPro-Bold.eot
|
92
|
+
- cdn/stylesheets/fonts/KievitWebPro-Bold.woff
|
93
|
+
- cdn/stylesheets/fonts/KievitWebPro-BoldIta.eot
|
94
|
+
- cdn/stylesheets/fonts/KievitWebPro-BoldIta.woff
|
95
|
+
- cdn/stylesheets/fonts/KievitWebPro-Ita.eot
|
96
|
+
- cdn/stylesheets/fonts/KievitWebPro-Ita.woff
|
97
|
+
- cdn/stylesheets/fonts/KievitWebPro.eot
|
98
|
+
- cdn/stylesheets/fonts/KievitWebPro.woff
|
99
|
+
- cdn/stylesheets/idle.css
|
100
|
+
- cdn/stylesheets/images/andy.jpg
|
101
|
+
- cdn/stylesheets/images/bg.png
|
102
|
+
- cdn/stylesheets/images/cards.png
|
103
|
+
- cdn/stylesheets/images/derek.jpg
|
104
|
+
- cdn/stylesheets/images/gears.png
|
105
|
+
- cdn/stylesheets/images/ian.jpg
|
106
|
+
- cdn/stylesheets/images/logo.png
|
107
|
+
- cdn/stylesheets/images/matt.jpg
|
108
|
+
- cdn/stylesheets/images/meter.png
|
109
|
+
- cdn/stylesheets/images/patti.jpg
|
110
|
+
- cdn/stylesheets/images/prism.png
|
111
|
+
- cdn/stylesheets/images/radiant_earth-small.png
|
112
|
+
- cdn/stylesheets/images/robbie.jpg
|
113
|
+
- cdn/stylesheets/images/seamus.jpg
|
76
114
|
- lib/brighter_planet_layout.rb
|
77
115
|
- lib/brighter_planet_layout/rails.rb
|
78
116
|
- lib/brighter_planet_layout/railtie.rb
|
@@ -86,38 +124,7 @@ files:
|
|
86
124
|
- public/409.html
|
87
125
|
- public/422.html
|
88
126
|
- public/500.html
|
89
|
-
- public/favicon.ico
|
90
|
-
- public/javascripts/controls.js
|
91
|
-
- public/javascripts/dragdrop.js
|
92
|
-
- public/javascripts/effects.js
|
93
|
-
- public/javascripts/prototype.js
|
94
|
-
- public/javascripts/rails.js
|
95
127
|
- public/maintenance.html
|
96
|
-
- public/stylesheets/brighter_planet.css
|
97
|
-
- public/stylesheets/fonts/DejaVuSansMono-Oblique.eot
|
98
|
-
- public/stylesheets/fonts/DejaVuSansMono-Oblique.ttf
|
99
|
-
- public/stylesheets/fonts/DejaVuSansMono.eot
|
100
|
-
- public/stylesheets/fonts/DejaVuSansMono.ttf
|
101
|
-
- public/stylesheets/fonts/KievitOT-Bold.otf
|
102
|
-
- public/stylesheets/fonts/KievitOT-BoldItalic.otf
|
103
|
-
- public/stylesheets/fonts/KievitOT-Italic.otf
|
104
|
-
- public/stylesheets/fonts/KievitOT-Regular.otf
|
105
|
-
- public/stylesheets/fonts/KievitWebPro-Bold.eot
|
106
|
-
- public/stylesheets/fonts/KievitWebPro-Bold.woff
|
107
|
-
- public/stylesheets/fonts/KievitWebPro-BoldIta.eot
|
108
|
-
- public/stylesheets/fonts/KievitWebPro-BoldIta.woff
|
109
|
-
- public/stylesheets/fonts/KievitWebPro-Ita.eot
|
110
|
-
- public/stylesheets/fonts/KievitWebPro-Ita.woff
|
111
|
-
- public/stylesheets/fonts/KievitWebPro.eot
|
112
|
-
- public/stylesheets/fonts/KievitWebPro.woff
|
113
|
-
- public/stylesheets/idle.css
|
114
|
-
- public/stylesheets/images/bg.png
|
115
|
-
- public/stylesheets/images/cards.png
|
116
|
-
- public/stylesheets/images/gears.png
|
117
|
-
- public/stylesheets/images/logo.png
|
118
|
-
- public/stylesheets/images/meter.png
|
119
|
-
- public/stylesheets/images/prism.png
|
120
|
-
- public/stylesheets/images/radiant_earth-small.png
|
121
128
|
- rails/init.rb
|
122
129
|
- test/helper.rb
|
123
130
|
- test/test_brighter_planet_layout.rb
|