Changes between Version 26 and Version 27 of BossaExampleOne
- Timestamp:
- Jul 31, 2008, 1:36:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaExampleOne
v26 v27 17 17 The application is implemented by three scripts in ~/projects/test/html/: 18 18 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. 22 22 23 23 We'll go through these scripts and explain how they work. … … 26 26 == Creating jobs == 27 27 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]. 28 First we'll create some image files using bossa_example_make_files.php. 30 29 31 30 {{{