Skip to content

Instantly share code, notes, and snippets.

@arpit
Created November 7, 2010 07:50
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 arpit/666010 to your computer and use it in GitHub Desktop.
Save arpit/666010 to your computer and use it in GitHub Desktop.
Spec for Todo List
<Project name="">
<Task>
<label></label>
<description></description>
<priority></priority>
<due_date></due_date>
<depends_on></depends_on>
<recurring></recurring>
<location></location>
<tags></tags>
<status></status>
<enclosure></enclosure>
<Task>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment