home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / docit / docit.exe / docit.txt < prev    next >
Encoding:
Text File  |  1999-06-01  |  3.6 KB  |  84 lines

  1. DOCit V1.1
  2. Copyright 1999 by Jens Rupp
  3. jens@gacel.de
  4. http://www.gacel.de
  5.  
  6. Installation
  7. ------------
  8. Unpack the zip into any directory.
  9. Start DOCit.exe, a Wizard will help you setting the configuration.
  10.  
  11. Usage
  12. -----
  13. To edit a file double-click it or select "Edit" from the file menu.
  14.  
  15. Before every file is a little status icon:
  16. Green  : File will not sync.
  17. Yellow : File will be transferred on next hotsync.
  18. Red    : File currently open in editor.
  19.  
  20. After closing the editor the file gets reconverted to DOC and copied to the install directory (if the install option is enabled).
  21.  
  22. File menu
  23. ---------
  24. The file menu shows different options if a open file is selected in the list or not.
  25.  
  26. * New            : Creates a new empty DOC file and opens the editor.
  27. * Create from TXT: Creates a new DOC file from a existing TXT file. The name of the DOC is the filename.
  28.  
  29. * Edit           : Unpacks the DOC file and opens it in the editor.
  30. * Delete         : Deletes the DOC file from the "DOC source" directory. To delete the file from your Palm you have to use the delete option of your DOC reader.
  31. * Rename         : Rename the DOC file.
  32. * Install        : Copies the selected file to the install directory.
  33.  
  34. * End edit       : Ends editing of a open file. The DOC gets reconverted and installed.
  35.                    (normally you should just close the editor instead of this command)
  36. * Cancel edit    : Cancels editing of the file. The DOC file stays unchanged.
  37.                    (use this *before* closing the editor to cancel any changes on the file)
  38.  
  39. * Update         : Scans the "DOC source" directory for new files and changes.
  40.  
  41. View menu
  42. ---------
  43. Uses this to change between two display modes.
  44.  
  45. Options menu
  46. ------------
  47. * Preferences    : Opens the preferences dialog. Press the "Wizard" button if you need help.
  48. * Quickview      : Switches the Quickview display.
  49. * Stay on top    : If enabled DOCit is displayed always above all other windows.
  50. * Correct UNIX...: If the DOC file was compressed from a unix textfile it contains different returns. Visible as black squares in some editors. If you have such a file enable the option the first time you edit it. Normally you should keep this disabled because it slows down the opening of the file.
  51.  
  52. How DOCit works in detail
  53. -------------------------
  54. (not required to read for using docit)
  55.  
  56. Editing:
  57. - Start of converter selected in the preferences with the backup directory as TXT target
  58. - If "Correct UNIX returns" is enabled the TXT file is loaded and scanned for the returns
  59. - Start of the editor with the unpacked TXT file as parameter
  60. - DOCit waits till the editor is closed
  61. - After closing the editor the file (or all files, if multiple files is enabled) get reconverted to DOC in the backup directory
  62. - If everything worked the pdb file gets copied to the source dir and deleted from the backup directory
  63. - If "keep TXT" is disabled the TXT file gets deleted from the backup directory
  64. - If install is enabled the file gets copied to the install directory of the user and the sync-flag is set
  65.  
  66. Renaming:
  67. - DOCit changes the name directly in the DOC file
  68. - DOCit renames the filename to the new name (replacing all special chars with _ )
  69. - If install is enabled the file gets copied to the install directory of the user and the sync-flag is set
  70.  
  71.  
  72. Makedoc
  73. -------
  74. DOCit uses a external program for DOC conversion. The free tool "makedoc" from Pat Beirne is included in this zip file.
  75. Look at the readme of makedoc (in the makedoc.zip) for details on how to use it.
  76.  
  77.  
  78. If you have any questions about DOCit not answered here please e-mail me.
  79.  
  80. Jens Rupp
  81. 31. May 1999
  82. jens@gacel.de
  83. www.gacel.de
  84.