diff --git a/examples/example_googlespreadsheet.html b/examples/example_googlespreadsheet.html index d238404..a70190d 100644 --- a/examples/example_googlespreadsheet.html +++ b/examples/example_googlespreadsheet.html @@ -31,17 +31,17 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/examples/example_json.html b/examples/example_json.html index fa14df3..ad90cfc 100644 --- a/examples/example_json.html +++ b/examples/example_json.html @@ -31,17 +31,17 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/examples/example_jsonp.html b/examples/example_jsonp.html index 5b7e60f..0e29f71 100644 --- a/examples/example_jsonp.html +++ b/examples/example_jsonp.html @@ -31,17 +31,17 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/examples/example_storify.html b/examples/example_storify.html index 3b4a1aa..aea2385 100644 --- a/examples/example_storify.html +++ b/examples/example_storify.html @@ -31,17 +31,17 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/source/jade/example_googlespreadsheet.jade b/source/jade/example_googlespreadsheet.jade index 5c2ed66..bda2c1f 100755 --- a/source/jade/example_googlespreadsheet.jade +++ b/source/jade/example_googlespreadsheet.jade @@ -1,4 +1,6 @@ -include includes/mixins -include sections/example-head -body - mixin timeline-embed('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&output=html') \ No newline at end of file +!!! 5 +html(lang="en") + include includes/mixins + include sections/example-head + body + mixin timeline-embed('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&output=html') \ No newline at end of file diff --git a/source/jade/example_json.jade b/source/jade/example_json.jade index 37dd9c4..fef60c2 100755 --- a/source/jade/example_json.jade +++ b/source/jade/example_json.jade @@ -1,4 +1,6 @@ -include includes/mixins -include sections/example-head -body - mixin timeline-embed('example_json.json') \ No newline at end of file +!!! 5 +html(lang="en") + include includes/mixins + include sections/example-head + body + mixin timeline-embed('example_json.json') \ No newline at end of file diff --git a/source/jade/example_jsonp.jade b/source/jade/example_jsonp.jade index 8714d70..06bd0d1 100755 --- a/source/jade/example_jsonp.jade +++ b/source/jade/example_jsonp.jade @@ -1,4 +1,6 @@ -include includes/mixins -include sections/example-head -body - mixin timeline-embed('example_jsonp.jsonp') \ No newline at end of file +!!! 5 +html(lang="en") + include includes/mixins + include sections/example-head + body + mixin timeline-embed('example_jsonp.jsonp') \ No newline at end of file diff --git a/source/jade/example_storify.jade b/source/jade/example_storify.jade index b40be20..4b9abba 100755 --- a/source/jade/example_storify.jade +++ b/source/jade/example_storify.jade @@ -1,4 +1,6 @@ -include includes/mixins -include sections/example-head -body - mixin timeline-embed('http://storify.com/zachwise/test') \ No newline at end of file +!!! 5 +html(lang="en") + include includes/mixins + include sections/example-head + body + mixin timeline-embed('http://storify.com/zachwise/test') \ No newline at end of file diff --git a/source/jade/index.jade b/source/jade/index.jade index 0caa190..cb035c7 100755 --- a/source/jade/index.jade +++ b/source/jade/index.jade @@ -20,8 +20,8 @@ html(lang="en") //if lt IE 9 script(src='http://html5shim.googlecode.com/svn/trunk/html5.js') -body - // BEGIN Timeline Embed - div#timeline-embed - script(type='text/javascript', src='js/storyjs-embed-cdn.js?v222') - // END Timeline Embed \ No newline at end of file + body + // BEGIN Timeline Embed + div#timeline-embed + script(type='text/javascript', src='js/storyjs-embed-cdn.js?v222') + // END Timeline Embed \ No newline at end of file diff --git a/source/jade/sections/example-head.jade b/source/jade/sections/example-head.jade index 44f3ed6..d980c92 100755 --- a/source/jade/sections/example-head.jade +++ b/source/jade/sections/example-head.jade @@ -1,20 +1,19 @@ -!!! 5 -html(lang="en") - include ../includes/ascii - head - title Timeline JS Example - meta(charset='utf-8') - meta(name='description', content='TimelineJS example') - meta(name='apple-mobile-web-app-capable', content='yes') - meta(name='apple-touch-fullscreen', content='yes') - meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0') - // Style - style - html, body { - height:100%; - padding: 0px; - margin: 0px; - } - // HTML5 shim, for IE6-8 support of HTML elements - //if lt IE 9 - script(src='http://html5shim.googlecode.com/svn/trunk/html5.js') \ No newline at end of file + +include ../includes/ascii +head + title Timeline JS Example + meta(charset='utf-8') + meta(name='description', content='TimelineJS example') + meta(name='apple-mobile-web-app-capable', content='yes') + meta(name='apple-touch-fullscreen', content='yes') + meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0') + // Style + style + html, body { + height:100%; + padding: 0px; + margin: 0px; + } + // HTML5 shim, for IE6-8 support of HTML elements + //if lt IE 9 + script(src='http://html5shim.googlecode.com/svn/trunk/html5.js') \ No newline at end of file diff --git a/source/jade/tests/test_extra_html.jade b/source/jade/tests/test_extra_html.jade index 59263c5..3e90249 100755 --- a/source/jade/tests/test_extra_html.jade +++ b/source/jade/tests/test_extra_html.jade @@ -1,4 +1,6 @@ -include ../includes/mixins -include ../sections/example-head -body - mixin timeline-embed-debug('test_extra_html.json') \ No newline at end of file +!!! 5 +html(lang="en") + include ../includes/mixins + include ../sections/example-head + body + mixin timeline-embed-debug('test_extra_html.json') \ No newline at end of file diff --git a/source/jade/tests/test_googlespreadsheet.jade b/source/jade/tests/test_googlespreadsheet.jade index 0ab072a..d6995a9 100755 --- a/source/jade/tests/test_googlespreadsheet.jade +++ b/source/jade/tests/test_googlespreadsheet.jade @@ -1,4 +1,6 @@ -include ../includes/mixins -include ../sections/example-head -body - mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFYzRjJPUGktY0NkWXFUWkVIZDNGRHc&output=html') \ No newline at end of file +!!! 5 +html(lang="en") + include ../includes/mixins + include ../sections/example-head + body + mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFYzRjJPUGktY0NkWXFUWkVIZDNGRHc&output=html') \ No newline at end of file diff --git a/source/jade/tests/test_googlespreadsheet_bc_era_ages_epoch.jade b/source/jade/tests/test_googlespreadsheet_bc_era_ages_epoch.jade index eb22769..64180dc 100755 --- a/source/jade/tests/test_googlespreadsheet_bc_era_ages_epoch.jade +++ b/source/jade/tests/test_googlespreadsheet_bc_era_ages_epoch.jade @@ -1,4 +1,6 @@ -include ../includes/mixins -include ../sections/example-head -body - mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHlWbUYwenBTV1hyUGRidU85MnEzQmc&output=html') \ No newline at end of file +!!! 5 +html(lang="en") + include ../includes/mixins + include ../sections/example-head + body + mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHlWbUYwenBTV1hyUGRidU85MnEzQmc&output=html') \ No newline at end of file diff --git a/source/jade/tests/test_googlespreadsheet_biblical_ad.jade b/source/jade/tests/test_googlespreadsheet_biblical_ad.jade index ef0e76d..96d8142 100755 --- a/source/jade/tests/test_googlespreadsheet_biblical_ad.jade +++ b/source/jade/tests/test_googlespreadsheet_biblical_ad.jade @@ -1,4 +1,6 @@ -include ../includes/mixins -include ../sections/example-head -body - mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadENlSWZ0Ml9CUXRMVTJGbHZ5UjhDblE&output=html') \ No newline at end of file +!!! 5 +html(lang="en") + include ../includes/mixins + include ../sections/example-head + body + mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadENlSWZ0Ml9CUXRMVTJGbHZ5UjhDblE&output=html') \ No newline at end of file diff --git a/source/jade/tests/test_googlespreadsheet_minutes.jade b/source/jade/tests/test_googlespreadsheet_minutes.jade index 6b6ed4d..df4f770 100755 --- a/source/jade/tests/test_googlespreadsheet_minutes.jade +++ b/source/jade/tests/test_googlespreadsheet_minutes.jade @@ -1,4 +1,6 @@ -include ../includes/mixins -include ../sections/example-head -body - mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFBfbkE1Qk42RTFDcjRDdnFndk9DOFE&output=html') \ No newline at end of file +!!! 5 +html(lang="en") + include ../includes/mixins + include ../sections/example-head + body + mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFBfbkE1Qk42RTFDcjRDdnFndk9DOFE&output=html') \ No newline at end of file diff --git a/source/jade/tests/test_iframe_640.jade b/source/jade/tests/test_iframe_640.jade index 9b69287..edb91cc 100755 --- a/source/jade/tests/test_iframe_640.jade +++ b/source/jade/tests/test_iframe_640.jade @@ -1,5 +1,7 @@ -include ../includes/mixins -include ../sections/example-head -body - div(style='width:640px;') - \ No newline at end of file +!!! 5 +html(lang="en") + include ../includes/mixins + include ../sections/example-head + body + div(style='width:640px;') + \ No newline at end of file diff --git a/source/jade/tests/test_jsonp.jade b/source/jade/tests/test_jsonp.jade index 9bb58a3..abf2d73 100755 --- a/source/jade/tests/test_jsonp.jade +++ b/source/jade/tests/test_jsonp.jade @@ -1,4 +1,6 @@ -include ../includes/mixins -include ../sections/example-head -body - mixin timeline-embed-debug('example_jsonp.jsonp') \ No newline at end of file +!!! 5 +html(lang="en") + include ../includes/mixins + include ../sections/example-head + body + mixin timeline-embed-debug('example_jsonp.jsonp') \ No newline at end of file diff --git a/source/jade/tests/test_utc_firefox.jade b/source/jade/tests/test_utc_firefox.jade index c0c6ca9..aed1f21 100755 --- a/source/jade/tests/test_utc_firefox.jade +++ b/source/jade/tests/test_utc_firefox.jade @@ -1,4 +1,6 @@ -include ../includes/mixins -include ../sections/example-head -body - mixin timeline-embed-debug('test_utc_firefox.json') \ No newline at end of file +!!! 5 +html(lang="en") + include ../includes/mixins + include ../sections/example-head + body + mixin timeline-embed-debug('test_utc_firefox.json') \ No newline at end of file diff --git a/tests/test_extra_html.html b/tests/test_extra_html.html index 4dfd8f4..4402366 100644 --- a/tests/test_extra_html.html +++ b/tests/test_extra_html.html @@ -31,18 +31,18 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/tests/test_googlespreadsheet.html b/tests/test_googlespreadsheet.html index f17963f..382a47a 100644 --- a/tests/test_googlespreadsheet.html +++ b/tests/test_googlespreadsheet.html @@ -31,18 +31,18 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/tests/test_googlespreadsheet_bc_era_ages_epoch.html b/tests/test_googlespreadsheet_bc_era_ages_epoch.html index 5ecbaad..8a58c5b 100644 --- a/tests/test_googlespreadsheet_bc_era_ages_epoch.html +++ b/tests/test_googlespreadsheet_bc_era_ages_epoch.html @@ -31,18 +31,18 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/tests/test_googlespreadsheet_biblical_ad.html b/tests/test_googlespreadsheet_biblical_ad.html index 68be104..63201ac 100644 --- a/tests/test_googlespreadsheet_biblical_ad.html +++ b/tests/test_googlespreadsheet_biblical_ad.html @@ -31,18 +31,18 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/tests/test_googlespreadsheet_minutes.html b/tests/test_googlespreadsheet_minutes.html index a50982d..64303ab 100644 --- a/tests/test_googlespreadsheet_minutes.html +++ b/tests/test_googlespreadsheet_minutes.html @@ -31,18 +31,18 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/tests/test_iframe_640.html b/tests/test_iframe_640.html index 2482e23..51ee7ab 100644 --- a/tests/test_iframe_640.html +++ b/tests/test_iframe_640.html @@ -31,7 +31,7 @@ - - -
- \ No newline at end of file + +
+ + \ No newline at end of file diff --git a/tests/test_jsonp.html b/tests/test_jsonp.html index 6e3bb7f..f7fa5ad 100644 --- a/tests/test_jsonp.html +++ b/tests/test_jsonp.html @@ -31,18 +31,18 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file diff --git a/tests/test_utc_firefox.html b/tests/test_utc_firefox.html index 5519a8a..87bc603 100644 --- a/tests/test_utc_firefox.html +++ b/tests/test_utc_firefox.html @@ -31,18 +31,18 @@ - - - -
- - - - \ No newline at end of file + + +
+ + + + + \ No newline at end of file