Fix stringsource parsing to that apostrophes don't count as quotes.
[schedulator.git] / schedules / sample.sched.example
blobfb1fe31df92df055d9f86e15e34a2ae3597c78e5
1 # Set the day where "everything works out"\r
2 AlignDay 2006-10-01\r
3 \r
4 # Set the default load factor and working hours.  These values are actually\r
5 # the defaults.\r
6 LoadFactor 1.0\r
7 WorkingHours 0 8 8 8 8 8 0\r
8 \r
9 # Import some test data from the "test" data source, just so this schedule\r
10 # isn't too boring.\r
11 import test test:\r
13 # Import the "estimate transaction log" so that estimates you make using\r
14 # schedulator's web UI actually affect things.\r
15 import log log:sample\r
17 # Track the ongoing output from this schedule in a database\r
18 plugin results results:schedulator:sample\r
20 # Here are some examples of how to import FogBugz cases and Mantis cases,\r
21 # respectively, for the user named "sample".\r
22 #import bug fogbugz:fogbugz:sample\r
23 #import mbug mantis:mantis:sample\r
26 # Define the default project name for milestones below\r
27 Milestone "My Project:"\r
29 # Define some milestones.  Note that they won't appear in the schedule\r
30 # unless you actually have some tasks in them.\r
31 Milestone "Version 1.0"\r
32 Milestone "Version 2.0"\r
33 Milestone "Version 3.0"\r
35 # Define bounce/release dates for the most recent milestone\r
36 Bounce 2006-11-01 2006-12-01 2007-01-01\r
38 # Create some tasks and subtasks in the most recent milestone\r
39 * Task 1\r
40 ** Subtask 1.a\r
41 *** Sub-subtask 1.a.a [5h]\r
42 *** Finished sub-subtask 1.a.b [6h 6h]\r
43 * Task 2\r
45 # Create a subtask of one of the test tasks\r
46 Milestone "Weaver:Wv 1.0"\r
47 ! myname 3\r
48 ** Crazy subtask linking example\r
49 ** Another subtask