home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / internet / text2web / readme.txt next >
Text File  |  1998-03-24  |  4KB  |  100 lines

  1. Text-to-Web Converter: 
  2. ----------------------
  3. Text-to-Web Converter is a 32-bit utility to convert text documents to 
  4. html format. It now incorporates integrated clipboard support which 
  5. provides an almost seamless operation for web authors who want to 
  6. include snippets of text (formatted or unformatted) into their web 
  7. pages.
  8.  
  9. Main Features:
  10. --------------
  11.     - Operate in either command-line or interactive mode.
  12.     - HTML formatting handles line and column sensitive text 
  13.       (e.g. lists and tables).
  14.     - Select font face and size.
  15.     - Integrated clipboard support.
  16.     - Generate free-standing web page or convert text snippets
  17.       for insertion into an existing HTML document.
  18.  
  19. Command-line Operation:
  20. ------------------------
  21.         Usage:    Txt2Web Filename
  22.  
  23.         where     Filename is the full-name of the text file to be 
  24.         converted. 
  25.         Output filename is automatically assigned as: Filename.html
  26.  
  27. Interactive Mode:
  28. -----------------
  29. To run in the interactive mode run "Txt2Web.exe" without any parameters..
  30.  
  31. Special Requirements: VB4 runtime libraries including COMDLG32.OCX
  32. ---------------------
  33. This is a VB4 application and as such requires VB4 runtime libraries. 
  34. Most likely you have already got these. If you are sure you haven't, 
  35. then you can download V-Scheduler, another VB4 application available 
  36. at http://www.virdi.demon.co.uk/Scheduler/. This, as well as being an 
  37. excellent application in itself, will also install the required VB4 
  38. files onto your system.
  39.  
  40. PLEASE NOTE THAT THIS APPLICATION WILL NOT RUN WITHOUT THESE VB4 
  41. FILES.
  42.  
  43. Distribution:
  44. -------------
  45. The software is freely distributable via all media, 
  46. providing no charge is made (except for reasonable mailing and/or 
  47. handling charge) and all files in this package are included.
  48.  
  49. If you are a software author, and you would like to include this 
  50. application with your products, you must obtain written permission 
  51. from the author. Permission will normally be granted if the the 
  52. product is supplied free of charge (apart from reasonable handling 
  53. charge). For products that are sold for profit, a fee will be charged 
  54. before permission is granted.
  55.  
  56. Licence:
  57. --------
  58. This application is freeware and as such no payment is 
  59. necessary or required. But should you feel compelled to show your 
  60. gratitude, I shall not be so insulting as to reject your donation.
  61.  
  62. Warranties:
  63. -----------
  64. The program is supplied "as is" and without any warranties or 
  65. guarantees. You use it at your own risk.
  66.  
  67. Feedback: Comments and suggestions are always welcome.
  68. ---------
  69. Author:     Dev Virdi
  70. E-mail:     dev.virdi@writeme.com
  71. Homepage:   http://www.virdi.demon.co.uk/txt2web/
  72.  
  73. Banner/Advertising:
  74. -------------------
  75. If you would like to advertise your product by placing a banner, 
  76. please write to the author for further details.
  77.  
  78. History:
  79. --------
  80. 1.2.0    Added Clipboard support. You can now read text input from the 
  81.     clipboard as well as a file. The html output can also be 
  82.     written to the clipboard as well as to a file.
  83.     New output format to retain column-sensitive information. 
  84.     You can now select font face and size for html documents.
  85.     You can now elect to generate a free-standing web page or just 
  86.     convert selected text for inclusion in to an existing 
  87.     document.
  88.     Added Help file.
  89.  
  90. 1.1.0    Added option to insert own title. Minor changes to improve 
  91.     performance.
  92.  
  93. 1.0.7    Fixed bug where URL would not be recognised if it was preceded 
  94.     by a TAB character.
  95.  
  96. 1.0.6    Better handling of e-mail addresses.
  97.     Minor bug fixes and some cosmetic changes.
  98.  
  99. 1.0.5    First public release.
  100.