Changes between Version 11 and Version 12 of BossaExampleOne


Ignore:
Timestamp:
Feb 12, 2008, 3:14:50 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaExampleOne

    v11 v12  
    3232and create an application with short name "bossa_example".
    3333
    34 The application is define by three scripts in~/projects/test/html/:
     34The application is define by three scripts in ~/projects/test/html/:
    3535
    3636 * '''ops/bossa_example_workgen.php''': this generates more jobs.
    37  * '''user/bossa_example_display.php''': show a job, and handle user response.
    38  * '''inc/bossa_example_backend.php''': compare and handle completed jobs.
     37 * '''user/bossa_example.php''': show a job, and handle user response.
     38 * '''inc/bossa_example.inc''': compare and handle completed jobs.
    3939
    4040We'll go through these scripts and explain how they work.