Updated SoftwareAddon (markdown)

David Anderson 2023-04-17 18:26:57 -07:00
parent 0a3e7c1470
commit 1b73d073b3
1 changed files with 3 additions and 0 deletions

@ -10,6 +10,9 @@ that interact with BOINC components:
* [Web RPCs](WebRpc): These interfaces let a program or web site obtain information about projects, and create/edit entities (users, teams, hosts) on projects.
* [Local editing of preferences](PrefsOverride): This mechanism lets you write programs for local editing of preferences.
* APIs for [remote job submission](RemoteJobs), [management of input files](RemoteInputFiles), and [fetching output files](RemoteOutputFiles).
* [CrossProjectUserId](Cross-project user identification)
* [Keywords](DesignKeywords)
* [Specialized download pages](DownloadInfo)
Check [the index of add-on software](https://boinc.berkeley.edu/addons.php) before writing anything (it may already exist).
The index has instructions for submitting new add-ons.