Fix stringsource parsing to that apostrophes don't count as quotes.
[schedulator.git] / system.sched.example
blob733d6cd2141927a758a3bafb64c312be525b1b78
2 # Create an instance of the "mantis" plugin talking to a database DSN
3 # called "mantis_dsn" in wvodbc.ini.  Tasks imported from here will be
4 # named "bug:###".
6 import bug mantis:mantis_dsn
9 # Create an instance of the "fogbugz" plugin talking to a database DSN
10 # called "fogbugz_dsn" in wvodbc.ini.  Tasks imported from here will be
11 # named "fb:###".
13 import fb fogbugz:fogbugz_dsn
16 # Create an instance of the "log" plugin.  You should always have one of
17 # these, since it reads back estimates saved when you change them in the web
18 # ui.
20 import log log
23 # Create an instance of the "result" plugin, talking to a database DSN
24 # named "schedulator_dsn" in wvodbc.ini.  This stores a summary
25 # of everyone's schedule, so that you can query it later.
27 plugin result result:schedulator_dsn