gitextract_abbcag5e/ ├── .gitignore ├── .gitmodules ├── CHANGELOG ├── DEVELOPER.md ├── LICENSE ├── README.markdown ├── bower.json ├── config.json ├── examples/ │ ├── README.md │ ├── example_googlespreadsheet.html │ ├── example_jquery_load.html │ ├── example_json.html │ ├── example_json.json │ ├── example_jsonp.html │ ├── example_jsonp.jsonp │ ├── example_storify.html │ ├── model.json │ └── model.jsonp ├── fabfile.py ├── requirements.txt ├── source/ │ ├── embed/ │ │ └── index.html │ ├── gfx/ │ │ ├── timeline-dark.psd │ │ ├── timeline-dark@2x.psd │ │ ├── timeline.psd │ │ └── timeline@2x.psd │ ├── js/ │ │ ├── Core/ │ │ │ ├── .gitignore │ │ │ ├── Core/ │ │ │ │ ├── VMM.Browser.js │ │ │ │ ├── VMM.Core.js │ │ │ │ ├── VMM.Date.js │ │ │ │ ├── VMM.FileExtention.js │ │ │ │ ├── VMM.Library.js │ │ │ │ ├── VMM.LoadLib.js │ │ │ │ ├── VMM.Util.js │ │ │ │ └── VMM.js │ │ │ ├── Embed/ │ │ │ │ ├── Embed.CDN.Generator.js │ │ │ │ ├── Embed.CDN.js │ │ │ │ ├── Embed.LoadLib.js │ │ │ │ └── Embed.js │ │ │ ├── LICENSE │ │ │ ├── Language/ │ │ │ │ ├── VMM.Language.js │ │ │ │ └── locale/ │ │ │ │ ├── af.js │ │ │ │ ├── ar.js │ │ │ │ ├── be.js │ │ │ │ ├── bg.js │ │ │ │ ├── ca.js │ │ │ │ ├── cz.js │ │ │ │ ├── da.js │ │ │ │ ├── de.js │ │ │ │ ├── el.js │ │ │ │ ├── en-24hr.js │ │ │ │ ├── en-week.js │ │ │ │ ├── en.js │ │ │ │ ├── eo.js │ │ │ │ ├── es.js │ │ │ │ ├── et.js │ │ │ │ ├── eu.js │ │ │ │ ├── fa.js │ │ │ │ ├── fi.js │ │ │ │ ├── fo.js │ │ │ │ ├── fr.js │ │ │ │ ├── fy.js │ │ │ │ ├── ga.js │ │ │ │ ├── gl.js │ │ │ │ ├── he.js │ │ │ │ ├── hi.js │ │ │ │ ├── hr.js │ │ │ │ ├── hu.js │ │ │ │ ├── hy.js │ │ │ │ ├── id.js │ │ │ │ ├── is.js │ │ │ │ ├── it.js │ │ │ │ ├── iw.js │ │ │ │ ├── ja.js │ │ │ │ ├── ka.js │ │ │ │ ├── ko.js │ │ │ │ ├── lb.js │ │ │ │ ├── lt.js │ │ │ │ ├── lv.js │ │ │ │ ├── ms.js │ │ │ │ ├── ne.js │ │ │ │ ├── nl.js │ │ │ │ ├── no.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt-br.js │ │ │ │ ├── pt.js │ │ │ │ ├── rm.js │ │ │ │ ├── ro.js │ │ │ │ ├── ru.js │ │ │ │ ├── si.js │ │ │ │ ├── sk.js │ │ │ │ ├── sl.js │ │ │ │ ├── sr-cy.js │ │ │ │ ├── sr.js │ │ │ │ ├── sv.js │ │ │ │ ├── ta.js │ │ │ │ ├── te.js │ │ │ │ ├── th.js │ │ │ │ ├── tl.js │ │ │ │ ├── tr.js │ │ │ │ ├── uk.js │ │ │ │ ├── zh-cn.js │ │ │ │ └── zh-tw.js │ │ │ ├── Library/ │ │ │ │ ├── AES.js │ │ │ │ ├── LazyLoad.js │ │ │ │ ├── Leaflet.js │ │ │ │ ├── bootstrap-tooltip.js │ │ │ │ └── jQuery/ │ │ │ │ └── easing.js │ │ │ ├── Media/ │ │ │ │ ├── VMM.ExternalAPI.js │ │ │ │ ├── VMM.Media.js │ │ │ │ ├── VMM.MediaElement.js │ │ │ │ ├── VMM.MediaType.js │ │ │ │ └── VMM.TextElement.js │ │ │ ├── README.md │ │ │ ├── Slider/ │ │ │ │ ├── VMM.DragSlider.js │ │ │ │ ├── VMM.Slider.Slide.js │ │ │ │ └── VMM.Slider.js │ │ │ └── VMM.StoryJS.js │ │ ├── VMM.Timeline.DataObj.js │ │ ├── VMM.Timeline.Min.js │ │ ├── VMM.Timeline.TimeNav.js │ │ └── VMM.Timeline.js │ └── less/ │ ├── Core/ │ │ ├── .gitignore │ │ ├── Font/ │ │ │ ├── AbrilFatface-Average.less │ │ │ ├── Arvo-PTSans.less │ │ │ ├── Bevan-PotanoSans.less │ │ │ ├── BreeSerif-OpenSans.less │ │ │ ├── DroidSerif-DroidSans.less │ │ │ ├── Georgia-Helvetica.less │ │ │ ├── Lekton-Molengo.less │ │ │ ├── Lora-Istok.less │ │ │ ├── Merriweather-NewsCycle.less │ │ │ ├── NewsCycle-Merriweather.less │ │ │ ├── NixieOne-Ledger.less │ │ │ ├── PT.less │ │ │ ├── PTSerif-PTSans.less │ │ │ ├── Pacifico-Arimo.less │ │ │ ├── PlayfairDisplay-Muli.less │ │ │ ├── PoiretOne-Molengo.less │ │ │ ├── Rancho-Gudea.less │ │ │ └── SansitaOne-Kameron.less │ │ ├── Font.Default.less │ │ ├── GFX.less │ │ ├── LICENSE │ │ ├── Mixins.less │ │ ├── README.md │ │ ├── Reset.less │ │ ├── Typography.less │ │ ├── VMM.Core.less │ │ ├── VMM.Slider.less │ │ ├── VMM.Tooltip.less │ │ └── Variables.less │ ├── Theme/ │ │ └── Dark.less │ ├── VMM.Timeline.TimeNav.less │ └── VMM.Timeline.less ├── tests/ │ ├── test_extra_html.html │ ├── test_extra_html.json │ ├── test_googlespreadsheet.html │ ├── test_googlespreadsheet_bc_era_ages_epoch.html │ ├── test_googlespreadsheet_biblical_ad.html │ ├── test_googlespreadsheet_minutes.html │ ├── test_iframe_640.html │ ├── test_jsonp.html │ ├── test_utc_firefox.html │ └── test_utc_firefox.json └── website/ ├── __init__.py ├── app.py ├── core/ │ ├── __init__.py │ └── settings/ │ ├── __init__.py │ ├── base.py │ └── loc.py ├── static/ │ ├── css/ │ │ └── site.css │ ├── img/ │ │ └── .gitignore │ ├── js/ │ │ ├── .gitignore │ │ ├── main.js │ │ └── story-timeline.js │ └── welcome/ │ └── welcome.json └── templates/ ├── _about.html ├── _demo.html ├── _description.html ├── _developers.html ├── _examples.html ├── _help.html ├── _make.html ├── _overview.html ├── base.html ├── error.html ├── examples/ │ ├── example.json │ ├── houston/ │ │ ├── data.json │ │ └── index.html │ ├── republican/ │ │ └── index.html │ ├── shit-people-say/ │ │ ├── data.json │ │ └── index.html │ └── user-interface/ │ ├── data.json │ └── index.html └── index.html