home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / p_2_html.zip / readme.txt < prev   
Text File  |  1995-11-12  |  7KB  |  132 lines

  1.  _________________________________________________________________________
  2. !                                                                         !
  3. !  P_2_HTML Pascal to HTML Converter version 0.1.0 for OS/2 2.x and 3.0   !
  4. !_________________________________________________________________________!
  5.  
  6.    This application will read a Pascal source file (*.PAS) and convert it
  7.    to HTML.
  8.  
  9.  _________________________________________________________________________
  10. !                                                                         !
  11. !  OS/2 revisions supported                                               !
  12. !_________________________________________________________________________!
  13.  
  14.    This utility should be compatible with OS/2 version 2.x and 3.0.
  15.  
  16.  _________________________________________________________________________
  17. !                                                                         !
  18. !  For those of you that have access to WWW on the Internet               !
  19. !_________________________________________________________________________!
  20.  
  21.    The most recent documentation and version of this software can be
  22.    found on the WWW at:  http://cyniska.ubishops.ca/os2/os2.html.
  23.  
  24.  _________________________________________________________________________
  25. !                                                                         !
  26. !  Use of this software                                                   !
  27. !_________________________________________________________________________!
  28.  
  29.    This software does not contain any "user-protection" scheme in any
  30.    sense of the word.  This application
  31.  
  32.       -> will not expire after X number of days
  33.       -> will not expire after X tries
  34.       -> will not nag you to register
  35.       -> will not force you to reboot
  36.       -> will not write coded subliminal messages in your INI file
  37.  
  38.    BUT!!!  I have had this application blessed by the Local
  39.    Computer Gods, and they have assured me that people who
  40.    register will enjoy the benefits of a clearer conscience.
  41.    Thus, if you happen to like this application, and you've
  42.    used it a few times, just send a small contribution to:
  43.  
  44.       Stephane Charette
  45.       95 Oxford Drive
  46.       Apt. 102
  47.       Lennoxville (Québec) J1M 2G3
  48.       Canada
  49.       tel: (819) 820-7522
  50.       e-mail:  root@cyniska.ubishops.ca
  51.  
  52.  _________________________________________________________________________
  53. !                                                                         !
  54. !  Distribution                                                           !
  55. !_________________________________________________________________________!
  56.  
  57.    As stated above, this application is made available to everyone.  This
  58.    means that you can distribute it to *WHOEVER* wants it.  The only
  59.    restriction to this is that you *CANNOT* modify any of the files
  60.    without contacting me first, and you can only charge for copying or
  61.    the media used to copy -- YOU CANNOT CHARGE FOR THE APPLICATION!
  62.  
  63.  _________________________________________________________________________
  64. !                                                                         !
  65. !  Source code                                                            !
  66. !_________________________________________________________________________!
  67.  
  68.    All of my source code is made available for free.  I don't upload
  69.    the source code to FTP sites unless people ask for it though.  So
  70.    if you want a copy of my C++ files, just contact me at one of the
  71.    locations mentionned under the section "Use of this software".
  72.  
  73.  _________________________________________________________________________
  74. !                                                                         !
  75. !  Problems & bugs, ideas, upgrades and recommendations                   !
  76. !_________________________________________________________________________!
  77.  
  78.    If any of my software does not run on your system, PLEASE CONTACT ME!
  79.    This means even if you haven't paid for this!  All of this software
  80.    was coded on a 16meg ram 486dx33 with OS/2 Warp Redpack GA and IBM's
  81.    C++ kit.  I don't have another machine to test any of this out, so let
  82.    me know if it doesn't run correctly on your machine.
  83.  
  84.    Also - if you can think of any enhancements, or have ideas and
  85.    recommendations you wish to make, please let me know!  I'm always
  86.    looking for additional programming ideas.
  87.  
  88.  _________________________________________________________________________
  89. !                                                                         !
  90. !  Libraries and DLLs                                                     !
  91. !_________________________________________________________________________!
  92.  
  93.    There is a series of DLLs that are necessary for software written
  94.    using IBM's C Set++.  This is similar to the EMX.DLL that seems to
  95.    be necessary for most OS/2 applications compiled with the GNU
  96.    compiler.
  97.  
  98.    In the case of this application, I use calls from three seperate
  99.    DLLs.  These files are necessary to run the application, so I've
  100.    included them with the archive.  If these files are already in a
  101.    directory specified in you LIBPATH statement, then you can ignore
  102.    these DLLs, or even delete them.
  103.  
  104.    IF YOU ARE UNSURE, or you know you don't have the DLLs on your
  105.    system, then don't erase them!  This application will not run
  106.    without the DLLs!  Also note that due to the nature of DLLs, you
  107.    need to RUN THE APPLICATION IN THE SAME DIRECTORY AS THE DLLS.
  108.  
  109.    If you happen to know how to change lines in your CONFIG.SYS,
  110.    then you can add the DLL directory to your LIBPATH statement.
  111.  
  112.  _________________________________________________________________________
  113. !                                                                         !
  114. !  Known bugs                                                             !
  115. !_________________________________________________________________________!
  116.  
  117.    If you minimize the application to your desktop, the minimized
  118.       icon does not get refreshed correctly.  This causes absolutely
  119.       no harm.  If there is a programmer familiar with the IBM User
  120.       Interface Class Libraries who knows how to fix this...please get
  121.       in touch with me!
  122.  
  123.    If you quit the application while the second thread is busy loading,
  124.       converting, or saving, then you may receive an access violation
  125.       error.  No harm is caused by this -- just click on "end program".
  126.  
  127.  _________________________________________________________________________
  128. !                                                                         !
  129. !  End of README.TXT                                                      !
  130. !_________________________________________________________________________!
  131.  
  132.