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**.
The document at this location (the **master page**)
is, by default, the file ```index.php``` generated by
the [make_project](MakeProject) script.
is, by default, generated by the script ```index.php```,
which is created by [make_project](MakeProject).
The master page is typically a web page describing the project,
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
* [What is a project?](ServerComponents)
* [The project URL](MasterUrl)
* [The master URL](MasterUrl)
* [Directory structure](ServerDirs)
* [Setting up a BOINC server](ServerIntro)
* [The make_project script](MakeProject)