home *** CD-ROM | disk | FTP | other *** search
/ Freelog 30 / Freelog030.iso / Palm / Pilotdb / README < prev    next >
Text File  |  2001-06-28  |  4KB  |  99 lines

  1. DB: Open Source Database Program for PalmOS
  2. -------------------------------------------
  3.  
  4. *** WARNING: While every effort has been made to find and remove bugs
  5. *** from DB, it is still under active development. You use it at your
  6. *** own risk. Since DB is still under active development, there may be
  7. *** bugs which will cause your PDA to crash to the point where a hard
  8. *** reset is required. (Hard resets cause loss of all data on the
  9. *** PDA.)
  10.  
  11. DB is a flat-file database application for PalmOS-compatible PDAs from
  12. companies such as Palm and Handspring. Using DB, you can create
  13. databases to store any sort of information that can be stored as
  14. records in a database. Several field types are provided for the
  15. information in each record.
  16.  
  17. DB is Free Software provided under the terms of the GNU General Public
  18. License (GPL). Read the file "COPYING" that is included in this
  19. distribution to learn more about the GNU GPL.
  20.  
  21. Since DB is under constant development, read the file "NEWS" included
  22. in this distribution to learn what major changes have taken place
  23. since the previous releases. A more in-depth list of changes is
  24. available in the file "ChangeLog" included in this distribution.
  25.  
  26.  
  27. Installation
  28. ------------
  29.  
  30. Since DB is available in multiple languages, you must first choose
  31. which file will actually be installed to your PDA. Choose the
  32. particular file based your desired language:
  33.  
  34.   English       db-en.prc 
  35.   English       db-en-mobileDB.prc (the MobileDB support compiled inside)
  36.   German        db-de.prc
  37.   Portuguese    db-pt.prc
  38.   Italian       db-it.prc
  39.   French        db-fr.prc
  40.   Dutch         db-nl.prc
  41.  
  42. You can choice differents plugins:
  43.  
  44.   information    Plugin/information/information.prc
  45.         (display nunber of record, just a sample plugin)
  46.   JFile3    Plugin/JFile3/JFile3.prc
  47.         (driver for JFile3 support in alpha)
  48.   MobileDB    Plugin/MobileDB/MobileDB.prc
  49.         (driver for MobileDB support, a prc contains already
  50.         this support)
  51.   DB2        Plugin/DB2/DB2.prc
  52.         (driver for old DB 0.2.x support)
  53.  
  54. The next step is to actually install this file on the PDA. Users of
  55. Microsoft Windows and the Macintosh should use the Install Tool that
  56. comes with the Palm Desktop software to install one of the above PRC
  57. files. Afterwards, initiate a HotSync to complete the installation.
  58.  
  59. UNIX users should use a program like "pilot-xfer" which is a part of
  60. the pilot-link package to install one of the above PRC files. (Other
  61. packages like KPilot, JPilot, and gnome-pilot will work just as well.)
  62.  
  63.  
  64. Resources (Web and E-Mail)
  65. --------------------------
  66.  
  67. You can find the latest version of DB at the following Web site:
  68.  
  69.   http://pilot-db.sourceforge.net/
  70.  
  71. You can also join a mailing list for general discussion of DB. To
  72. learn how to subscribe to this mailing list, just visit the following
  73. Web site:
  74.  
  75.   http://lists.sourceforge.net/mailman/listinfo/pilot-db-list
  76.  
  77. You can post to this list by sending email to the following address:
  78.  
  79.   pilot-db-list@lists.sourceforge.net
  80.  
  81. Development of DB has been hosted at SourceForge for some
  82. time. SourceForge is a hosting site for many Open Source software
  83. projects provided by VA Linux Systems, Inc. DB's particular project
  84. page on SourceForge is at the following Web site:
  85.  
  86.   http://sourceforge.net/projects/pilot-db/
  87.  
  88.  
  89. Building Databases on your Desktop System (Windows and UNIX)
  90. ------------------------------------------------------------
  91.  
  92. This package does not contain the conversion utilities that will take
  93. text files and produce DB-format databases. They are available in a
  94. separate package called "palm-db-tools". Get version 0.3.2 or higher
  95. which supports this version of DB. You can get the latest copy of the
  96. palm-db-tools from:
  97.  
  98.   http://palm-db-tools.sourceforge.net/
  99.