Created
December 11, 2014 19:38
-
-
Save jeremyjbowers/290ad74b788954fe8279 to your computer and use it in GitHub Desktop.
A sample timeline XML file for Simile timeline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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