Changes between Version 6 and Version 7 of BoltImpl


Ignore:
Timestamp:
Feb 13, 2013, 8:47:43 AM (11 years ago)
Author:
Christian Beer
Comment:

changed link to source for new git repo

Legend:

Unmodified
Added
Removed
Modified
  • BoltImpl

    v6 v7  
    44
    55The Bolt source code is part of
    6 [SourceCode the BOINC source code distribution].
     6[SourceCodeGit the BOINC source code distribution].
    77The files related to Bolt are:
    88
    99Include files:
    1010
    11  * [source:trunk/boinc/html/inc/bolt.inc bolt.inc]: implementation of course document functions.
    12  * [source:trunk/boinc/html/inc/bolt_db.inc bolt_db.inc]: Bolt-specific DB abstraction layer.
    13  * [source:trunk/boinc/html/inc/db_conn.inc db_conn.inc]: General DB abstraction layer.
    14  * [source:trunk/boinc/html/inc/bolt_ex.inc bolt_ex.inc]: Exercise API functions.
    15  * [source:trunk/boinc/html/inc/bolt_util.inc bolt_util.inc]: Miscellaneous HTML.
     11 * [source:boinc/html/inc/bolt.inc bolt.inc]: implementation of course document functions.
     12 * [source:boinc/html/inc/bolt_db.inc bolt_db.inc]: Bolt-specific DB abstraction layer.
     13 * [source:boinc/html/inc/db_conn.inc db_conn.inc]: General DB abstraction layer.
     14 * [source:boinc/html/inc/bolt_ex.inc bolt_ex.inc]: Exercise API functions.
     15 * [source:boinc/html/inc/bolt_util.inc bolt_util.inc]: Miscellaneous HTML.
    1616
    1717User-visible files:
    1818
    19  * [source:trunk/boinc/html/user/bolt.php bolt.php]: List of courses.
    20  * [source:trunk/boinc/html/user/boltcourse_sample.php bolt_course_sample.php]: Example course document.
    21  * [source:trunk/boinc/html/user/bolt_course.php bolt_course.php]: Home page for a particular course.
    22  * [source:trunk/boinc/html/user/bolt_sched.php bolt_sched.php]: Scheduler: makes sequencing decisions and adds navigation.
     19 * [source:boinc/html/user/bolt.php bolt.php]: List of courses.
     20 * [source:boinc/html/user/boltcourse_sample.php bolt_course_sample.php]: Example course document.
     21 * [source:boinc/html/user/bolt_course.php bolt_course.php]: Home page for a particular course.
     22 * [source:boinc/html/user/bolt_sched.php bolt_sched.php]: Scheduler: makes sequencing decisions and adds navigation.
    2323
    2424Administrative files:
    2525
    26  * [source:trunk/boinc/html/ops/bolt_refresh.php bolt_refresh.php]: Periodic task to send refresh emails.
    27  * [source:trunk/boinc/html/ops/bolt_setup_sample.php bolt_setup_sample.php]: Example script to create a course.
     26 * [source:boinc/html/ops/bolt_refresh.php bolt_refresh.php]: Periodic task to send refresh emails.
     27 * [source:boinc/html/ops/bolt_setup_sample.php bolt_setup_sample.php]: Example script to create a course.
    2828
    2929== How exercises are implemented ==