From: W. Trevor King Date: Wed, 23 Oct 2013 05:39:10 +0000 (-0700) Subject: instructor.md: Move README.md to instructor.md X-Git-Url: http://git.tremily.us/?p=swc-workshop.git;a=commitdiff_plain;h=307d4bffe76ecd2e1231972f0ee379518a16e8fb instructor.md: Move README.md to instructor.md This is instructor-facing content. We still need an inspirational blurb for the student-facing README. --- diff --git a/README.md b/instructor.md similarity index 50% rename from README.md rename to instructor.md index 716d761..f9c27ec 100644 --- a/README.md +++ b/instructor.md @@ -11,5 +11,31 @@ This repository is also used to store material specific to boot camps. Refer to the [wiki][] for instructions on making your own boot camp branch and/or making a boot camp website. +Subject choices +=============== + +There are many subjects taught in Software Carpentry boot camps, +mostly culled from the [best practices paper][best-practices]. +branches for some of them. Possible choices: + +version-control +--------------- + +* `git://github.com/wking/swc-boot-camps.git version-control` + +Auxiliary branches +================== + +There are also a few other branches that are useful for boot camps, +but not subjects that we officially teach. + +Setup +----- + +* `git://github.com/wking/swc-boot-camps.git installation-test` +* `git://github.com/wking/swc-boot-camps.git windows-installer` +* `git://github.com/wking/swc-boot-camps.git get-my-ip` + [contrib]: https://github.com/swcarpentry/boot-camps/blob/master/CONTRIBUTING.md [wiki]: https://github.com/swcarpentry/boot-camps/wiki +[best-practices]: http://arxiv.org/abs/1210.0530