Changes between Version 7 and Version 8 of BossaImplementation


Ignore:
Timestamp:
Oct 18, 2007, 3:42:26 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaImplementation

    v7 v8  
    11= Bossa reference manual =
    22
     3[BossaIntro Bossa] is a framework for distributed thinking applications.
     4We'll describe Bossa using an example.
     5The example shows users pictures of zeros or ones, and asks the user to identify the number.
     6
    37== Database tables ==
    48
    59Until Bossa has good web-based administration tools,
    6 you'll need to examine and modify its MySQL database directly,
     10you'll often need to directly examine and modify its MySQL database,
    711using the command-line tool 'mysql'
    812or a web-based interface such as [http://www.phpmyadmin.net/ phpMyAdmin].
    913
    10 The database tables are as follows:
     14The database tables used by Bossa (in addition to BOINC's tables for users, teams,
     15etc.) are as follows:
    1116
    1217'''bossa_app''':
     
    149154A front-end script is called with the URL parameter '''bji''' set
    150155to a job instance ID.
    151 Here's an example:
     156Here's an example ('''html/user/bossa_example.php'''):
    152157
    153158{{{