Config.in 940 B

1234567891011121314151617181920212223
  1. config ADK_PACKAGE_VILISTEXTUM
  2. prompt "vilistextum....................... A html to ascii-converter"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBICONV
  6. help
  7. This is release 2.6.9 (22 October 2006) of Vilistextum.
  8. Vilistextum is a html to text / ascii converter specifically
  9. programmed to get the best out of incorrect html. It is released
  10. as free software under the terms of the GNU GPL Version 2.
  11. Some features:
  12. * small and fast
  13. * understands HTML 3.2 upto 4.01 and XHTML 1.0
  14. * creates footnotes for links
  15. * can swallow multiple empty lines
  16. * removes empty ALT attributes
  17. * converts characters and entities between 128 and 159 from
  18. the windows1252 charset to meaningful strings in ISO-8859-1.
  19. E.g. 0x93 is converted to ".
  20. * output can be optimized for ebook reading
  21. * GUI-frontend using kaptain
  22. * supports various multibyte encodings (e.g. Unicode, Shift_JIS)