From: Scott W. <swa...@my...> - 2002-02-14 15:58:31
|
On Thu, 14 Feb 2002, marc-chalain wrote: > i work on palm db tools. > Now i have a graphics tools that works on Linux and can be build under > Windows and Mac. > For the informations i use QT a multiplatform graphic tool kit that used > with KDE (a Linux Desktop). > The current name is: qpalm_db_tool, use *.ifo file to store the database > informations and *.csv file to store database data. > Waht name i will give to the application? (pilot-db-desktop.exe, > pilot-DB.exe, DB.exe...) I'm pretty open minded with the name, but I definitely don't like the word 'tool' in it. 'tool' doesn't really add any information about what the program does, 'converter' might be better, or you could just drop it all together and get something like 'qdb' > Which exetension i will use to store the database informations (very > important!)? (*.ifo, *.pdt, *.db ....) I'd say *.csv, *.pdb, *.ifo (if you make them easily definable at configure time even better) -Scott |