Commit 2c9e1b5fe70676c2b0cdfe9e37cdc50220b61a48

Separate stories file; privacy warnings at runtime.
README.txt
(5 / 13)
  
1WARNING!!
2THIS PROGRAM IS UNSAFE FOR THE PRIVACY OF YOUR TWITTER ACCOUNT
3IN ITS CURRENT STATE.
4NO ENCRYPTION IS USED TO STORE AND TRANSMIT YOUR CREDENTIALS.
5
16This Twitter client has three modes of operation:
27
381) If password/username is not set, it will ask for username and password and store it in the preferences file.
1111it will retrieve the last updates from that user's feed.
1212
13133) If arguments are passed, and the password and username are in the preferences file, it will try to post them as a tweet to the account defined by the password/username in the preferences file.
14
150) Frank find this awesome twitter client, downloads it. After unpacking the
16tarball, he goes through ./configure, make, make install and, voilĂ !, his new
17twitter client is installed.
18
191) Frank invokes ctweet: a message politely asks him his username and password;
20after typing them in, he receivves a confirmation message that they have been saved.
21
222) Frank invokes ctweet, and piping through less, he reads a nicely formatted
23output of his friends' latest status updates, including their username,
24@ replies, and the date.
25
263) Nawal invokes ctweet -- inser arabic script here -- and the status displays as intended on twitter.com.
  
10) Frank find this awesome twitter client, downloads it. After unpacking the
2tarball, he goes through ./configure, make, make install and, voilĂ !, his new
3twitter client is installed.
4
51) Frank invokes ctweet: a message politely asks him his username and password;
6after typing them in, he receivves a confirmation message that they have been saved.
7
82) Frank invokes ctweet, and piping through less, he reads a nicely formatted
9output of his friends' latest status updates, including their username,
10@ replies, and the date.
11
123) Nawal invokes ctweet -- inser arabic script here -- and the status displays as intended on twitter.com.
main.c
(3 / 0)
  
2020 return 1;
2121 }
2222
23 printf("WARNING: IN ITS CURRENT STATE, THIS PROGRAM IS UNSAFE \
24\nFOR THE PRIVACY OF YOUR TWITTER ACCOUNT.\n");
25
2326 return 0;
2427}