.travis.yml
AUTHORS
CODE_OF_CONDUCT.md
ChangeLog
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
docs/Makefile
docs/calendar.rst
docs/conf.py
docs/index.rst
docs/internals.rst
docs/ofcourse-workflow.dia
docs/ofcourse-workflow.svg
docs/start.rst
docs/_build/doctrees/calendar.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/internals.doctree
docs/_build/doctrees/start.doctree
docs/_build/html/.buildinfo
docs/_build/html/calendar.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/internals.html
docs/_build/html/objects.inv
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/start.html
docs/_build/html/_sources/calendar.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/internals.txt
docs/_build/html/_sources/start.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/classic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-1.11.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
ofcourse/.travis.yml
ofcourse/__init__.py
ofcourse/blueprints.py
ofcourse/cal.py
ofcourse/course.ics
ofcourse/participants.py
ofcourse/render.py
ofcourse/site.py
ofcourse/util.py
ofcourse/version.py
ofcourse-templates/about.html
ofcourse-templates/blogs.html
ofcourse-templates/calendar.html
ofcourse-templates/home.html
ofcourse-templates/instructor.html
ofcourse-templates/master.html
ofcourse-templates/ohno.html
ofcourse-templates/participant.html
ofcourse-templates/profile.html
ofcourse-templates/resources.html
ofcourse-templates/syllabus.html
ofcourse-templates/weeklybreakdown.txt
ofcourse-templates/hw/firstflight.html
ofcourse-templates/hw/index.html
ofcourse-templates/lectures/index.html
ofcourse-templates/lectures/w01c2.html
ofcourse-templates/quiz/quiz1.html
ofcourse.egg-info/PKG-INFO
ofcourse.egg-info/SOURCES.txt
ofcourse.egg-info/dependency_links.txt
ofcourse.egg-info/entry_points.txt
ofcourse.egg-info/not-zip-safe
ofcourse.egg-info/pbr.json
ofcourse.egg-info/requires.txt
ofcourse.egg-info/top_level.txt
ofcourse/cli/__init__.py
ofcourse/cli/openshift_utils.py
ofcourse/cli/util.py
ofcourse/static/books/Open-Advice.pdf
ofcourse/static/css/bootstrap.min.css
ofcourse/static/css/material-wfont.min.css
ofcourse/static/css/material.min.css
ofcourse/static/css/pace.css
ofcourse/static/css/ripples.min.css
ofcourse/static/css/site.css
ofcourse/static/decks/hanginthere.jpg
ofcourse/static/fonts/LiberationSans-Regular-webfont.svg
ofcourse/static/fonts/LiberationSans-Regular-webfont.woff
ofcourse/static/fonts/Red Hat Liberation License.txt
ofcourse/static/fonts/glyphicons-halflings-regular.eot
ofcourse/static/fonts/glyphicons-halflings-regular.svg
ofcourse/static/fonts/glyphicons-halflings-regular.ttf
ofcourse/static/fonts/glyphicons-halflings-regular.woff
ofcourse/static/hw/addyourselftocoursewebsite.html
ofcourse/static/hw/createFASaccount.html
ofcourse/static/hw/creategithubaccount.html
ofcourse/static/hw/getyourfirstpullrequestaccepted.html
ofcourse/static/hw/issueapullrequest.html
ofcourse/static/img/android-icon-144x144.png
ofcourse/static/img/android-icon-192x192.png
ofcourse/static/img/android-icon-36x36.png
ofcourse/static/img/android-icon-48x48.png
ofcourse/static/img/android-icon-72x72.png
ofcourse/static/img/android-icon-96x96.png
ofcourse/static/img/apple-icon-114x114.png
ofcourse/static/img/apple-icon-120x120.png
ofcourse/static/img/apple-icon-144x144.png
ofcourse/static/img/apple-icon-152x152.png
ofcourse/static/img/apple-icon-180x180.png
ofcourse/static/img/apple-icon-57x57.png
ofcourse/static/img/apple-icon-60x60.png
ofcourse/static/img/apple-icon-72x72.png
ofcourse/static/img/apple-icon-76x76.png
ofcourse/static/img/apple-icon-precomposed.png
ofcourse/static/img/apple-icon.png
ofcourse/static/img/browserconfig.xml
ofcourse/static/img/favicon-16x16.png
ofcourse/static/img/favicon-96x96.png
ofcourse/static/img/favicon.ico
ofcourse/static/img/favicon.png
ofcourse/static/img/glyphicons-halflings-white.png
ofcourse/static/img/glyphicons-halflings.png
ofcourse/static/img/grid-baseline-20px.png
ofcourse/static/img/less-logo-large.png
ofcourse/static/img/manifest.json
ofcourse/static/img/ms-icon-144x144.png
ofcourse/static/img/ms-icon-150x150.png
ofcourse/static/img/ms-icon-310x310.png
ofcourse/static/img/ms-icon-70x70.png
ofcourse/static/img/responsive-illustrations.png
ofcourse/static/js/bootstrap.min.js
ofcourse/static/js/html5shiv.js
ofcourse/static/js/jquery.js
ofcourse/static/js/material.min.js
ofcourse/static/js/pace.min.js
ofcourse/static/js/ripples.min.js
ofcourse/tests/__init__.py
ofcourse/tests/__main__.py
ofcourse/tests/api.py
ofcourse/tests/test_new.py
ofcourse/tests/test_yaml.py
ofcourse/tests/gabbits/status.yaml
ofcourse/yamls/assignments.yaml
ofcourse/yamls/fake_student.yaml
ofcourse/yamls/oer.yaml
ofcourse/yamls/site.yaml