Update Giancoli v6 to use Circ.asy v0.2.
[course.git] / README
1 This is an attempt at an organized, open source, course website.  The
2 idea is that a course website consists of a static HTML framework and
3 a bunch of content that is gradually filled in as the term progresses.
4 I've put the HTML framework in the HTML directory, along with some of
5 the write-once-per-course content (e.g. Prof & TA info).  See
6 html/README for more information on the layout of the HTML.
7
8 The rest of the directories contain the code for compiling material
9 that is deployed as the course progresses.  The announcements
10 directory contains the atom feed for the course, and possibly a list
11 of email addresses of people who would like to (or should) be notified
12 when new announcements are posted.  The latex directory contains LaTeX
13 source for the course documents for which it is available, and the pdf
14 directory contains PDFs for which no other source is available
15 (e.g. scans, or PDFs sent in by Profs or TAs who neglected to include
16 their source code).
17
18 Installation is though a recursive Makefile framework.  You'll need to
19 set the INSTALL_* variables once at the beginning of the course to
20 make sure all the files go to the right place, and I'd strongly
21 recommend setting up a ssh-keyed login from your work machine to your
22 hosted web account (see http://www.physics.drexel.edu/~wking/code/#SSH ).  
23
24 This project is versioned with Git (http://git-scm.com/).  If you're new
25 to Git, you might want to take a look at my introductory pointers
26   http://www.physics.drexel.edu/~wking/tools/#git