tweak

David Anderson 2024-09-18 21:21:23 -07:00
parent bb1163d10a
commit 6f20e1458d
2 changed files with 3 additions and 3 deletions

@ -2,8 +2,8 @@
Each project is identified by a **master URL**. Each project is identified by a **master URL**.
The document at this location (the **master page**) The document at this location (the **master page**)
is, by default, the file ```index.php``` generated by is, by default, generated by the script ```index.php```,
the [make_project](MakeProject) script. which is created by [make_project](MakeProject).
The master page is typically a web page describing the project, The master page is typically a web page describing the project,
and offering instructions for volunteers. and offering instructions for volunteers.

@ -74,7 +74,7 @@ most of it is for advanced features that you probably won't need.
## Creating a BOINC project ## Creating a BOINC project
* [What is a project?](ServerComponents) * [What is a project?](ServerComponents)
* [The project URL](MasterUrl) * [The master URL](MasterUrl)
* [Directory structure](ServerDirs) * [Directory structure](ServerDirs)
* [Setting up a BOINC server](ServerIntro) * [Setting up a BOINC server](ServerIntro)
* [The make_project script](MakeProject) * [The make_project script](MakeProject)