Changes between Version 8 and Version 9 of JobIntro


Ignore:
Timestamp:
Apr 12, 2014, 2:59:37 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobIntro

    v8 v9  
     1[[PageOutline]]
    12= Introduction to job processing =
    23
     
    8990(include the "File sandbox" link if you use this feature).
    9091
     92If you use web-based job submission,
     93you can optionally put links to the job-submission pages
     94on the control panel.
     95To do so, add something like the following to
     96your '''html/project/project.inc''':
     97{{{
     98$submit_urls = array(
     99    "uppercase" => "uppercase_submit.php",
     100    "remote_test" => "submit_example.php",
     101);
     102}}}
     103
     104Each array element maps an application name to the job submission
     105form for that application.