home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / LPAS / PASTAHTM.ZIP / README.TXT < prev   
Text File  |  1998-04-16  |  4KB  |  113 lines

  1. ==============================================================
  2.  Program Name ; PastaHTML
  3.  Author       ; Jimmy Harlindong
  4.  email        ; jharlindong@cheerful.com
  5.  Homepage     ; http://delphitc.home.ml.org
  6.  Version      ; 1.02
  7.  Release date ; 16 April 1998
  8.  License      ; Free
  9. ==============================================================
  10.  
  11.  
  12. ABOUT ...
  13. =========
  14. PastaHTML is a utility which can convert a PAS source file into
  15. HTML format.
  16.  
  17. Features & Benefit:
  18. - Fully configurable
  19. - Custom Syntax Highlighting color
  20. - Default - preset Color Scheme (Default, Classic, Twilight, Ocean)
  21. - Set the HTML Title to anything you wish
  22. - Insert custom messages at the beginning and at the end of the file
  23. - The generated file will contain no visible "Author's Name". This is
  24.   contrary to what all other PAS to HTML converter do...
  25. - Ability to preview the result in default browser
  26. - Generated file is small
  27. - Fast processing time
  28. - Clipboard processing
  29. - Converts file given at the command line
  30. - Adds a popup menu under Explorer to conveniently converts .PAS file to HTML
  31.  
  32. Note:
  33. File size and processing time depend on the content, and syntax highlighting
  34. options.
  35.  
  36. REQUIREMENTS
  37. ============
  38. 1. Delphi 3 Runtime Library is required:
  39.    - VCL30.DPL
  40.    - VCLSMP30.DPL
  41.    - VCLX30.DPL
  42.  
  43.    This can be obtained from my page at
  44.    http://delphitc.home.ml.org/files/vcl.zip
  45.  
  46. 2. Windows 95 (have not test in WinNT.. might will fail because of
  47.    insufficient registry access or file creation privilege)
  48.  
  49.  
  50. DISTRIBUTION
  51. ============
  52. PastaHTML is freely distributable anywhere, any place, anytime, as long as
  53. it is still in its original format. If you kind enough, tell me when you put
  54. it in your page.
  55.  
  56. If you happen to include this cool utility in a CD, you MUST inform me !!!!
  57. (or better yet, give me a copy :-)
  58.  
  59. CONDITIONS OF USE
  60. =================
  61. You are free to use this. If you like it, please let me know.
  62.  
  63. DISCLAIMER
  64. ==========
  65. Although I have tested this thing (of course), and it worked pretty good,
  66. I can not guarantee that your data is safe. Under no circumstances, 
  67. should you blame me of whatever happens to your computer.
  68. Hell, even if you use this program and suddenly your hard disk is corrupted,
  69. you still can not hold me responsible.
  70.  
  71. But.. be cool... hey, my PC is still OK until now.. I guess it won't do
  72. you any damages either.
  73.  
  74.  
  75. FUTURE (Who knows ?)
  76. ====================
  77. - Batch Conversion
  78. - Optional copy/paste-friendly HTML (but larger size)
  79. - File inclusion
  80. - Who needs a component for this ???
  81. - Support for the upcoming Delphi 4 new reserved words :-)
  82. - Perhaps other language ????
  83. - Borland C++ Builder ? Hmmm....
  84. - Generate a database table to HTML ? Perhaps not... (it'd be too easy)
  85. - TColorEdit component ?? (that's another story)
  86. - Shareware ?? (No way !!!)
  87.  
  88. HISTORY
  89. =======
  90.  
  91. 16 April 98 Ver 1.02 released
  92. -----------------------------
  93. - Fixed some bugs when a special characters (<>&") is found.
  94. - Added sensitive pop-up menu in Explorer to convert PAS to HTML
  95.   (Thanks to the suggestion of Tristan Grimaux)
  96.  
  97. 27 February 98 Ver 1.01 released
  98. --------------------------------
  99. I Removed the use of auto preview feature which requires one to have IE installed
  100. on their system.
  101. I will work something out to display the preview without requiring IE.
  102. If you want to have the autopreview feature, in the mean time, please use ver. 1.0
  103. instead.
  104.  
  105. The changes from 1.0 to 1.1 is minimal
  106.  
  107. - The HTML properties now has a splitter bar to resize the HTML panes.
  108.  
  109. 1 February 98
  110. -------------
  111. (result of 2 days of coding) First release...
  112.  
  113.