Skip to content

Instantly share code, notes, and snippets.

@jeremyjbowers
Created December 11, 2014 19:38
Show Gist options
  • Save jeremyjbowers/290ad74b788954fe8279 to your computer and use it in GitHub Desktop.
Save jeremyjbowers/290ad74b788954fe8279 to your computer and use it in GitHub Desktop.
A sample timeline XML file for Simile timeline.
<data
wiki-url="http://simile.mit.edu/shelf/"
wiki-section="Simile Monet Timeline">
{% for inspection in restaurant.inspections() %}
<event start="{{ inspection.date }}" title="{{ inspection }}" link="/inspection/{{ inspection.id }}/">{{ inspection.violations() }}</event>
{% endfor %}
</data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment