Changes between Version 26 and Version 27 of BossaExampleOne


Ignore:
Timestamp:
Jul 31, 2008, 1:36:03 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaExampleOne

    v26 v27  
    1717The application is implemented by three scripts in ~/projects/test/html/:
    1818
    19  * '''ops/bossa_example_make_files.php''': a script that creates image files.
    20  * '''ops/bossa_example_make_jobs.php''': a script that creates jobs.
    21  * '''inc/bossa_example.inc''': the application's callback functions.
     19 * [source:/trunk/boinc/html/ops/bossa_example_make_files.php ops/bossa_example_make_files.php]: a script that creates image files.
     20 * [source:/trunk/boinc/html/ops/bossa_example_make_jobs.php ops/bossa_example_make_jobs.php]: a script that creates jobs.
     21 * [source:/trunk/boinc/html/inc/bossa_example.inc inc/bossa_example.inc]: the application's callback functions.
    2222
    2323We'll go through these scripts and explain how they work.
     
    2626== Creating jobs ==
    2727
    28 First we'll create some image files using the script
    29 [source:/trunk/boinc/html/ops/bossa_example_make_files.php html/ops/bossa_example_make_files.php].
     28First we'll create some image files using bossa_example_make_files.php.
    3029
    3130{{{