# poelstra@fedoraproject.org
# minor edits by rbergero@fedoraproject.org
# November 2010, May 2011 
#
# BIG FAT WARNING (2009-12-03):
#   Building the *.ics (iCal) files with the currently released version of TaskJuggler will not generate 
#   generate the same files that are posted at http://rbergero.fedorapeople.org/schedules/f-17/
#   I build the ics files using a patched version of TaskJuggler and a post build parsing routine

To build this TaskJuggler schedule yourself follow these steps: 
1) Install TaskJuggler if you don't have it already
$ su -c 'yum install taskjuggler'

2) Download all of the files in this source directory to a local directory.  For example,
$ mkdir ~/schedules
$ cd !$
$ wget --no-directories -np --reject index.html\* -r http://rbergero.fedorapeople.org/schedules/f-17/source/

3) Build and view the source file using one of two methods by:
  $ cd ~/schedules
  a) $ TaskJugglerUI f-17.tjp and then click on the "clock" icon to build
     -or- 
  b) $ make

4) To modify the schedule edit the source file.  The source file can be edited directly with a text editor or using the TaskJuggler GUI.  For example,
$ vim f-17.tjp

5) To modify the reports, edit reports.tji

6) Lots of good information about using TaskJuggler can be found in the user manual: http://www.taskjuggler.org/download/manual-2.4.3.pdf