PageRenderTime 24ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/ReadMe.txt

https://github.com/ericmarch/HtmlViewer
Plain Text | 117 lines | 88 code | 29 blank | 0 comment | 0 complexity | a2855acf153b192aba3463dcbd9bfc77 MD5 | raw file
  1. --------------------------------------------------------------------------------
  2. HtmlViewer 12 (under development) BG, 2011-04-02
  3. --------------------------------------------------------------------------------
  4. What is HtmlViewer 12?
  5. HtmlViewer 12 will be a re-implementation of the HtmlViewer 11.
  6. Some new features:
  7. - supports Delphi 6+ and Lazarus 0.9.31+
  8. - supports most CSS 2.1 features incl. MEDIA and DISPLAY
  9. - supports most HTML 4.01 features incl. IFRAME, NOSCRIPT
  10. - HTML document tree separated from visual component
  11. - only one visual component
  12. - for framed and unframed documents.
  13. - for local and downloaded documents.
  14. - faster processing (due to less string operations)
  15. You can watch it growing in Demos\HtmlViewer12\HtmlViewer12Test.exe
  16. --------------------------------------------------------------------------------
  17. HtmlViewer 10.2 and 11
  18. --------------------------------------------------------------------------------
  19. What are the HtmlViewer Components?
  20. The HtmlViewer component set consists of the THtmlViewer, TFrameViewer,
  21. and TFrameBrowser components. All three are HTML document display components:
  22. THtmlViewer
  23. - The basic component.
  24. - THtmlViewer displays single (non-frame) documents.
  25. - It also forms the basis for the other two components.
  26. TFrameViewer (deprecated)
  27. - Displays both frame and single HTML documents.
  28. - TFrameViewer is oriented more for local file system use.
  29. TFrameBrowser
  30. - Also displays frame and single HTML documents.
  31. - TFrameBrower is oriented for use with local file systems and toward Internet
  32. style protocols and URL usage.
  33. - Additional code and/or components are generally required to get data from
  34. other sources than the local file system.
  35. These components support most of the HTML 3.2 specifications with many
  36. additional popular HTML 4 enhancements.
  37. Many Cascading Style Sheet properties are also supported.
  38. Some features:
  39. - Cascading Stylesheets
  40. - Large HTML files
  41. - HTML Frames
  42. - HTML Forms
  43. - HTML Tables
  44. - Bitmap, GIF, JPEG, and PNG Images
  45. - Transparent images
  46. - Image caching
  47. - Left and right floating images
  48. - Image sizing attributes
  49. - Client side image maps
  50. - Background colors and images
  51. - Font sizes, styles, and colors with HTML tags or default settings
  52. - Formatted printing of the HTML document
  53. - Print preview
  54. - Text search
  55. - Copy to clipboard
  56. - Subscripts and superscripts
  57. While HTML documents are normally associated with the Internet, they are also
  58. very useful for displaying all kinds of textual material such as documentation,
  59. helpfiles, etc. Graphics are easily incorporated in these documents.
  60. For a detailed list and demonstration of features start FrameDem.exe.
  61. For a detailed list of changes and bugfixes per version start FrameDem.exe
  62. and click "What's new" or see "./Demos/Compiled Framedemo/whatsnew.htm".
  63. --------------------------------------------------------------------------------
  64. Which HtmlViewer version should I use?
  65. HtmlViewer 10.2
  66. - is a mixed AnsiString/WideString version suitable for projects
  67. with a single codepage/charset.
  68. HtmlViewer 11
  69. - is a full WideString version suitable for projects
  70. with several codepages/charsets.
  71. - with Delphi 6..2007 requires the TntUnicodeControls.
  72. - works with Lazarus 0.9.31
  73. --------------------------------------------------------------------------------
  74. HtmlViewer 10.2 and 11 are available at: http://code.google.com/p/thtmlviewer/
  75. HtmlViewer developement is hosted at: https://github.com/BerndGabriel/HtmlViewer
  76. If you are using HtmlViewer 11 with Delphi 6..2007 you will need the
  77. TntUnicodeControls 2.3.0 or 2.2.1, which are available at:
  78. http://www.yunqa.de/delphi/doku.php/products/tntunicodecontrols/index
  79. Please install them into your IDE.
  80. --------------------------------------------------------------------------------
  81. Copyright (c) 1995 - 2008 by L. David Baldwin
  82. Copyright (c) 1995 - 2008 by Anders Melander (DitherUnit.pas)
  83. Copyright (c) 1995 - 2008 by Ron Collins (HtmlGif1.pas)
  84. Copyright (c) 2008 - 2009 by Sebastian Zierer (Delphi 2009 Port)
  85. Copyright (c) 2008 - 2010 by Arvid Winkelsdorf (Fixes)
  86. Copyright (c) 2009 - 2012 by Bernd Gabriel (Fixes, Enhancements)
  87. See included License.txt
  88. --------------------------------------------------------------------------------