Changes between Version 36 and Version 37 of Notifications


Ignore:
Timestamp:
Dec 4, 2009, 10:12:50 AM (14 years ago)
Author:
romw
Comment:

Finish out the core client section

Legend:

Unmodified
Added
Removed
Modified
  • Notifications

    v36 v37  
    189189== BOINC Core Client ==
    190190
     191Periodically the client will loop through the feed list and download a feed update.  The feed update will be stored in a temporary file and any new items will be added to and old items will be deleted from the existing feed list.
     192
     193Feed updates are required when the current_time > (last_update + update).
     194
     195New items are items in which there is not already a matching guid in the existing list.
     196
     197Old items are items that are marked deleted in the existing list and do not have an entry in the feed update.
     198
     199=== Feed Storage ===
     200
     201All data related to the notification system will be stored in a directory off of the main data directory.
     202
     203|| Item || Naming convention ||
     204|| Feed directory || feeds ||
     205|| Feed list || feed_list.xml ||
     206|| Feed || “feed_” + escape_project_url(feed_url) + “.xml” ||
     207
    191208=== GUI RPCs ===
    192209