Skip to content

Instantly share code, notes, and snippets.

@kevinmcmahon
Created April 23, 2011 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinmcmahon/938870 to your computer and use it in GitHub Desktop.
Save kevinmcmahon/938870 to your computer and use it in GitHub Desktop.
Code Camp Session Data XML
<sessions version="1">
<category name="Regular Sessions">
<session>
<title>let cygwin take you to a whole gnu world</title>
<speaker>
<name>Ryan Gerry</name>
<company></company>
<bio>A software craftsman with eight years of professional experience.</bio>
<headshot></headshot>
</speaker>
<description>The goal of this talk is to show the power of the *nix shell beyond tools like cmd.exe. This talk wold be excellent back to back with a talk on the MS Power Shell. You can view the slides at: http://bit.ly/learn-unix .</description>
<start_time>9:00am</start_time>
<end_time>9:45am</end_time>
<level>introductory</level>
<keywords>unix, linux, bash, command line, ruby</keywords>
<links>
<speaker_website>http://ryan.ignore.us</speaker_website>
<speaker_twitter>http://twitter.com/gerryster</speaker_twitter>
<rate_url>http://speakerrate.com/gerryster</rate_url>
</links>
</session>
</category>
</sessions>
@kevinmcmahon
Copy link
Author

The first version here is the starting point for the Chicago Code Camp session xml data. Subsequent modifications etc should be made via revisions to this gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment