config.xml in the project's directory. A config.xml file looks like this:
",
htmlspecialchars("

  
    main_host     
    x       
    x
    x
    x
    x   
    x
    x   
    x
    x
    x
    x
    [  ]
    [  ]
    [ 10
    ../     
    bin             
    cgi-bin
    log
    pid
     ...
  
  
    
      [ foobar ]
      [  ]
      feeder -d 3
    
  
  
    
      [ foobar ]
      [  ]
      get_load
      get_load.out
      5 min
    
    
      echo \"HI\" | mail quarl
      /dev/null
      1 day
    
  

"),
"
Tasks are periodic, short-running jobs. <cmd> and <period> are required. OUTPUT specifies the file to output and by default is COMMAND_BASE_NAME.out. Commands are run in the <bin_dir> directory which is a path relative to <project_dir> and output to <log_dir>.

Daemons are continuously-running programs. The process ID is recorded in the <pid_dir> directory and the process is sent a SIGHUP in a DISABLE operation.

Both tasks and daemons can run on a different host (specified by <host>). The default is the project's main host, which is specified in config.host A daemon or task can be turned off by adding the <disabled/> element. "; page_tail(); ?>