Changes between Version 3 and Version 4 of Notifications


Ignore:
Timestamp:
Oct 20, 2009, 7:48:09 PM (15 years ago)
Author:
Nicolas
Comment:

Fix whitespace

Legend:

Unmodified
Added
Removed
Modified
  • Notifications

    v3 v4  
    3636The feed list is published to the client software as part of the client parse-able project preferences.
    3737
    38 When the client software connects to the server scheduler it’ll receive an updated list of feeds the client should download as well as any special properties about the feed(private feed for example).
     38When the client software connects to the server scheduler it’ll receive an updated list of feeds the client should download as well as any special properties about the feed (private feed for example).
    3939
    4040Example:
     
    4444        <url>http://www.example.com/rss_main.php</url>
    4545        <name>Project News</name>
    46         <update >86400</update>
     46        <update>86400</update>
    4747    </feed>
    4848    <feed>
    4949        <url>http://www.example.com/forum_pm_rss.php</url>
    5050        <name>Private Messages</name>
    51         <update >86400</update>
     51        <update>86400</update>
    5252        <private />
    5353    </feed>