Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created March 15, 2012 21:00
Show Gist options
  • Save csessig86/2046904 to your computer and use it in GitHub Desktop.
Save csessig86/2046904 to your computer and use it in GitHub Desktop.
Timeline.py part 12
# Write the information to the file. The HTML code is based on coding recognized by TimelineSetter
f.write(date8 + "," + description7 + "," + link3 + "," + '<h2 class="timeline-img-hed">' + headline3 + '</h2>' + image5 + "\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment