############################################################################# ## My Address Book ## ## version 1.1 ## ## July 20, 2000 ## ## ## ## This program allows you to create, edit and delete entries in a ## ## colon deliminated ASCII file that is stored in your home directory. ## ## The permissions are automatically set to -rw------- by the program ## ## so that you are the only person that has read/write access to the ## ## file. Whenever you edit/delete an entry, a backup file gets created ## ## with the same permissions. Entries are not actually deleted, they ## ## are just hashed out of the file and the program ignores them. This ## ## way, it is easy to re-add the entry at a later date if you need to. ## ## If you want the entry to really be deleted, just edit .my_addresses ## ## and remove the hashed lines. ## ## ## ## This program is command line only at this point, I may web-enable ## ## or make a GUI front-end at some point in the future though. ## ## ## ## Feel free to modify this program as you see fit. All I ask is that ## ## you send me any changes or suggestions as to how to make this ## ## program better or more efficient. Thanks. ## ## ## ## Dayton Jones, edge@gecko.org ## ############################################################################# |