home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / word2x0a.zip / README.OS2 < prev    next >
Text File  |  1998-08-08  |  4KB  |  140 lines

  1.  
  2.  
  3.     WORD2X - CONVERT MICROSOFT WORD FILES TO ASCII, HTML OR LATEX
  4.     -------------------------------------------------------------
  5.  
  6.                       OS/2 VERSION QUICK USER MANUAL
  7.                                Version 0-A
  8.  
  9.  
  10. word2x is (C) Duncan Simpson 1997 and may be distributed under the GPL
  11. version 2, or any later version at your option. I would appreciate
  12. patches and information emailed to dps@io.stargate.co.uk
  13.  
  14.   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  15.   *                                                                         *
  16.   * NOTE: Don't bother Duncan Simpson with OS/2 stuff.                      *
  17.   * He knows nothing about OS/2 and was not involved with the OS/2 Version. *
  18.   * Instead, you may talk to the author of this document.                   *
  19.   *                                                                         *
  20.   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  21.  
  22. Originally ported to OS/2 by Oleg V.Cat <prg21@morics.riga.post.lv>
  23. (2:5100/80@fidonet.org)
  24.  
  25. This manual written by Joerg Klemenz <joerg@gmx.de>
  26.  
  27.  
  28. WHAT IS WORD2X
  29. --------------
  30.  
  31. word2x is a program that attempts to produce a  component,
  32. if  not perfect rendition of a Word 6 document.  It may or
  33. may not work with other versions.  It guesses rather a lot
  34. from  context and can make mistakes. Pictures are not sup-
  35. ported and will not appear.
  36.  
  37.  
  38.  
  39. INSTALLATION AND RUNNING
  40. ------------------------
  41.  
  42. Copy the precompiled binary word2x.exe in any directory and execute.
  43.  
  44. The emx runtime must be installed and working. It is available at the
  45. well-known servers (see below).
  46. For your comfort, the file emx.dll (part of the emx runtime) is included
  47. in the zipfile emx-rt.zip (emx version 0.9c).
  48. You may want to copy it to C:\OS2\DLL or similar.
  49.  
  50. Type word2x -h for a command summary.
  51.  
  52.  
  53.  
  54. DOCUMENTATION
  55. -------------
  56.  
  57. This software is in an experimental state.
  58.  
  59. The full documentation is available as a Postscript file (word2x.ps)
  60. that may be printed out on a Postscript printer or with the Ghostscript
  61. software.
  62.  
  63. It is also available as a Unix man page: word2x.1
  64. View with groff -Tascii -man word2x.1
  65.  
  66. It is also available as a text file: word2x.txt.
  67.  
  68.  
  69.  
  70. COMPILING
  71. ---------
  72.  
  73. This software may be compiled with a C++ Compiler for OS/2.
  74. Only the EMX suit has been tested. It is available from the well-known
  75. servers such as ftp-os2.cdrom.com or ftp.leo.org.
  76. You also need a make utility  such as GNU make.
  77. If EMX and make are installed, run make to build the program.
  78.  
  79.  
  80.  
  81. GERMAN LANGUAGE CONSIDERATIONS
  82. ------------------------------
  83.  
  84. German umlaute are fully supported only by the TEXT and HTML output formats.
  85. As I don't use Tex, someone might want to contribute it.
  86.  
  87. By default, the OS/2 Version generates output in the IBM Codepage 850.
  88. You can change that by editing the Makefile. Look for the lines
  89.  
  90. text-fmt.o: text-fmt.cc
  91.     $(CPP) $(CPPFLAGS) -DOUTPUT_CHARSET_IBM850 -c -o $@ text-fmt.cc
  92.  
  93. If you change -DOUTPUT_CHARSET_IBM850 to -DOUTPUT_CHARSET_GERMAN_X
  94. word2x will convert an u umlaut to ue and so on...
  95. (This function is untested)
  96.  
  97.  
  98.  
  99. PARANOIA
  100. ---------
  101. The md5 checksums of all files are in the 2 files checksums.md5
  102. Use GNU md5sum (from the GNU text utilities) to check them.
  103.  
  104. In the main (program) directory, type checkmd5.
  105.  
  106. In the source/ directory, type make checkmd5.
  107.  
  108. The file checksums.md5 is signed with my secret PGP key in checksums.asc.
  109.  
  110. Please note that I did not created the original software and have only
  111. a very limited understanding of the inner workings. It is very well
  112. possible that the orignal author is a satanist or works for the NSA and
  113. has hidden something that kills your girlfriend.
  114. See also: NO WARRANTY in the file licence.txt.
  115.  
  116.  
  117.  
  118. GETTING THE LATEST VERSION
  119. --------------------------
  120.  
  121. Visit my web page at http://www.d3.net/joerg/word2x.html
  122.  
  123.  
  124.  
  125. FEEDBACK
  126. --------
  127. Let me know if this software does something evil.
  128.  
  129.  
  130.  
  131. TODO
  132. ----
  133. Add german dates
  134.  
  135.  
  136.  
  137. --
  138.   Joerg Klemenz <joerg@gmx.de>
  139.   8th August 1998
  140.