7 | | * Tasks may be short (performed online via a single web page) or may take several weeks and involve running separate programs. |
8 | | * Tasks may be performed by a single user or by a group of cooperating users. |
9 | | * Tasks may be unvalidated, automatically validated, or validated by comparing redundant instances. |
| 7 | Bossa lets you create a '''project web site''' where volunteers go to perform tasks. |
| 8 | This site is hosted on your own Linux server. |
| 9 | Bossa uses [BoincBasics BOINC Basics], which provides web identity and community features on your project web site. |
| 10 | All you need to supply are PHP scripts to generate, show, and handle tasks. |
11 | | Bossa consists of a MySQL database schema and a set of PHP pages. |
12 | | Projects install these components on their server, |
13 | | and add their own PHP scripts to generate, show, and handle tasks. |
14 | | Bossa uses [BoincBasics BOINC Basics] for grouping and communication, |
15 | | and can use [BoltIntro Bolt] for volunteer training. |
| 12 | Typically you'll want to have a 'training course' that volunteers must complete |
| 13 | before performing tasks. |
| 14 | You can do this using [BoltIntro Bolt]. |