Changes between Version 2 and Version 3 of WebConfig
- Timestamp:
- Apr 27, 2007, 9:00:12 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebConfig
v2 v3 2 2 3 3 == Customizing the default web site == 4 When you create a BOINC project using [ http://boinc.berkeley.edu/make_project.phpmake_project], a web site is created for you. This consists of a front page (html/user/index.php), which links to pages where users can log in, edit preferences, create profiles, and so on.4 When you create a BOINC project using [MakeProject make_project], a web site is created for you. This consists of a front page (html/user/index.php), which links to pages where users can log in, edit preferences, create profiles, and so on. 5 5 6 Before your project goes public, you'll want to change this web site by adding content specific to your project, and by giving the web site a graphical identity specific to your project. Make sure you do a good job; your web site has a large impact on your project's ability to [ http://boinc.berkeley.edu/recruit.phprecruit and retain participants].6 Before your project goes public, you'll want to change this web site by adding content specific to your project, and by giving the web site a graphical identity specific to your project. Make sure you do a good job; your web site has a large impact on your project's ability to [VolunteerRecruit recruit and retain participants]. 7 7 8 8 Some of this customization can be done by editing the main page (index.php) and the stylesheet (white.css). Other aspects are changed using a configuration file, described below. … … 11 11 The file 'html/project/project.inc' serves as a configuration file for your web site. It exists in a separate directory (html/project) so that you can put this directory under CVS and put all project-specific web files there (create symbolic links from html/inc and html/user). 12 12 13 project.inc is generated by [ http://boinc.berkeley.edu/make_project.phpmake_project] with default values. It includes constants:13 project.inc is generated by [MakeProject make_project] with default values. It includes constants: 14 14 15 15 '''PROJECT''':: … … 28 28 Moderation-related emails (such as user complaints) are sent here. 29 29 '''INVITE_CODES''':: 30 regular expression used for [ http://boinc.berkeley.edu/account_control.phpcontrolling account creation].30 regular expression used for [AccountControl controlling account creation]. 31 31 '''EMAIL_FROM''':: 32 32 'from' address for emails