@knight-lab/timelinejs 3.8.15 → 3.8.19
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.
- package/API.md +1 -2
- package/{CHANGELOG → CHANGELOG.md} +70 -8
- package/DEPLOYING.md +4 -0
- package/README.md +21 -19
- package/RELEASING.md +4 -4
- package/dist/css/fonts/font.abril-droidsans.css +143 -0
- package/dist/css/fonts/font.amatic-andika.css +143 -0
- package/dist/css/fonts/font.bevan-pontanosans.css +141 -0
- package/dist/css/fonts/font.bitter-raleway.css +149 -0
- package/dist/css/fonts/font.clicker-garamond.css +141 -0
- package/dist/css/fonts/font.dancing-ledger.css +143 -0
- package/dist/css/fonts/font.default.css +155 -0
- package/dist/css/fonts/font.fjalla-average.css +141 -0
- package/dist/css/fonts/font.georgia-helvetica.css +123 -0
- package/dist/css/fonts/font.knightlab.css +125 -0
- package/dist/css/fonts/font.lustria-lato.css +147 -0
- package/dist/css/fonts/font.medula-lato.css +149 -0
- package/dist/css/fonts/font.oldstandard.css +135 -0
- package/dist/css/fonts/font.opensans-gentiumbook.css +155 -0
- package/dist/css/fonts/font.playfair-faunaone.css +156 -0
- package/dist/css/fonts/font.playfair.css +143 -0
- package/dist/css/fonts/font.pt.css +153 -0
- package/dist/css/fonts/font.roboto-megrim.css +143 -0
- package/dist/css/fonts/font.rufina-sintony.css +149 -0
- package/dist/css/fonts/font.ubuntu.css +145 -0
- package/dist/css/fonts/font.unicaone-vollkorn.css +143 -0
- package/dist/css/icons/tl-icons.eot +0 -0
- package/dist/css/icons/tl-icons.svg +63 -0
- package/dist/css/icons/tl-icons.ttf +0 -0
- package/dist/css/icons/tl-icons.woff +0 -0
- package/dist/css/icons/tl-icons.woff2 +0 -0
- package/dist/css/themes/timeline.theme.contrast.css +3125 -0
- package/dist/css/themes/timeline.theme.dark.css +3125 -0
- package/dist/css/timeline.css +3128 -0
- package/dist/css/timeline.css.map +1 -0
- package/dist/embed/compare.html +91 -0
- package/dist/embed/index.html +170 -0
- package/dist/embed/old-index.html +170 -0
- package/dist/embed/popular_timelines.json +1 -0
- package/dist/js/locale/af.json +75 -0
- package/dist/js/locale/ar.json +76 -0
- package/dist/js/locale/be.json +75 -0
- package/dist/js/locale/bg.json +75 -0
- package/dist/js/locale/ca.json +75 -0
- package/dist/js/locale/cz.json +108 -0
- package/dist/js/locale/da.json +75 -0
- package/dist/js/locale/de.json +76 -0
- package/dist/js/locale/el.json +75 -0
- package/dist/js/locale/en-24hr.json +75 -0
- package/dist/js/locale/en-week.json +75 -0
- package/dist/js/locale/en.json +152 -0
- package/dist/js/locale/eo.json +75 -0
- package/dist/js/locale/es.json +76 -0
- package/dist/js/locale/et.json +75 -0
- package/dist/js/locale/eu.json +75 -0
- package/dist/js/locale/fa.json +74 -0
- package/dist/js/locale/fi.json +95 -0
- package/dist/js/locale/fo.json +75 -0
- package/dist/js/locale/fr.json +119 -0
- package/dist/js/locale/fy.json +75 -0
- package/dist/js/locale/ga.json +75 -0
- package/dist/js/locale/gl.json +75 -0
- package/dist/js/locale/he.json +76 -0
- package/dist/js/locale/hi.json +76 -0
- package/dist/js/locale/hr.json +75 -0
- package/dist/js/locale/hu.json +114 -0
- package/dist/js/locale/hy.json +75 -0
- package/dist/js/locale/id.json +75 -0
- package/dist/js/locale/is.json +75 -0
- package/dist/js/locale/it.json +92 -0
- package/dist/js/locale/iw.json +76 -0
- package/dist/js/locale/ja.json +75 -0
- package/dist/js/locale/ka.json +75 -0
- package/dist/js/locale/ko.json +75 -0
- package/dist/js/locale/lb.json +75 -0
- package/dist/js/locale/lt.json +75 -0
- package/dist/js/locale/lv.json +75 -0
- package/dist/js/locale/ms.json +75 -0
- package/dist/js/locale/my.json +124 -0
- package/dist/js/locale/ne.json +75 -0
- package/dist/js/locale/nl.json +75 -0
- package/dist/js/locale/no.json +76 -0
- package/dist/js/locale/pl.json +75 -0
- package/dist/js/locale/pt-br.json +78 -0
- package/dist/js/locale/pt.json +78 -0
- package/dist/js/locale/rm.json +75 -0
- package/dist/js/locale/ro.json +75 -0
- package/dist/js/locale/ru.json +75 -0
- package/dist/js/locale/si.json +74 -0
- package/dist/js/locale/sk.json +75 -0
- package/dist/js/locale/sl.json +75 -0
- package/dist/js/locale/sr-cy.json +75 -0
- package/dist/js/locale/sr.json +75 -0
- package/dist/js/locale/sv.json +86 -0
- package/dist/js/locale/ta.json +75 -0
- package/dist/js/locale/te.json +74 -0
- package/dist/js/locale/th.json +108 -0
- package/dist/js/locale/tl.json +75 -0
- package/dist/js/locale/tr.json +75 -0
- package/dist/js/locale/uk.json +75 -0
- package/dist/js/locale/ur.json +123 -0
- package/dist/js/locale/vi.json +74 -0
- package/dist/js/locale/zh-cn.json +76 -0
- package/dist/js/locale/zh-tw.json +75 -0
- package/dist/js/timeline-min.js +12 -0
- package/dist/js/timeline.js +12 -0
- package/dist/js/timeline.js.map +1 -0
- package/dist/timeline3.zip +0 -0
- package/index.js +1 -0
- package/package.json +5 -5
- package/src/embed/old-index.html +128 -18
- package/src/js/core/Browser.js +19 -19
- package/src/js/index.js +1 -1
- package/src/js/language/locale/zh-cn.json +1 -1
- package/src/js/media/MediaType.js +1 -1
- package/src/js/media/types/Audio.js +9 -0
- package/src/js/media/types/Video.js +11 -0
- package/src/js/timeline/Timeline.js +25 -20
- package/src/less/fonts/font.knightlab.less +2 -2
- package/src/template/all-media-types.json +61 -24
- package/src/template/index.html +39 -19
- package/{contrib/women_in_computing.csv → src/template/my-own-timeline.csv} +5 -5
- package/contrib/README.md +0 -13
- package/contrib/csv_to_json.py +0 -106
- package/contrib/docs/ImageHosting.md +0 -120
- package/contrib/examples/autoload.html +0 -44
- package/contrib/examples/iBooksAuthor/README.md +0 -37
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Default.png +0 -0
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Info.plist +0 -27
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/index.html +0 -13
- package/contrib/examples/react.html +0 -40
- package/contrib/examples/vue.html +0 -29
- package/contrib/fedorbeets/README.md +0 -3
- package/contrib/fedorbeets/timeline.py.txt +0 -56
- package/contrib/iamamoose/README.md +0 -3
- package/contrib/iamamoose/timeline.py.txt +0 -53
- package/contrib/women_in_computing.json +0 -263
- package/fabfile.py +0 -64
- package/requirements.txt +0 -29
- package/util/convert_json.py +0 -96
- package/website/__init__.py +0 -0
- package/website/app.py +0 -101
- package/website/core/__init__.py +0 -0
- package/website/core/settings/__init__.py +0 -0
- package/website/core/settings/base.py +0 -6
- package/website/core/settings/loc.py +0 -16
- package/website/examples.json +0 -114
- package/website/faq.json +0 -81
- package/website/static/css/desert.css +0 -34
- package/website/static/css/site.css +0 -74
- package/website/static/img/TimelineJSTags.jpg +0 -0
- package/website/static/img/examples/houston/eyesclosedftm_10001.jpg +0 -0
- package/website/static/img/examples/houston/family.jpg +0 -0
- package/website/static/img/examples/houston/family.png +0 -0
- package/website/static/img/examples/houston/wh1.jpg +0 -0
- package/website/static/img/examples/houston/wh2.jpg +0 -0
- package/website/static/img/examples/houston/wh3.jpg +0 -0
- package/website/static/img/examples/houston/whChild.jpg +0 -0
- package/website/static/img/examples/houston/whlead.jpg +0 -0
- package/website/static/img/examples/houston/young.jpg +0 -0
- package/website/static/img/examples/logos/Northwestern University.png +0 -0
- package/website/static/img/examples/logos/Social-Logos.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo-background.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo-small.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo.png +0 -0
- package/website/static/img/examples/logos/less-small.png +0 -0
- package/website/static/img/examples/logos/logo_aljazeera.png +0 -0
- package/website/static/img/examples/logos/logo_arte.png +0 -0
- package/website/static/img/examples/logos/logo_beyondtheseal.png +0 -0
- package/website/static/img/examples/logos/logo_centerforpublicintegrity.png +0 -0
- package/website/static/img/examples/logos/logo_cnn.png +0 -0
- package/website/static/img/examples/logos/logo_denverpost.png +0 -0
- package/website/static/img/examples/logos/logo_engadget.png +0 -0
- package/website/static/img/examples/logos/logo_gigaom.png +0 -0
- package/website/static/img/examples/logos/logo_ibt.png +0 -0
- package/website/static/img/examples/logos/logo_knightlab.png +0 -0
- package/website/static/img/examples/logos/logo_ksat.png +0 -0
- package/website/static/img/examples/logos/logo_lemonde.png +0 -0
- package/website/static/img/examples/logos/logo_maneater.png +0 -0
- package/website/static/img/examples/logos/logo_mashable.png +0 -0
- package/website/static/img/examples/logos/logo_radiolab.png +0 -0
- package/website/static/img/examples/logos/logo_time.png +0 -0
- package/website/static/img/examples/logos/logo_vh1.png +0 -0
- package/website/static/img/examples/logos/logo_vinepair.png +0 -0
- package/website/static/img/examples/logos/logo_wbur.png +0 -0
- package/website/static/img/examples/thumbs/thumb_akira.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_aljazeera.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_artetv.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_banana.png +0 -0
- package/website/static/img/examples/thumbs/thumb_bulger.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_denver_shooting.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_houston.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_isis.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_lemonde.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_malaysia-airlines.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_mandela.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_mobile_device.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_northkorea.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_perpwalk.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_radiolab-colorwalking.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_republican.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_shtpeoplesay.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_supremecourt.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_univofmissouri.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_userinterface.png +0 -0
- package/website/static/img/examples/thumbs/thumb_wine.jpg +0 -0
- package/website/static/img/examples/user-interface/4s.jpg +0 -0
- package/website/static/img/examples/user-interface/apple.jpg +0 -0
- package/website/static/img/examples/user-interface/input.png +0 -0
- package/website/static/img/examples/user-interface/palm.png +0 -0
- package/website/static/img/examples/user-interface/pascaline.jpg +0 -0
- package/website/static/img/examples/user-interface/univac.JPG +0 -0
- package/website/static/img/font-options.png +0 -0
- package/website/static/img/kl-og.png +0 -0
- package/website/static/img/knightlab_logo.png +0 -0
- package/website/static/img/loading.gif +0 -0
- package/website/static/img/make/abril-droidsans.png +0 -0
- package/website/static/img/make/amatic-andika.png +0 -0
- package/website/static/img/make/bevan-pontanosans.png +0 -0
- package/website/static/img/make/bitter-raleway.png +0 -0
- package/website/static/img/make/clicker-garamond.png +0 -0
- package/website/static/img/make/dancing-ledger.png +0 -0
- package/website/static/img/make/default.png +0 -0
- package/website/static/img/make/fakedropdown.svg +0 -1
- package/website/static/img/make/fjalla-average.png +0 -0
- package/website/static/img/make/font-options.png +0 -0
- package/website/static/img/make/georgia-helvetica.png +0 -0
- package/website/static/img/make/lustria-lato.png +0 -0
- package/website/static/img/make/medula-lato.png +0 -0
- package/website/static/img/make/oldstandard.png +0 -0
- package/website/static/img/make/opensans-gentiumbook.png +0 -0
- package/website/static/img/make/playfair-faunaone.png +0 -0
- package/website/static/img/make/playfair.png +0 -0
- package/website/static/img/make/pt.png +0 -0
- package/website/static/img/make/publish_to_web_browser_url.png +0 -0
- package/website/static/img/make/publish_to_web_button_small-od1.png +0 -0
- package/website/static/img/make/publish_to_web_button_small.png +0 -0
- package/website/static/img/make/publish_to_web_small.png +0 -0
- package/website/static/img/make/publish_to_web_url_small.png +0 -0
- package/website/static/img/make/roboto-megrim.png +0 -0
- package/website/static/img/make/rufina-sintony.png +0 -0
- package/website/static/img/make/unicaone-vollkorn.png +0 -0
- package/website/static/img/make/v4_step_1.png +0 -0
- package/website/static/img/make/v4_step_2.png +0 -0
- package/website/static/img/timeline.png +0 -0
- package/website/static/img/timeline3_intro_image.png +0 -0
- package/website/static/js/faq-generator.js +0 -20
- package/website/static/js/main.js +0 -240
- package/website/static/welcome/step3.png +0 -0
- package/website/static/welcome/welcome.json +0 -266
- package/website/templates/_about.html +0 -23
- package/website/templates/_analytics.html +0 -10
- package/website/templates/_banner.html +0 -26
- package/website/templates/_demo.html +0 -5
- package/website/templates/_developers.html +0 -19
- package/website/templates/_examples.html +0 -156
- package/website/templates/_faq.html +0 -117
- package/website/templates/_footer.html +0 -54
- package/website/templates/_head.html +0 -38
- package/website/templates/_header.html +0 -18
- package/website/templates/_help.html +0 -50
- package/website/templates/_make.html +0 -291
- package/website/templates/_nav.html +0 -24
- package/website/templates/_overview.html +0 -32
- package/website/templates/_roadmap.html +0 -27
- package/website/templates/_storytelling_tools.html +0 -35
- package/website/templates/base.html +0 -37
- package/website/templates/docs/faq.html +0 -223
- package/website/templates/docs/index.html +0 -57
- package/website/templates/docs/instantiate-a-timeline.html +0 -207
- package/website/templates/docs/json-format.html +0 -477
- package/website/templates/docs/license.html +0 -29
- package/website/templates/docs/media-types.html +0 -82
- package/website/templates/docs/options.html +0 -472
- package/website/templates/docs/overriding-styles.html +0 -357
- package/website/templates/docs/using-spreadsheets.html +0 -94
- package/website/templates/error.html +0 -28
- package/website/templates/examples/_common_example_embed.html +0 -27
- package/website/templates/examples/embed-test/index.html +0 -41
- package/website/templates/examples/example.json +0 -328
- package/website/templates/examples/houston/index.html +0 -40
- package/website/templates/examples/houston/timeline2.json +0 -218
- package/website/templates/examples/houston/timeline3.json +0 -271
- package/website/templates/examples/mediatypes/index.html +0 -61
- package/website/templates/examples/mediatypes/timeline3.json +0 -421
- package/website/templates/examples/republican/index.html +0 -49
- package/website/templates/examples/republican/timeline2.json +0 -0
- package/website/templates/examples/republican/timeline3.json +0 -238
- package/website/templates/examples/shit-people-say/index.html +0 -39
- package/website/templates/examples/shit-people-say/timeline2.json +0 -243
- package/website/templates/examples/shit-people-say/timeline3.json +0 -336
- package/website/templates/examples/soundcite/index.html +0 -42
- package/website/templates/examples/soundcite/timeline3.json +0 -271
- package/website/templates/examples/timeline3.json +0 -271
- package/website/templates/examples/twain/index.html +0 -85
- package/website/templates/examples/twain/marktwain.json +0 -502
- package/website/templates/examples/user-interface/index.html +0 -40
- package/website/templates/examples/user-interface/timeline2.json +0 -260
- package/website/templates/examples/user-interface/timeline3.json +0 -327
- package/website/templates/index.html +0 -17
- package/website/templates/mediatype-tests.html +0 -121
- package/website/templates/test/GoogleSpreadsheetFeedLegacyFormat.json +0 -1
- package/website/templates/test/GoogleSpreadsheetFeedTJS3Format.json +0 -1
- package/website/templates/test/maps.html +0 -4
- package/website/templates/unit-tests.html +0 -775
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeline": {
|
|
3
|
-
"slides": [
|
|
4
|
-
{
|
|
5
|
-
"media": {
|
|
6
|
-
"url": "http://2.bp.blogspot.com/-dxJbW0CG8Zs/TmkoMA5-cPI/AAAAAAAAAqw/fQpsz9GpFdo/s1600/voyage-dans-la-lune-1902-02-g.jpg",
|
|
7
|
-
"caption": "",
|
|
8
|
-
"credit": ""
|
|
9
|
-
},
|
|
10
|
-
"start_date": {
|
|
11
|
-
"year": "1888"
|
|
12
|
-
},
|
|
13
|
-
"text": {
|
|
14
|
-
"headline": "Welcome to TimelineJS",
|
|
15
|
-
"text": "<p>TimelineJS is an open-source tool that enables you to build visually-rich interactive timelines and is available in 40 languages.</p><p>You're looking at an example of one right now.</p><p>Click on the arrow to the right to learn more.</p>"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"media": {
|
|
20
|
-
"url": "/static/welcome/step3.png",
|
|
21
|
-
"caption": "Screenshot from TimelineJS Embed Generator tool (see below)",
|
|
22
|
-
"credit": ""
|
|
23
|
-
},
|
|
24
|
-
"start_date": {
|
|
25
|
-
"year": "1851"
|
|
26
|
-
},
|
|
27
|
-
"text": {
|
|
28
|
-
"headline": "It's Easy to Make Your Own Timeline",
|
|
29
|
-
"text": "The TimelineJS Embed Generator makes it easy to add a timeline to your own site. Just copy our Google Spreadsheet template, add your events as rows in the spreadsheet, and use our <a href='#make'>generator tool</a> to generate the HTML you need to add to your site."
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"media": {
|
|
34
|
-
"url": "",
|
|
35
|
-
"caption": "Screenshot from TimelineJS Embed Generator tool (see below)",
|
|
36
|
-
"credit": ""
|
|
37
|
-
},
|
|
38
|
-
"start_date": {
|
|
39
|
-
"year": "1871"
|
|
40
|
-
},
|
|
41
|
-
"text": {
|
|
42
|
-
"headline": "Illustrate your Timeline with photos, videos, tweets and more.",
|
|
43
|
-
"text": "Timeline can automatically pull in photos, videos from YouTube or Vimeo, tweets, wikipedia entries, and many other media types to help tell your story."
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"media": {
|
|
48
|
-
"url": "http://youtu.be/lIvftGgps24",
|
|
49
|
-
"caption": "Le portrait myst\u00e9rieux",
|
|
50
|
-
"credit": "Georges M\u00e9li\u00e8s"
|
|
51
|
-
},
|
|
52
|
-
"start_date": {
|
|
53
|
-
"year": "1899"
|
|
54
|
-
},
|
|
55
|
-
"text": {
|
|
56
|
-
"headline": "YouTube video",
|
|
57
|
-
"text": "To add a YouTube video, just add a link to it in the media field. No embedding necessary. http://youtu.be/lIvftGgps24"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"media": {
|
|
62
|
-
"url": "http://youtu.be/7JDaOOw0MEE",
|
|
63
|
-
"caption": "A Trip to the Moon / Le Voyage dans la lune",
|
|
64
|
-
"credit": "Georges M\u00e9li\u00e8s"
|
|
65
|
-
},
|
|
66
|
-
"start_date": {
|
|
67
|
-
"year": "1902"
|
|
68
|
-
},
|
|
69
|
-
"text": {
|
|
70
|
-
"headline": "YouTube with no text",
|
|
71
|
-
"text": ""
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"media": {
|
|
76
|
-
"url": "http://en.wikipedia.org/wiki/A_Trip_to_the_Moon",
|
|
77
|
-
"caption": "",
|
|
78
|
-
"credit": ""
|
|
79
|
-
},
|
|
80
|
-
"start_date": {
|
|
81
|
-
"year": "1902"
|
|
82
|
-
},
|
|
83
|
-
"text": {
|
|
84
|
-
"headline": "Wikipedia",
|
|
85
|
-
"text": "Add a link to a <a href='http://en.wikipedia.org/wiki/A_Trip_to_the_Moon' target='_blank'>Wikipedia entry</a> in the media field to show an excerpt alongside your text."
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"media": {
|
|
90
|
-
"url": "<blockquote>\u201cYou have brains in your head. You have feet in your shoes. You can steer yourself in any direction you choose. You're on your own, and you know what you know. And you are the guy who'll decide where to go.\u201d</blockquote>",
|
|
91
|
-
"caption": "",
|
|
92
|
-
"credit": "Dr. Seuss"
|
|
93
|
-
},
|
|
94
|
-
"start_date": {
|
|
95
|
-
"month": "2",
|
|
96
|
-
"day": "7",
|
|
97
|
-
"year": "1950"
|
|
98
|
-
},
|
|
99
|
-
"text": {
|
|
100
|
-
"headline": "Blockquote",
|
|
101
|
-
"text": "This is an example of a blockquote. <br/><blockquote>“Just use html blockquotes in the media field.”</blockquote>"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"media": {
|
|
106
|
-
"url": "http://www.w3schools.com/",
|
|
107
|
-
"caption": "http://w3schools.com",
|
|
108
|
-
"credit": "w3schools"
|
|
109
|
-
},
|
|
110
|
-
"start_date": {
|
|
111
|
-
"month": "2",
|
|
112
|
-
"day": "7",
|
|
113
|
-
"year": "1960"
|
|
114
|
-
},
|
|
115
|
-
"text": {
|
|
116
|
-
"headline": "Website",
|
|
117
|
-
"text": "This is an example of a website. Just paste a link to the site in the media field."
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"media": {
|
|
122
|
-
"url": "https://www.google.com/maps?hl=en&sll=42.05083,-87.674194&sspn=0.020170947570668576,0.036220713642592585&z=15",
|
|
123
|
-
"caption": "",
|
|
124
|
-
"credit": ""
|
|
125
|
-
},
|
|
126
|
-
"start_date": {
|
|
127
|
-
"month": "1",
|
|
128
|
-
"day": "18",
|
|
129
|
-
"year": "1979"
|
|
130
|
-
},
|
|
131
|
-
"text": {
|
|
132
|
-
"headline": "Google Map",
|
|
133
|
-
"text": "Google Maps are easy too. Just add the link to the map in the media field."
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"media": {
|
|
138
|
-
"url": "https://www.google.com/maps/place/Chicago,+IL/@41.8337329,-87.7321555,11z/data=!3m1!4b1!4m2!3m1!1s0x880e2c3cd0f4cbed:0xafe0a6ad09c0c000?hl=en",
|
|
139
|
-
"caption": "",
|
|
140
|
-
"credit": ""
|
|
141
|
-
},
|
|
142
|
-
"start_date": {
|
|
143
|
-
"month": "1",
|
|
144
|
-
"day": "18",
|
|
145
|
-
"year": "1980"
|
|
146
|
-
},
|
|
147
|
-
"text": {
|
|
148
|
-
"headline": "Google Map with no text",
|
|
149
|
-
"text": ""
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"media": {
|
|
154
|
-
"url": "http://www.flickr.com/photos/zachwise/7074630607/in/photostream/",
|
|
155
|
-
"caption": "",
|
|
156
|
-
"credit": "Zach Wise"
|
|
157
|
-
},
|
|
158
|
-
"start_date": {
|
|
159
|
-
"month": "2",
|
|
160
|
-
"day": "7",
|
|
161
|
-
"year": "1985"
|
|
162
|
-
},
|
|
163
|
-
"text": {
|
|
164
|
-
"headline": "Flickr",
|
|
165
|
-
"text": "To add a Flickr photo, just paste a link to the photo page in the media field. Example: http://www.flickr.com/photos/zachwise/7074630607/"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"media": {
|
|
170
|
-
"url": "http://www.flickr.com/photos/zachwise/7050589957/in/photostream/",
|
|
171
|
-
"caption": "March to work.",
|
|
172
|
-
"credit": "Zach Wise"
|
|
173
|
-
},
|
|
174
|
-
"start_date": {
|
|
175
|
-
"month": "2",
|
|
176
|
-
"day": "7",
|
|
177
|
-
"year": "1990"
|
|
178
|
-
},
|
|
179
|
-
"text": {
|
|
180
|
-
"headline": "Flickr with no text",
|
|
181
|
-
"text": ""
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"media": {
|
|
186
|
-
"url": "http://twitter.com/alykat/status/164184609519697920",
|
|
187
|
-
"caption": "",
|
|
188
|
-
"credit": ""
|
|
189
|
-
},
|
|
190
|
-
"start_date": {
|
|
191
|
-
"month": "2",
|
|
192
|
-
"day": "10",
|
|
193
|
-
"year": "2001"
|
|
194
|
-
},
|
|
195
|
-
"text": {
|
|
196
|
-
"headline": "A Tweet",
|
|
197
|
-
"text": "To add a tweet, just paste a link to the tweet stats in the media field. Example: http://twitter.com/alykat/status/164184609519697920"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"media": {
|
|
202
|
-
"url": "http://twitter.com/ArjunaSoriano/status/164181156147900416",
|
|
203
|
-
"caption": "",
|
|
204
|
-
"credit": ""
|
|
205
|
-
},
|
|
206
|
-
"start_date": {
|
|
207
|
-
"month": "12",
|
|
208
|
-
"day": "10",
|
|
209
|
-
"year": "2002"
|
|
210
|
-
},
|
|
211
|
-
"text": {
|
|
212
|
-
"headline": "Yet Another Tweet",
|
|
213
|
-
"text": ""
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"media": {
|
|
218
|
-
"url": "https://vimeo.com/33211636",
|
|
219
|
-
"caption": "",
|
|
220
|
-
"credit": "Denis Chapon"
|
|
221
|
-
},
|
|
222
|
-
"start_date": {
|
|
223
|
-
"month": "8",
|
|
224
|
-
"day": "23",
|
|
225
|
-
"year": "2011"
|
|
226
|
-
},
|
|
227
|
-
"text": {
|
|
228
|
-
"headline": "Vimeo",
|
|
229
|
-
"text": "<p>Just add a link to the video in the media field. Example: https://vimeo.com/33211636</p>"
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"media": {
|
|
234
|
-
"url": "http://soundcloud.com/beastieboys/make-some-noise",
|
|
235
|
-
"caption": "R.I.P. MCA.",
|
|
236
|
-
"credit": ""
|
|
237
|
-
},
|
|
238
|
-
"start_date": {
|
|
239
|
-
"month": "1",
|
|
240
|
-
"day": "18",
|
|
241
|
-
"year": "2012"
|
|
242
|
-
},
|
|
243
|
-
"text": {
|
|
244
|
-
"headline": "SoundCloud ",
|
|
245
|
-
"text": "Just add a link to the track in the media field."
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"media": {
|
|
250
|
-
"url": "",
|
|
251
|
-
"caption": "",
|
|
252
|
-
"credit": ""
|
|
253
|
-
},
|
|
254
|
-
"start_date": {
|
|
255
|
-
"month": "10",
|
|
256
|
-
"day": "01",
|
|
257
|
-
"year": "2013"
|
|
258
|
-
},
|
|
259
|
-
"text": {
|
|
260
|
-
"headline": "Get started!",
|
|
261
|
-
"text": "Use the <a href='#make'>generator form</a> to make your first timeline now."
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
]
|
|
265
|
-
}
|
|
266
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<section id="about">
|
|
2
|
-
<h2>About</h2>
|
|
3
|
-
<div class="row">
|
|
4
|
-
<!-- Column 1-->
|
|
5
|
-
<div class="span6">
|
|
6
|
-
<h4>Document History</h4>
|
|
7
|
-
<p><span class="verite-brand">Timeline<span class="verite-brand-ext">JS</span></span> can pull in media from different sources. It has built in support for:
|
|
8
|
-
</p>
|
|
9
|
-
<p><em>Twitter, Flickr, Google Maps, YouTube, Vimeo, Dailymotion, Wikipedia, SoundCloud and more media types in the future.</em></p>
|
|
10
|
-
<p>Creating one is as easy as filling in a Google spreadsheet or as detailed as JSON.</p>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="span6">
|
|
13
|
-
<!-- Tips and Tricks-->
|
|
14
|
-
<h4>Tips and tricks to best utilize <span class="verite-brand">Timeline<span class="verite-brand-ext">JS</span></span>
|
|
15
|
-
</h4>
|
|
16
|
-
<ol>
|
|
17
|
-
<li>Keep it short, and write each event as a part of a larger narrative.</li>
|
|
18
|
-
<li>Pick stories that have a strong chronological narrative. It does not work well for stories that need to jump around in the timeline.</li>
|
|
19
|
-
<li>Include events that build up to major occurrences.<em>Not just the major events.</em></li>
|
|
20
|
-
</ol>
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
</section>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
2
|
-
<!-- This fragment is only used on some of the examples pages -->
|
|
3
|
-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-537357-20"></script>
|
|
4
|
-
<script>
|
|
5
|
-
window.dataLayer = window.dataLayer || [];
|
|
6
|
-
function gtag(){dataLayer.push(arguments);}
|
|
7
|
-
gtag('js', new Date());
|
|
8
|
-
|
|
9
|
-
gtag('config', 'UA-537357-20', { 'anonymize_ip': true });
|
|
10
|
-
</script>
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<!-- Overview-->
|
|
2
|
-
<header id="overview" class="panel">
|
|
3
|
-
<div class="corner logo">
|
|
4
|
-
<a href="https://knightlab.com"><img src="https://cdn.knightlab.com/libs/purpleline/latest/img/logos/logo_horizontal_NOtagline_615x205_transparent_padded.png" width="160"></a>
|
|
5
|
-
</div>
|
|
6
|
-
<div class="row">
|
|
7
|
-
<div>
|
|
8
|
-
<h1 class="logo-mark xl">Timeline <span><em>JS</em></span></h1>
|
|
9
|
-
<h2 class="intro">Easy-to-make, beautiful timelines.</h2>
|
|
10
|
-
<a class="button success large" data-scroll="true" href="#make">Make a Timeline</a>
|
|
11
|
-
</div>
|
|
12
|
-
</div>
|
|
13
|
-
|
|
14
|
-
<div class="row sub-nav" data-magellan-expedition="fixed">
|
|
15
|
-
<div class="small-12 columns">
|
|
16
|
-
<ul>
|
|
17
|
-
<li><a href="/index.html#overview" data-scroll="true">Overview</a></li>
|
|
18
|
-
<li><a href="/index.html#make" data-scroll="true">Timeline creator</a></li>
|
|
19
|
-
<li><a href="/index.html#examples" data-scroll="true">Examples</a></li>
|
|
20
|
-
<li><a href="/index.html#help" data-scroll="true">Help</a></li>
|
|
21
|
-
<li><a href="../docs/index.html">Documentation</a></li>
|
|
22
|
-
</ul>
|
|
23
|
-
</div>
|
|
24
|
-
</div>
|
|
25
|
-
</div>
|
|
26
|
-
</header>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<section id="demo" class="container-fluid">
|
|
2
|
-
<div class="product-demo">
|
|
3
|
-
<iframe frameborder="0" src="https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=1xuY4upIooEeszZ_lCmeNx24eSFWe0rHe9ZdqH2xqVNk&font=Default&lang=en&initial_zoom=2&height=100%" width="100%"></iframe>
|
|
4
|
-
</div>
|
|
5
|
-
</section>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<!-- Developers -->
|
|
2
|
-
<section id="developers" class="container">
|
|
3
|
-
<h2>About the Project</h2>
|
|
4
|
-
<div class="row">
|
|
5
|
-
<div class="span6">
|
|
6
|
-
<p>This project is hosted on <a href="https://github.com/NUKnightLab/TimelineJS3" target="_blank">GitHub</a>, the largest code host in the world. We encourage you to contribute to the project and we value your feedback. You can report bugs and discuss features on the <a href="https://github.com/NUKnightLab/TimelineJS3/issues" target="_blank">GitHub issues page</a>, or ask a question on our <a href="https://groups.google.com/forum/#!forum/verite-timeline" target="_blank">Google Group</a></p>
|
|
7
|
-
</div>
|
|
8
|
-
|
|
9
|
-
<div class="span6">
|
|
10
|
-
<p>
|
|
11
|
-
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <a href="http://mozilla.org/MPL/2.0/">http://mozilla.org/MPL/2.0/</a>.
|
|
12
|
-
</p>
|
|
13
|
-
<p>
|
|
14
|
-
Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>.
|
|
15
|
-
Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>.
|
|
16
|
-
</p>
|
|
17
|
-
</div>
|
|
18
|
-
</div>
|
|
19
|
-
</section>
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
<section class="section-color fill-color-grey--lightest" id="examples">
|
|
2
|
-
<div class="container">
|
|
3
|
-
<h2>Examples</h2>
|
|
4
|
-
<div class="example-grid">
|
|
5
|
-
{% for example in examples %}
|
|
6
|
-
{#
|
|
7
|
-
Add/edit examples in the examples.json file.
|
|
8
|
-
Depends upon inject_index_data in app.py for these to be available to render.
|
|
9
|
-
#}
|
|
10
|
-
<div class="grid-item">
|
|
11
|
-
<a href="{{ example.link }}" class="button button-light" target="_blank">
|
|
12
|
-
<figure class="examples">
|
|
13
|
-
<img src="{{ example.thumbnail }}" alt="{{ example.title }}">
|
|
14
|
-
</figure>
|
|
15
|
-
<img src="{{ example.source_logo }}" alt="{{ example.source }}" class="logo-inline">
|
|
16
|
-
<h4>{{ example.title }}</h4>
|
|
17
|
-
</a>
|
|
18
|
-
</div>
|
|
19
|
-
{% endfor %}
|
|
20
|
-
</section>
|
|
21
|
-
|
|
22
|
-
{# TODO: add these into examples.json
|
|
23
|
-
</div>
|
|
24
|
-
<div class="grid-item">
|
|
25
|
-
<a href="http://www.lemonde.fr/election-presidentielle-2012/visuel/2012/04/21/chronologie-une-si-longue-campagne-presidentielle_1681661_1471069.html#meter_toaster" class="button button-light">
|
|
26
|
-
<figure class="examples">
|
|
27
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_lemonde.jpg" alt="Chronology of the French Presidential Race">
|
|
28
|
-
</figure>
|
|
29
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_lemonde.png" class="logo-inline">
|
|
30
|
-
<h4>Chronology of the French Presidential Race</h4>
|
|
31
|
-
</a>
|
|
32
|
-
</div>
|
|
33
|
-
<div class="grid-item">
|
|
34
|
-
<a href="http://www.themaneater.com/special-sections/mu-fall-2015/" class="button button-light">
|
|
35
|
-
<figure class="examples">
|
|
36
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_univofmissouri.jpg" alt="Historic Fall at University of Missouri">
|
|
37
|
-
</figure>
|
|
38
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_maneater.png" class="logo-inline">
|
|
39
|
-
<h4>Historic Fall at University of Missouri</h4>
|
|
40
|
-
</a>
|
|
41
|
-
</div>
|
|
42
|
-
<div class="grid-item">
|
|
43
|
-
<a href="http://www.cnn.com/2016/04/20/asia/north-korea-restaurant-defectors/index.html" class="button button-light">
|
|
44
|
-
<figure class="examples">
|
|
45
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_northkorea.jpg" alt="North Korea's Nuclear Ambitions">
|
|
46
|
-
</figure>
|
|
47
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_cnn.png" class="logo-inline">
|
|
48
|
-
<h4>North Korea's Nuclear Ambitions</h4>
|
|
49
|
-
</a>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="grid-item">
|
|
52
|
-
<a href="http://bulger.wbur.org/story/1977/?location=44444" class="button button-light">
|
|
53
|
-
<figure class="examples">
|
|
54
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_bulger.jpg" alt="Bulger on Trial">
|
|
55
|
-
</figure>
|
|
56
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_wbur.png" class="logo-inline">
|
|
57
|
-
<h4>Bulger on Trial</h4>
|
|
58
|
-
</a>
|
|
59
|
-
</div>
|
|
60
|
-
<div class="grid-item">
|
|
61
|
-
<a href="https://www.publicintegrity.org/2014/07/15/15037/decades-making-decline-irs-nonprofit-regulation" class="button button-light">
|
|
62
|
-
<figure class="examples">
|
|
63
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_supremecourt.jpg" alt="The Decline of IRS Nonprofit Regulation">
|
|
64
|
-
</figure>
|
|
65
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_centerforpublicintegrity.png" class="logo-inline">
|
|
66
|
-
<h4>The Decline of IRS Nonprofit Regulation</h4>
|
|
67
|
-
</a>
|
|
68
|
-
</div>
|
|
69
|
-
<div class="grid-item">
|
|
70
|
-
<a href="http://www.denverpost.com/breakingnews/ci_21119904" class="button button-light">
|
|
71
|
-
<figure class="examples">
|
|
72
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_denver_shooting.jpg" alt="Aurora, Colorado Movie Theater Shooting">
|
|
73
|
-
</figure>
|
|
74
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_denverpost.png" class="logo-inline">
|
|
75
|
-
<h4>Aurora, Colorado Movie Theater Shooting</h4>
|
|
76
|
-
</a>
|
|
77
|
-
</div>
|
|
78
|
-
<div class="grid-item">
|
|
79
|
-
<a href="https://www.engadget.com/2016/04/22/microsoft-mobile-timeline/" class="button button-light">
|
|
80
|
-
<figure class="examples">
|
|
81
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_mobile_device.jpg" alt="The Collapse of Microsoft and Nokia's Mobile Business">
|
|
82
|
-
</figure>
|
|
83
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_engadget.png" class="logo-inline">
|
|
84
|
-
<h4>The Collapse of Microsoft and Nokia's Mobile Business</h4>
|
|
85
|
-
</a>
|
|
86
|
-
</div>
|
|
87
|
-
<div class="grid-item">
|
|
88
|
-
<a href="http://www.ibtimes.com/islamic-state-timeline-shows-how-isis-expanded-one-year-two-countries-ten-1959705" class="button button-light">
|
|
89
|
-
<figure class="examples">
|
|
90
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_isis.jpg" alt="How ISIS Spread to 10 Countries">
|
|
91
|
-
</figure>
|
|
92
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_ibt.png" class="logo-inline">
|
|
93
|
-
<h4>How ISIS Spread to 10 Countries</h4>
|
|
94
|
-
</a>
|
|
95
|
-
</div>
|
|
96
|
-
<div class="grid-item">
|
|
97
|
-
<a href="http://www.ksat.com/news/texas/middle-school-teacher-had-sexual-relationship-with-student-authorities-say_" class="button button-light">
|
|
98
|
-
<figure class="examples">
|
|
99
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_perpwalk.jpg" alt="Reported Sexual Assault Cases by Texas Educators">
|
|
100
|
-
</figure>
|
|
101
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_ksat.png" class="logo-inline">
|
|
102
|
-
<h4>Reported Sexual Assault Cases by Texas Educators</h4>
|
|
103
|
-
</a>
|
|
104
|
-
</div>
|
|
105
|
-
<div class="grid-item">
|
|
106
|
-
<a href="http://vinepair.com/wine-colonized-world-wine-history/#1" class="button button-light">
|
|
107
|
-
<figure class="examples">
|
|
108
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_wine.jpg" alt="A History of Wine Around the World">
|
|
109
|
-
</figure>
|
|
110
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_vinepair.png" class="logo-inline">
|
|
111
|
-
<h4>A History of Wine Around the World</h4>
|
|
112
|
-
</a>
|
|
113
|
-
</div>
|
|
114
|
-
<div class="grid-item">
|
|
115
|
-
<a href="http://mashable.com/2014/03/13/timeline-malaysia-airlines-flight-370/?utm_cid=mash-com-Tw-main-link#hzbp7TyJREqX" class="button button-light">
|
|
116
|
-
<figure class="examples">
|
|
117
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_malaysia-airlines.jpg" alt="The Mystery of Malaysia Airlines Flight 370">
|
|
118
|
-
</figure>
|
|
119
|
-
<img src="https://timeline.knightlab.com/static/img/examples/logos/logo_mashable.png" class="logo-inline">
|
|
120
|
-
<h4>The Mystery of Malaysia Airlines Flight 370</h4>
|
|
121
|
-
</a>
|
|
122
|
-
</div>
|
|
123
|
-
<div class="grid-item">
|
|
124
|
-
<a href="https://timeline.knightlab.com/examples/user-interface/index.html" class="button button-light">
|
|
125
|
-
<figure class="examples">
|
|
126
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_userinterface.png" alt="Revolutionary User Interfaces">
|
|
127
|
-
</figure>
|
|
128
|
-
<h4>Revolutionary User Interfaces</h4>
|
|
129
|
-
</a>
|
|
130
|
-
</div>
|
|
131
|
-
<div class="grid-item">
|
|
132
|
-
<a href="http://beyondtheseal.com/#19" class="button button-light">
|
|
133
|
-
<figure class="examples">
|
|
134
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_banana.png" alt="A Brief History of the Banana Business">
|
|
135
|
-
</figure>
|
|
136
|
-
<h4>A Brief History of the Banana Business</h4>
|
|
137
|
-
</a>
|
|
138
|
-
</div>
|
|
139
|
-
<div class="grid-item">
|
|
140
|
-
<a href="https://timeline.knightlab.com/examples/republican/index.html" class="button button-light">
|
|
141
|
-
<figure class="examples">
|
|
142
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_republican.jpg" alt="The Republican Run-Up">
|
|
143
|
-
</figure>
|
|
144
|
-
<h4>The Republican Run-Up</h4>
|
|
145
|
-
</a>
|
|
146
|
-
</div>
|
|
147
|
-
<div class="grid-item">
|
|
148
|
-
<a href="https://timeline.knightlab.com/examples/houston/index.html" class="button button-light">
|
|
149
|
-
<figure class="examples">
|
|
150
|
-
<img src="https://timeline.knightlab.com/static/img/examples/thumbs/thumb_houston.jpg" alt="Whitney Houston: 1963-2012">
|
|
151
|
-
</figure>
|
|
152
|
-
<h4>Whitney Houston: 1963-2012</h4>
|
|
153
|
-
</a>
|
|
154
|
-
</div>
|
|
155
|
-
</div>
|
|
156
|
-
#}
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
<li>
|
|
2
|
-
<input type="checkbox" checked>
|
|
3
|
-
<i></i>
|
|
4
|
-
<h3>How do I edit my timeline?</h3>
|
|
5
|
-
<div class="accordion-content">
|
|
6
|
-
Once you've created a timeline, you can make changes by going back to your Google spreadsheet. Changes you make to the spreadsheet are automatically available to your Timeline—you don't need to repeat the 'publish to the web' step (step #2). If you want
|
|
7
|
-
to make changes to the optional settings, you will need to update your embed code, but if you are only changing content in the spreadsheet, then there's nothing else to do.
|
|
8
|
-
</div>
|
|
9
|
-
</li>
|
|
10
|
-
<li>
|
|
11
|
-
<input type="checkbox" checked>
|
|
12
|
-
<i></i>
|
|
13
|
-
<h3>What web browsers does TimelineJS work with?</h3>
|
|
14
|
-
<div class="accordion-content">
|
|
15
|
-
Our primary development and testing browser is Google Chrome. We adhere closely to web standards, so we believe that TimelineJS should work effectively in all modern web browsers. TimelineJS is known to not work with Internet Explorer versions before
|
|
16
|
-
IE10.
|
|
17
|
-
</div>
|
|
18
|
-
</li>
|
|
19
|
-
<li>
|
|
20
|
-
<input type="checkbox" checked>
|
|
21
|
-
<i></i>
|
|
22
|
-
<h3>What are my options for changing how my Timeline looks?</h3>
|
|
23
|
-
<div class="accordion-content">
|
|
24
|
-
First, make sure you know everything you can do in the spreadsheet configuration, like background colors and images. Also, check out the optional settings part of 'step 3' of the authoring tool. You can change the fonts, the position of the timeline navigation,
|
|
25
|
-
and the initial zoom level. If you still want to do more, there are some configuration options available. Most of those are for fine tuning, but some of them may be helpful.
|
|
26
|
-
</div>
|
|
27
|
-
</li>
|
|
28
|
-
<li>
|
|
29
|
-
<input type="checkbox" checked>
|
|
30
|
-
<i></i>
|
|
31
|
-
<h3>There aren't enough options. I want more control over the [font size/color/etc]. Can I change things using CSS?</h3>
|
|
32
|
-
<div class="accordion-content">
|
|
33
|
-
Because there are so many details to the styling, this is not exactly simple, but, if you have some technical capacity, you can override TimelineJS's <abbr title='Cascading Style Sheets'>CSS</abbr> rules and have complete control over the look
|
|
34
|
-
of the timeline. For details, see <a href='/docs/overriding-styles.html'>Using the TimelineJS CSS selectors</a>. You will need to be able to <a href='/docs/instantiate-a-timeline.html'>instantiate the Timeline</a> in javascript on your own page.
|
|
35
|
-
(There is no way to override the CSS using the <code>iframe</code> embed.) Then, either in <code><style></code> tags in that page, or in an external stylesheet, you can specify CSS rules changing some or all of TimelineJS's default presentation.
|
|
36
|
-
The basis of TimelineJS's styles are in <a href='https://github.com/NUKnightLab/TimelineJS3/tree/master/src/less'>these files</a>, which use the <a href='http://lesscss.org/'>Less CSS preprocessor</a>.
|
|
37
|
-
</div>
|
|
38
|
-
</li>
|
|
39
|
-
<li>
|
|
40
|
-
<input type="checkbox" checked>
|
|
41
|
-
<i></i>
|
|
42
|
-
<h3>How can I categorize or group my events?</h3>
|
|
43
|
-
<div class="accordion-content">
|
|
44
|
-
Every event in a timeline can have a group property. Events with the same group are shown in the same row or adjacent rows, and the common value of their group property is used as a label at the left edge of the timeline. Groups can be set using the 'group'
|
|
45
|
-
column in the Google Spreadsheet or the 'group' property of a JSON slide object. TimelineJS does not support any other special styling for events in the same group.
|
|
46
|
-
</div>
|
|
47
|
-
</li>
|
|
48
|
-
<li>
|
|
49
|
-
<input type="checkbox" checked>
|
|
50
|
-
<i></i>
|
|
51
|
-
<h3>The first slide in my timeline isn't the first chronologically. Why did this happen?</h3>
|
|
52
|
-
<div class="accordion-content">
|
|
53
|
-
</div>
|
|
54
|
-
</li>
|
|
55
|
-
<li>
|
|
56
|
-
<input type="checkbox" checked>
|
|
57
|
-
<i></i>
|
|
58
|
-
<h3>Can I make media images clickable?</h3>
|
|
59
|
-
<div class="accordion-content">
|
|
60
|
-
</div>
|
|
61
|
-
</li>
|
|
62
|
-
<li>
|
|
63
|
-
<input type="checkbox" checked>
|
|
64
|
-
<i></i>
|
|
65
|
-
<h3>How can I format text (add line breaks, bold, italics)?</h3>
|
|
66
|
-
<div class="accordion-content">
|
|
67
|
-
</div>
|
|
68
|
-
</li>
|
|
69
|
-
<li>
|
|
70
|
-
<input type="checkbox" checked>
|
|
71
|
-
<i></i>
|
|
72
|
-
<h3>How do I enter BCE dates?</h3>
|
|
73
|
-
<div class="accordion-content">
|
|
74
|
-
</div>
|
|
75
|
-
</li>
|
|
76
|
-
<li>
|
|
77
|
-
<input type="checkbox" checked>
|
|
78
|
-
<i></i>
|
|
79
|
-
<h3>How do I create very ancient dates?</h3>
|
|
80
|
-
<div class="accordion-content">
|
|
81
|
-
</div>
|
|
82
|
-
</li>
|
|
83
|
-
<li>
|
|
84
|
-
<input type="checkbox" checked>
|
|
85
|
-
<i></i>
|
|
86
|
-
<h3>Who can access the data in my Google spreadsheet?</h3>
|
|
87
|
-
<div class="accordion-content">
|
|
88
|
-
</div>
|
|
89
|
-
</li>
|
|
90
|
-
<li>
|
|
91
|
-
<input type="checkbox" checked>
|
|
92
|
-
<i></i>
|
|
93
|
-
<h3>Privacy is very important to me. How should I use TimelineJS?</h3>
|
|
94
|
-
<div class="accordion-content">
|
|
95
|
-
</div>
|
|
96
|
-
</li>
|
|
97
|
-
<li>
|
|
98
|
-
<input type="checkbox" checked>
|
|
99
|
-
<i></i>
|
|
100
|
-
<h3>Will my spreadsheet get picked up by search engines?</h3>
|
|
101
|
-
<div class="accordion-content">
|
|
102
|
-
</div>
|
|
103
|
-
</li>
|
|
104
|
-
<li>
|
|
105
|
-
<input type="checkbox" checked>
|
|
106
|
-
<i></i>
|
|
107
|
-
<h3>Can I use TimelineJS with Wordpress? </h3>
|
|
108
|
-
<div class="accordion-content">
|
|
109
|
-
</div>
|
|
110
|
-
</li>
|
|
111
|
-
<li>
|
|
112
|
-
<input type="checkbox" checked>
|
|
113
|
-
<i></i>
|
|
114
|
-
<h3>Is TimelineJS free for commercial use?</h3>
|
|
115
|
-
<div class="accordion-content">
|
|
116
|
-
</div>
|
|
117
|
-
</li>
|