hpoydar-compass-aristo-plugin 0.2.6

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 (55) hide show
  1. data/.gitignore +5 -0
  2. data/Aristo-24.png +0 -0
  3. data/README.md +46 -0
  4. data/Rakefile +47 -0
  5. data/VERSION +1 -0
  6. data/compass-aristo-plugin.gemspec +96 -0
  7. data/config.rb +10 -0
  8. data/examples/aristo/.gitignore +1 -0
  9. data/examples/aristo/config.rb +9 -0
  10. data/examples/aristo/images/.gitignore +2 -0
  11. data/examples/aristo/index.html +299 -0
  12. data/examples/aristo/index.html.haml +235 -0
  13. data/examples/aristo/src/.gitignore +1 -0
  14. data/examples/aristo/src/screen.sass +71 -0
  15. data/examples/aristo/stylesheets/.gitignore +1 -0
  16. data/lib/aristo.rb +2 -0
  17. data/lib/aristo/compass_plugin.rb +5 -0
  18. data/lib/aristo/sass_extensions.rb +7 -0
  19. data/sass/aristo/_all.sass +6 -0
  20. data/sass/aristo/_buttons.sass +42 -0
  21. data/sass/aristo/_controls.sass +55 -0
  22. data/sass/aristo/_menus.sass +43 -0
  23. data/sass/aristo/_scrollbars.sass +66 -0
  24. data/sass/aristo/_text.sass +13 -0
  25. data/sass/aristo/_windows.sass +1 -0
  26. data/templates/project/aristo-button-bezel-blue-o.png +0 -0
  27. data/templates/project/aristo-button-bezel-blue-x.png +0 -0
  28. data/templates/project/aristo-button-bezel-o.png +0 -0
  29. data/templates/project/aristo-button-bezel-x.png +0 -0
  30. data/templates/project/aristo-checkbox-o.png +0 -0
  31. data/templates/project/aristo-checkbox-x.png +0 -0
  32. data/templates/project/aristo-menu-bg.png +0 -0
  33. data/templates/project/aristo-menu-inverse-bg.png +0 -0
  34. data/templates/project/aristo-radio-o.png +0 -0
  35. data/templates/project/aristo-radio-x.png +0 -0
  36. data/templates/project/aristo-scroller-down-arrow-o.png +0 -0
  37. data/templates/project/aristo-scroller-down-arrow-track.png +0 -0
  38. data/templates/project/aristo-scroller-down-arrow-x.png +0 -0
  39. data/templates/project/aristo-scroller-horizontal-knob.png +0 -0
  40. data/templates/project/aristo-scroller-horizontal-track.png +0 -0
  41. data/templates/project/aristo-scroller-left-arrow-track.png +0 -0
  42. data/templates/project/aristo-scroller-left-arrow.png +0 -0
  43. data/templates/project/aristo-scroller-right-arrow-track.png +0 -0
  44. data/templates/project/aristo-scroller-right-arrow.png +0 -0
  45. data/templates/project/aristo-scroller-up-arrow-track.png +0 -0
  46. data/templates/project/aristo-scroller-up-arrow.png +0 -0
  47. data/templates/project/aristo-scroller-vertical-knob.png +0 -0
  48. data/templates/project/aristo-scroller-vertical-track.png +0 -0
  49. data/templates/project/aristo-select.png +0 -0
  50. data/templates/project/aristo-slider-horizontal-track.png +0 -0
  51. data/templates/project/aristo-slider-knob-o.png +0 -0
  52. data/templates/project/aristo-slider-knob-x.png +0 -0
  53. data/templates/project/aristo.sass +11 -0
  54. data/templates/project/manifest.rb +27 -0
  55. metadata +116 -0
data/.gitignore ADDED
@@ -0,0 +1,5 @@
1
+ *.css
2
+ pkg/
3
+ *.html$
4
+ .sass-cache
5
+ .DS_Store
data/Aristo-24.png ADDED
Binary file
data/README.md ADDED
@@ -0,0 +1,46 @@
1
+ # Aristo Compass Plugin
2
+
3
+ A [Compass](http://compass-style.org/) plugin that provides a CSS3 port of the [Aristo](http://github.com/280north/aristo) UI elements.
4
+
5
+ ## Install
6
+
7
+ You'll need to be familiar with the [Compass](http://compass-style.org/) CSS authoring framework and have it installed. Then install the plugin as a gem:
8
+
9
+ sudo gem install hpoydar-compass-aristo-plugin
10
+
11
+ To add the plugin to an existing Compass project:
12
+
13
+ cd <compass_project_name>
14
+ compass -f aristo -p project .
15
+
16
+ And add the following line to the top of the `config.rb` file created by Compass:
17
+
18
+ require 'aristo'
19
+
20
+ ## Usage
21
+
22
+ Within your application's Sass files, import the Aristo mixins:
23
+
24
+ @import aristo
25
+
26
+ Then modify the generated `aristo.sass` file to suit your needs. See [http://hpoydar.com/aristo](http://hpoydar.com/aristo) for examples and syntax.
27
+
28
+ ## TODO
29
+
30
+ * Skin the combobox
31
+ * Add segmented controls
32
+ * Add windows
33
+ * Documentation
34
+ * Attempt to have it look as good on FF3.5 as it does in Webkit/Chrome
35
+ * Take a look in IE and document what works
36
+
37
+ ## About Aristo
38
+
39
+ Aristo is an open source UI distributed as part of the Cappuccino Open Source Framework [http://cappuccino.org)](http://cappuccino.org)
40
+ and specifically designed for the cross platform challenges applications face today. It is a collaborative
41
+ effort by 280 North, Inc. and Sofa and released under the Creative Commons Attribution Share-Alike License.
42
+ You can view this license here: [http://creativecommons.org/licenses/by-sa/3.0/us/](http://creativecommons.org/licenses/by-sa/3.0/us/)
43
+
44
+ You can find out more about Aristo by visiting [http://cappuccino.org/aristo](http://cappuccino.org/aristo)
45
+
46
+ Thanks to Alex MacCaw, who took the first crack at CSS-ifing Aristo: [http://github.com/maccman/aristo](http://github.com/maccman/aristo)
data/Rakefile ADDED
@@ -0,0 +1,47 @@
1
+ require 'rubygems'
2
+ require 'rake'
3
+
4
+ begin
5
+ require 'jeweler'
6
+ Jeweler::Tasks.new do |gem|
7
+ gem.name = "compass-aristo-plugin"
8
+ gem.summary = %Q{A Compass plugin that provides a CSS3 port of the Aristo UI elements}
9
+ gem.description = %Q{A Compass plugin that provides a CSS3 port of the Aristo UI elements}
10
+ gem.email = "hpoydar@gmail.com"
11
+ gem.homepage = "http://github.com/hpoydar/compass-aristo-plugin"
12
+ gem.authors = ["hpoydar"]
13
+ gem.add_development_dependency "chriseppstein-compass"
14
+ # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
+ end
16
+ rescue LoadError
17
+ puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
18
+ end
19
+
20
+ task :default => :examples
21
+
22
+ desc "Compile examples into HTML and CSS"
23
+ task :examples do
24
+ require 'haml'
25
+ require 'sass'
26
+ require 'pathname'
27
+ require 'compass'
28
+ require 'compass/exec'
29
+ FileList['examples/*'].each do |example|
30
+ next unless File.directory?(example)
31
+ puts "\nCompiling #{example}"
32
+ puts "=" * "Compiling #{example}".length
33
+ # compile any haml templates to html
34
+ FileList["#{example}/**/*.haml"].each do |haml_file|
35
+ basename = haml_file[0..-6]
36
+ engine = Haml::Engine.new(open(haml_file).read, :filename => haml_file)
37
+ puts " haml #{File.basename(basename)}"
38
+ output = open(basename,'w')
39
+ output.write(engine.render)
40
+ output.close
41
+ end
42
+ Dir.chdir example do
43
+ system 'compass -f aristo -p project . --force'
44
+ end
45
+ end
46
+ puts ""
47
+ end
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.2.6
@@ -0,0 +1,96 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{compass-aristo-plugin}
8
+ s.version = "0.2.6"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["hpoydar"]
12
+ s.date = %q{2009-08-23}
13
+ s.description = %q{A Compass plugin that provides a CSS3 port of the Aristo UI elements}
14
+ s.email = %q{hpoydar@gmail.com}
15
+ s.extra_rdoc_files = [
16
+ "README.md"
17
+ ]
18
+ s.files = [
19
+ ".gitignore",
20
+ "Aristo-24.png",
21
+ "README.md",
22
+ "Rakefile",
23
+ "VERSION",
24
+ "compass-aristo-plugin.gemspec",
25
+ "config.rb",
26
+ "examples/aristo/.gitignore",
27
+ "examples/aristo/config.rb",
28
+ "examples/aristo/images/.gitignore",
29
+ "examples/aristo/index.html",
30
+ "examples/aristo/index.html.haml",
31
+ "examples/aristo/src/.gitignore",
32
+ "examples/aristo/src/screen.sass",
33
+ "examples/aristo/stylesheets/.gitignore",
34
+ "lib/aristo.rb",
35
+ "lib/aristo/compass_plugin.rb",
36
+ "lib/aristo/sass_extensions.rb",
37
+ "sass/aristo/_all.sass",
38
+ "sass/aristo/_buttons.sass",
39
+ "sass/aristo/_controls.sass",
40
+ "sass/aristo/_menus.sass",
41
+ "sass/aristo/_scrollbars.sass",
42
+ "sass/aristo/_text.sass",
43
+ "sass/aristo/_windows.sass",
44
+ "templates/project/aristo-button-bezel-blue-o.png",
45
+ "templates/project/aristo-button-bezel-blue-x.png",
46
+ "templates/project/aristo-button-bezel-o.png",
47
+ "templates/project/aristo-button-bezel-x.png",
48
+ "templates/project/aristo-checkbox-o.png",
49
+ "templates/project/aristo-checkbox-x.png",
50
+ "templates/project/aristo-menu-bg.png",
51
+ "templates/project/aristo-menu-inverse-bg.png",
52
+ "templates/project/aristo-radio-o.png",
53
+ "templates/project/aristo-radio-x.png",
54
+ "templates/project/aristo-scroller-down-arrow-o.png",
55
+ "templates/project/aristo-scroller-down-arrow-track.png",
56
+ "templates/project/aristo-scroller-down-arrow-x.png",
57
+ "templates/project/aristo-scroller-horizontal-knob.png",
58
+ "templates/project/aristo-scroller-horizontal-track.png",
59
+ "templates/project/aristo-scroller-left-arrow-track.png",
60
+ "templates/project/aristo-scroller-left-arrow.png",
61
+ "templates/project/aristo-scroller-right-arrow-track.png",
62
+ "templates/project/aristo-scroller-right-arrow.png",
63
+ "templates/project/aristo-scroller-up-arrow-track.png",
64
+ "templates/project/aristo-scroller-up-arrow.png",
65
+ "templates/project/aristo-scroller-vertical-knob.png",
66
+ "templates/project/aristo-scroller-vertical-track.png",
67
+ "templates/project/aristo-select.png",
68
+ "templates/project/aristo-slider-horizontal-track.png",
69
+ "templates/project/aristo-slider-knob-o.png",
70
+ "templates/project/aristo-slider-knob-x.png",
71
+ "templates/project/aristo.sass",
72
+ "templates/project/manifest.rb"
73
+ ]
74
+ s.has_rdoc = true
75
+ s.homepage = %q{http://github.com/hpoydar/compass-aristo-plugin}
76
+ s.rdoc_options = ["--charset=UTF-8"]
77
+ s.require_paths = ["lib"]
78
+ s.rubygems_version = %q{1.3.1}
79
+ s.summary = %q{A Compass plugin that provides a CSS3 port of the Aristo UI elements}
80
+ s.test_files = [
81
+ "examples/aristo/config.rb"
82
+ ]
83
+
84
+ if s.respond_to? :specification_version then
85
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
86
+ s.specification_version = 2
87
+
88
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
89
+ s.add_development_dependency(%q<chriseppstein-compass>, [">= 0"])
90
+ else
91
+ s.add_dependency(%q<chriseppstein-compass>, [">= 0"])
92
+ end
93
+ else
94
+ s.add_dependency(%q<chriseppstein-compass>, [">= 0"])
95
+ end
96
+ end
data/config.rb ADDED
@@ -0,0 +1,10 @@
1
+ # Require any additional compass plugins here.
2
+ project_type = :stand_alone
3
+ # Set this to the root of your project when deployed:
4
+ http_path = "/"
5
+ css_dir = "stylesheets"
6
+ sass_dir = "src"
7
+ images_dir = "images"
8
+ output_style = :compact
9
+ # To enable relative paths to assets via compass helper functions. Uncomment:
10
+ # relative_assets = true
@@ -0,0 +1 @@
1
+ *.html$
@@ -0,0 +1,9 @@
1
+ # Require any additional compass plugins here.
2
+ require 'aristo'
3
+
4
+ project_type = :stand_alone
5
+ css_dir = "stylesheets"
6
+ sass_dir = "src"
7
+ images_dir = "images"
8
+ output_style = :compact
9
+ relative_assets = true
@@ -0,0 +1,2 @@
1
+ *.png
2
+ *.gif
@@ -0,0 +1,299 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
5
+ <title>
6
+ Aristo
7
+ </title>
8
+ <link href='stylesheets/screen.css' media='screen, projection' rel='stylesheet' type='text/css' />
9
+ </head>
10
+ <body>
11
+ <div class='container' id='header'>
12
+ <h1>
13
+ Aristo
14
+ </h1>
15
+ <h2>
16
+ Something believed to be the best of it's kind:
17
+ <i>
18
+ the trout is the aristocrat of freshwater fish
19
+ </i>
20
+ </h2>
21
+ <p class='compass'>
22
+ Examples of the CSS3
23
+ <a href='http://github.com/hpoydar/compass-aristo-plugin'>Aristo plugin</a>
24
+ for the
25
+ <a href='http://compass-style.org'>Compass</a>
26
+ CSS authoring framework in action. Looks best in Webkit browsers (Safari, Chrome).
27
+ </p>
28
+ </div>
29
+ <div class='section container'>
30
+ <h2>
31
+ Buttons
32
+ </h2>
33
+ <div class='column span-8'>
34
+ <p>
35
+ <button class='aristo-default'>
36
+ More
37
+ </button>
38
+ <button class='aristo-default' disabled='disabled'>
39
+ More
40
+ </button>
41
+ </p>
42
+ <p class='compass'>
43
+ <code>
44
+ button.aristo-default
45
+ </code>
46
+ or
47
+ <code>
48
+ +aristo-default-button
49
+ </code>
50
+ </p>
51
+ </div>
52
+ <div class='column span-8 last'>
53
+ <p>
54
+ <button class='aristo-blue'>
55
+ More
56
+ </button>
57
+ <button class='aristo-blue' disabled='disabled'>
58
+ More
59
+ </button>
60
+ </p>
61
+ <p class='compass'>
62
+ <code>
63
+ button.aristo-blue
64
+ </code>
65
+ or
66
+ <code>
67
+ +aristo-blue-button
68
+ </code>
69
+ </p>
70
+ </div>
71
+ </div>
72
+ <div class='section container'>
73
+ <h2>
74
+ Controls
75
+ </h2>
76
+ <div class='column span-8'>
77
+ <p>
78
+ <input class='aristo' id='checkbox_a' type='checkbox' />
79
+ <label class='aristo-checkbox' for='checkbox_a'>
80
+ Checkbox A
81
+ </label>
82
+ <br />
83
+ <input class='aristo' id='checkbox_b' type='checkbox' />
84
+ <label class='aristo-checkbox' for='checkbox_b'>
85
+ Checkbox B
86
+ </label>
87
+ </p>
88
+ <p class='compass'>
89
+ <code>
90
+ label.aristo-checkbox
91
+ </code>
92
+ and
93
+ <code>
94
+ input[type=checkbox].aristo
95
+ </code>
96
+ or
97
+ <code>
98
+ +aristo-checkbox
99
+ </code>
100
+ </p>
101
+ </div>
102
+ <div class='column span-8'>
103
+ <p>
104
+ <input checked='checked' class='aristo' id='radio_a' name='radio' type='radio' value='a' />
105
+ <label class='aristo-radio' for='radio_a'>
106
+ Radio A
107
+ </label>
108
+ <br />
109
+ <input class='aristo' id='radio_b' name='radio' type='radio' value='b' />
110
+ <label class='aristo-radio' for='radio_b'>
111
+ Radio B
112
+ </label>
113
+ <br />
114
+ <input class='aristo' id='radio_c' name='radio' type='radio' value='c' />
115
+ <label class='aristo-radio' for='radio_c'>
116
+ Radio C
117
+ </label>
118
+ </p>
119
+ <p class='compass'>
120
+ <code>
121
+ label.aristo-radio
122
+ </code>
123
+ and
124
+ <code>
125
+ input[type=radio].aristo
126
+ </code>
127
+ or
128
+ <code>
129
+ +aristo-radio
130
+ </code>
131
+ </p>
132
+ </div>
133
+ <div class='column span-8 last'>
134
+ <p>
135
+ <input type='range' />
136
+ </p>
137
+ <p class='compass'>
138
+ <code>
139
+ +aristo-slider
140
+ </code>
141
+ </p>
142
+ </div>
143
+ <div class='column span-8'>
144
+ <p>
145
+ <select>
146
+ <option>
147
+ Target A
148
+ </option>
149
+ <option>
150
+ Target B
151
+ </option>
152
+ <option>
153
+ Target C
154
+ </option>
155
+ </select>
156
+ </p>
157
+ </div>
158
+ </div>
159
+ <div class='section container'>
160
+ <h2>
161
+ Menus
162
+ </h2>
163
+ <div class='column span-8'>
164
+ <ul class='aristo-menu'>
165
+ <li>
166
+ <a>
167
+ New
168
+ </a>
169
+ </li>
170
+ <li>
171
+ <a>
172
+ Open
173
+ </a>
174
+ </li>
175
+ <li>
176
+ <a>
177
+ Save
178
+ </a>
179
+ </li>
180
+ <li>
181
+ <a>
182
+ Project
183
+ </a>
184
+ </li>
185
+ <li>
186
+ <a>
187
+ Build
188
+ </a>
189
+ </li>
190
+ </ul>
191
+ <p class='compass'>
192
+ <code>
193
+ ul.aristo-menu
194
+ </code>
195
+ or
196
+ <code>
197
+ +aristo-menu
198
+ </code>
199
+ </p>
200
+ </div>
201
+ <div class='column span-8'>
202
+ <ul class='aristo-menu-inverse'>
203
+ <li>
204
+ <a>
205
+ New
206
+ </a>
207
+ </li>
208
+ <li>
209
+ <a>
210
+ Open
211
+ </a>
212
+ </li>
213
+ <li>
214
+ <a>
215
+ Save
216
+ </a>
217
+ </li>
218
+ <li>
219
+ <a>
220
+ Project
221
+ </a>
222
+ </li>
223
+ <li>
224
+ <a>
225
+ Build
226
+ </a>
227
+ </li>
228
+ </ul>
229
+ <p class='compass'>
230
+ <code>
231
+ ul.aristo-menu-inverse
232
+ </code>
233
+ or
234
+ <code>
235
+ +aristo-menu-inverse
236
+ </code>
237
+ </p>
238
+ </div>
239
+ </div>
240
+ <div class='section container'>
241
+ <h2>
242
+ Scrollbars
243
+ </h2>
244
+ <div class='span-8' style='overflow: scroll; height: 300px;'>
245
+ <p class='span-16'>
246
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ut tincidunt augue. Nunc placerat, libero eu lobortis mollis, mi lectus tristique metus, vel tincidunt nibh est sed odio. Donec euismod ultricies est, nec porta ipsum dictum sit amet. Suspendisse lacus purus, ullamcorper eget rutrum ut, laoreet vitae velit. Nam in leo eu nisi congue sagittis sed sed nisi. Sed ultricies luctus justo. Pellentesque orci arcu, vulputate vel dapibus non, posuere a orci. Suspendisse quis massa magna. Suspendisse potenti. Fusce placerat tempor purus id euismod. Praesent et turpis nisl, in pellentesque nisl. Nam vulputate justo tristique turpis tincidunt id dictum orci aliquet.
247
+ </p>
248
+ <p class='span-16'>
249
+ Phasellus laoreet justo non libero lacinia fermentum commodo felis ornare. Quisque in est quis turpis venenatis gravida. Nullam eu enim quis mauris ultricies sollicitudin. Nunc convallis ante et massa condimentum nec interdum nibh ornare. Morbi fringilla sapien vel lacus ultricies id malesuada purus dignissim. Donec ut ornare nulla. Phasellus ipsum urna, venenatis at lacinia pulvinar, faucibus non metus. Proin adipiscing porttitor mollis. Nam risus dui, hendrerit sed elementum vitae, eleifend nec sem. Nunc vehicula, ligula eget sagittis dictum, tellus leo eleifend lorem, eget semper neque lorem in erat. Nunc non risus non velit mattis ultricies. Nunc volutpat feugiat justo id sollicitudin. Praesent in odio neque, id tempor diam.
250
+ </p>
251
+ <p class='span-16'>
252
+ Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas egestas tempus ornare. Ut adipiscing feugiat tincidunt. Sed adipiscing imperdiet nisl, vitae mollis ante venenatis ut. Donec mollis, nulla vel malesuada vehicula, risus sem faucibus arcu, sed varius velit justo et risus. Mauris iaculis commodo erat, eget suscipit mi tempus in. Nullam venenatis sapien nec est mollis lacinia. Aenean placerat suscipit lectus, a luctus libero eleifend vel. Cras turpis mi, porta eget pharetra id, pharetra eget felis. Ut ac eros justo. Duis quis velit consequat eros placerat malesuada. In luctus lacus ut felis euismod porttitor. Aliquam tristique augue quis nunc imperdiet cursus. Aliquam erat volutpat. Donec leo est, placerat vel tristique at, imperdiet ut massa. Maecenas vel tortor a mi sodales eleifend eleifend eget nibh. Cras sagittis vehicula velit, et ultricies ante vehicula sit amet. Fusce massa risus, tempor eget elementum pharetra, sodales eu felis. Nam ut tellus neque, vitae dapibus purus.
253
+ </p>
254
+ </div>
255
+ <p class='compass span-8'>
256
+ <code>
257
+ +aristo-scrollbars
258
+ </code>
259
+ </p>
260
+ </div>
261
+ <div class='section container text'>
262
+ <h2>
263
+ Text
264
+ </h2>
265
+ <p>
266
+ <span class='regular'>
267
+ ARIAL Regular 12/22
268
+ </span>
269
+ </p>
270
+ <p>
271
+ <span class='bold'>
272
+ ARIAL Bold 14/24
273
+ </span>
274
+ </p>
275
+ <p class='compass span-8'>
276
+ <code>
277
+ +regular-aristo-font
278
+ </code>
279
+ or
280
+ <code>
281
+ +bold-aristo-font
282
+ </code>
283
+ </p>
284
+ </div>
285
+ <div class='section container'>
286
+ <h2>
287
+ Windows
288
+ </h2>
289
+ <p>
290
+ <i>
291
+ TODO
292
+ </i>
293
+ </p>
294
+ </div>
295
+ <div class='container' id='footer'>
296
+ This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a><br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a>
297
+ </div>
298
+ </body>
299
+ </html>