Changes between Version 34 and Version 35 of Notifications


Ignore:
Timestamp:
Dec 4, 2009, 9:15:57 AM (14 years ago)
Author:
romw
Comment:

Rename the 'BOINC Client Feed' to the 'BOINC Action Feed', a play on the Action Center for Windows. Provides a way to seperate regular feeds items from the items in the Action Feed.

Legend:

Unmodified
Added
Removed
Modified
  • Notifications

    v34 v35  
    2222When the BOINC Server scheduler sees this flag it’ll include extra information in the scheduler reply that is to be included in the BOINC Client Feed stream and a list of feeds the client should be monitoring.
    2323
    24 == BOINC Client Feed Stream ==
    25 The BOINC Client feed stream is a special in memory RSS feed the BOINC Client software maintains for various user interface components.
    26 
    27 BOINC Server scheduler replies can add items to the feed stream as well as the client itself.
    28 
    29 == Feed ==
     24== BOINC Action Feed ==
     25The BOINC Action feed stream is a special in memory RSS feed the BOINC Client software maintains for informing the volunteer about various conditions.
     26
     27Events that would be added to the stream would be low disk space issues, low memory issues, missing resources like GPUs, and anything else that cannot automatically be taken care of.
     28
     29Items in the feed can be generated by the BOINC Server Scheduler or the BOINC Client itself.
     30
     31== Feeds ==
    3032
    3133When a volunteer attaches to a project, one or more notification feeds become available to them.  These feeds are published using the [http://www.rssboard.org/rss-2-0 RSS 2.00 specification].
     
    209211
    210212'''Notes''':
    211  * If both project_url and feed_url are empty, the BOINC Client Feed stream is returned.
     213 * If both project_url and feed_url are empty, the BOINC Action Feed stream is returned.
    212214 * Requests for private feeds should return an error.
    213215 * This RPC should not require authentication.