-This is an attempt at an organized, open source course website. The
-idea is that a course website consists of a static HTML framework, and
+This is an attempt at an organized, open source, course website. The
+idea is that a course website consists of a static HTML framework and
a bunch of content that is gradually filled in as the semester/quarter
progresses. I've put the HTML framework in the HTML directory, along
with some of the write-once-per-course content (e.g. Prof & TA info).
recommend setting up a ssh-keyed login from your work machine to your
hosted web account (see http://www.physics.drexel.edu/~wking/code/#SSH ).
-Not posted on the website but also important to the course are the
-students' grades, which I keep in the grades directory. See the
-README files in any of the subdirectories for more details on that
-particular portion.
+This project is versioned with Git (http://git-scm.com/). If you're new
+to Git, you might want to take a look at my introductory pointers
+ http://www.physics.drexel.edu/~wking/tools/#git
atomgen -o atom.xml add -i atom.xml 'Feed purpose' \
http://www.physics.drexel.edu/~wking/phys201
+I've written little scripts to simplify my more common calls to
+atomgen, and these scripts live in the creatively-named `script'
+subdirectory.
You can send automatic emails to your students when you publish new
announcements in the atom feed. The best way I have found to date
--- /dev/null
+Asymptote is a vector-graphics language
+ http://asymptote.sourceforge.net/
+We use it from within LaTeX to generate most of the figures.
+
+In this directory are a few libraries to make it easier to draw nice
+figures. Run
+ make view
+to get an idea of what each library is capable of.
`SUBDIRS', the source they contain is compiled and installed in their
`INSTALL_DIR'. Take a look at syllabus/Makefile for the particulars,
which are not too complicated. The directory `old-source' contains
-the LaTeX source from previous courses, since so much of the layout
-is standardized and much of the text is boilerplate.
+the LaTeX source from previous courses, since so much of the layout is
+standardized and much of the text is boilerplate. The directory
+`notes' contains assorted howto notes, equation sheets, and other
+information that I thought the students might find useful, but didn't
+explicitly involve problems.