ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/README
(Generate patch)

Comparing trunk/README (file contents):
Revision 38 by douglas, 2004-07-17T17:14:05-07:00 vs.
Revision 39 by douglas, 2004-07-23T17:52:53-07:00

# Line 25 | Line 25 | Sample zoe.xml:
25                  <!-- Database (optional) -->
26                  <db>zoe</db>
27          </database>
28 +        <!-- Link (required) -->
29 +        <link>http://www.douglasthrift.net/zoe/</link>
30          <!-- Buddies (multiple) -->
31          <buddy>
32                  <!-- AIM ScreenName (required) -->
33                  <login>douglaswth</login>
34                  <!-- RSS (optional, defaults to {login}.rss) -->
35                  <rss>-</rss>
36 +                <!-- Atom (optional, defaults to {login}.atom) -->
37 +                <atom>-</atom>
38 +                <!-- Link (optional, defaults to {../link} -->
39 +                <link>http://www.douglasthrift.net/zoe/dwthrift.html</link>
40          </buddy>
41   </zoe>
42  
# Line 39 | Line 45 | Class Descriptions:
45          AwayMessage: Away Message, duh
46          Buddy: Buddy, also duh
47          Collector: Collector Daemon, collects Away Messages from Buddies
48 <        Publisher: Publisher Daemon, publishes RSS Feeds of Away Messages of Buddies
48 >        Publisher: Publisher Daemon, publishes XML Feeds of Away Messages of Buddies
49          Rss: RSS Feed Generator, generates RSS Feed of Away Messages
50 +        Atom: Atom Feed Generator, generates Atom Feed of Away Messages
51          Stamp: Time Stamp, stamps date and time
52  
53   Stuff Zoe needs:
54 < 1.      More AIM OSCAR stuff from Jay
48 < 2.      More code
54 > 1.      Not much, can you think of anything?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines