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 25 by douglas, 2004-07-11T23:49:09-07:00 vs.
Revision 26 by douglas, 2004-07-17T17:14:05-07:00

# Line 10 | Line 10 | Sample zoe.xml:
10   <zoe>
11          <!-- AIM ScreenName (required) -->
12          <login>dwtzoe</login>
13 <        <!-- Password (optional, prompts if omitted) -->
13 >        <!-- AIM Password (optional, prompts if omitted) -->
14          <password>password</password>
15 +        <!-- Database (required) -->
16 +        <database>
17 +                <!-- Database Driver (required) -->
18 +                <driver>pgsql</driver>
19 +                <!-- Database Host (optional) -->
20 +                <host/>
21 +                <!-- Database User (optional) -->
22 +                <user>douglas</user>
23 +                <!-- Database Password (optional, prompts if omitted) -->
24 +                <password/>
25 +                <!-- Database (optional) -->
26 +                <db>zoe</db>
27 +        </database>
28          <!-- Buddies (multiple) -->
29          <buddy>
30                  <!-- AIM ScreenName (required) -->
# Line 28 | Line 41 | Class Descriptions:
41          Collector: Collector Daemon, collects Away Messages from Buddies
42          Publisher: Publisher Daemon, publishes RSS Feeds of Away Messages of Buddies
43          Rss: RSS Feed Generator, generates RSS Feed of Away Messages
44 +        Stamp: Time Stamp, stamps date and time
45  
46   Stuff Zoe needs:
47 < 1.      AIM OSCAR stuff from Jay
48 < 2.      More design
47 > 1.      More AIM OSCAR stuff from Jay
48 > 2.      More code

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines